Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.biomage.BioAssay.Channel

Uses of Channel in org.biomage.BioAssay
 

Methods in org.biomage.BioAssay that return Channel
 Channel BioAssay_package.getFromChannel_list(int position)
          Method to get Channel from Channel_list
 Channel BioAssay.getFromChannels(int position)
          Method to get Channel from Channels_list
 Channel Image.getFromChannels(int position)
          Method to get Channel from Channels_list
 

Methods in org.biomage.BioAssay with parameters of type Channel
 void BioAssay_package.addToChannel_list(Channel channel)
          Method to add Channel to Channel_list
 void BioAssay_package.addToChannel_list(int position, Channel channel)
          Method to add Channel at position to Channel_list
 void BioAssay_package.removeFromChannel_list(Channel channel)
          Method to remove first Channel from Channel_list
 void BioAssay.addToChannels(Channel channel)
          Method to add Channel to Channels_list
 void BioAssay.addToChannels(int position, Channel channel)
          Method to add Channel at position to Channels_list
 void BioAssay.removeFromChannels(Channel channel)
          Method to remove first Channel from Channels_list
 void Image.addToChannels(Channel channel)
          Method to add Channel to Channels_list
 void Image.addToChannels(int position, Channel channel)
          Method to add Channel at position to Channels_list
 void Image.removeFromChannels(Channel channel)
          Method to remove first Channel from Channels_list