Uses of Class
ome.xml.model.Channel
Packages that use Channel
-
Uses of Channel in ome.specification
Methods in ome.specification that return Channel -
Uses of Channel in ome.xml.model
Methods in ome.xml.model that return ChannelModifier and TypeMethodDescriptionPixels.getChannel(int index) Annotation.getLinkedChannel(int index) FilterSet.getLinkedChannel(int index) Pixels.setChannel(int index, Channel channel) Annotation.setLinkedChannel(int index, Channel o) FilterSet.setLinkedChannel(int index, Channel o) Methods in ome.xml.model that return types with arguments of type ChannelModifier and TypeMethodDescriptionPixels.copyChannelList()Annotation.copyLinkedChannelList()FilterSet.copyLinkedChannelList()Methods in ome.xml.model with parameters of type ChannelModifier and TypeMethodDescriptionvoidPixels.addChannel(Channel channel) booleanAnnotation.linkChannel(Channel o) booleanFilterSet.linkChannel(Channel o) voidPixels.removeChannel(Channel channel) Pixels.setChannel(int index, Channel channel) Annotation.setLinkedChannel(int index, Channel o) FilterSet.setLinkedChannel(int index, Channel o) booleanAnnotation.unlinkChannel(Channel o) booleanFilterSet.unlinkChannel(Channel o) Constructors in ome.xml.model with parameters of type Channel