Uses of Interface
gov.nih.nci.mageom.domain.BioAssay.Channel

Packages that use Channel
gov.nih.nci.mageom.domain.BioAssay   
gov.nih.nci.mageom.domain.BioAssay.impl   
gov.nih.nci.mageom.domain.QuantitationType   
gov.nih.nci.mageom.domain.QuantitationType.impl   
 

Uses of Channel in gov.nih.nci.mageom.domain.BioAssay
 

Methods in gov.nih.nci.mageom.domain.BioAssay that return Channel
 Channel[] Image.getChannels()
          Returns the value of this Image object's channels attribute.
 Channel[] BioAssay.getChannels()
          Returns the value of this BioAssay object's channels attribute.
 

Methods in gov.nih.nci.mageom.domain.BioAssay with parameters of type Channel
 void Image.setChannels(Channel[] p_channels)
          Sets the channels attribute.
 void BioAssay.setChannels(Channel[] p_channels)
          Sets the channels attribute.
 

Uses of Channel in gov.nih.nci.mageom.domain.BioAssay.impl
 

Classes in gov.nih.nci.mageom.domain.BioAssay.impl that implement Channel
 class ChannelImpl
          A channel represents an independent acquisition scheme for the ImageAcquisition event, typically a wavelength.
 

Fields in gov.nih.nci.mageom.domain.BioAssay.impl declared as Channel
protected  Channel[] ImageImpl.channels
          DOCUMENT ME
protected  Channel[] BioAssayImpl.channels
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.BioAssay.impl that return Channel
 Channel[] ImageImpl.getChannels()
           
 Channel[] BioAssayImpl.getChannels()
           
 Channel[] ChannelImpl.searchChannels(ChannelSearchCriteria criteria)
          Returns an array of Channel objects that satisfy the given ChannelSearchCriteria.
 

Methods in gov.nih.nci.mageom.domain.BioAssay.impl with parameters of type Channel
 void ImageImpl.setChannels(Channel[] p_channels)
          Sets the channels attribute.
 void BioAssayImpl.setChannels(Channel[] p_channels)
          Sets the channels attribute.
 

Uses of Channel in gov.nih.nci.mageom.domain.QuantitationType
 

Methods in gov.nih.nci.mageom.domain.QuantitationType that return Channel
 Channel QuantitationType.getChannel()
          Returns the value of this QuantitationType object's channel attribute.
 

Methods in gov.nih.nci.mageom.domain.QuantitationType with parameters of type Channel
 void QuantitationType.setChannel(Channel p_channel)
          Sets the channel attribute.
 

Uses of Channel in gov.nih.nci.mageom.domain.QuantitationType.impl
 

Fields in gov.nih.nci.mageom.domain.QuantitationType.impl declared as Channel
protected  Channel QuantitationTypeImpl.channel
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.QuantitationType.impl that return Channel
 Channel QuantitationTypeImpl.getChannel()
           
 

Methods in gov.nih.nci.mageom.domain.QuantitationType.impl with parameters of type Channel
 void QuantitationTypeImpl.setChannel(Channel p_channel)
          Sets the channel attribute.