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 Channel
XMLMockObjects. 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 Channel
Pixels. getChannel(int index)
Channel
Annotation. getLinkedChannel(int index)
Channel
FilterSet. getLinkedChannel(int index)
Channel
Pixels. setChannel(int index, Channel channel)
Channel
Annotation. setLinkedChannel(int index, Channel o)
Channel
FilterSet. setLinkedChannel(int index, Channel o)
Methods in ome.xml.model that return types with arguments of type Channel Modifier and Type Method Description List<Channel>
Pixels. copyChannelList()
List<Channel>
Annotation. copyLinkedChannelList()
List<Channel>
FilterSet. copyLinkedChannelList()
Methods in ome.xml.model with parameters of type Channel Modifier and Type Method Description void
Pixels. addChannel(Channel channel)
boolean
Annotation. linkChannel(Channel o)
boolean
FilterSet. linkChannel(Channel o)
void
Pixels. removeChannel(Channel channel)
Channel
Pixels. setChannel(int index, Channel channel)
Channel
Annotation. setLinkedChannel(int index, Channel o)
Channel
FilterSet. setLinkedChannel(int index, Channel o)
boolean
Annotation. unlinkChannel(Channel o)
boolean
FilterSet. unlinkChannel(Channel o)
Constructors in ome.xml.model with parameters of type Channel Constructor Description Channel(Channel orig)
Copy constructor.
-