Uses of Class
ome.xml.model.Channel
-
Packages that use Channel Package Description ome.specification ome.xml.model -
-
Uses of Channel in ome.specification
Methods in ome.specification that return Channel Modifier and Type Method Description ChannelXMLMockObjects. createChannel(int index)Creates a channel. -
Uses of Channel in ome.xml.model
Methods in ome.xml.model that return Channel Modifier and Type Method Description ChannelPixels. getChannel(int index)ChannelAnnotation. getLinkedChannel(int index)ChannelFilterSet. getLinkedChannel(int index)ChannelPixels. setChannel(int index, Channel channel)ChannelAnnotation. setLinkedChannel(int index, Channel o)ChannelFilterSet. setLinkedChannel(int index, Channel o)Methods in ome.xml.model that return types with arguments of type Channel Modifier and Type Method Description java.util.List<Channel>Pixels. copyChannelList()java.util.List<Channel>Annotation. copyLinkedChannelList()java.util.List<Channel>FilterSet. copyLinkedChannelList()Methods in ome.xml.model with parameters of type Channel Modifier and Type Method Description voidPixels. addChannel(Channel channel)booleanAnnotation. linkChannel(Channel o)booleanFilterSet. linkChannel(Channel o)voidPixels. removeChannel(Channel channel)ChannelPixels. setChannel(int index, Channel channel)ChannelAnnotation. setLinkedChannel(int index, Channel o)ChannelFilterSet. setLinkedChannel(int index, Channel o)booleanAnnotation. unlinkChannel(Channel o)booleanFilterSet. unlinkChannel(Channel o)Constructors in ome.xml.model with parameters of type Channel Constructor Description Channel(Channel orig)Copy constructor.
-