Uses of Interface
fr.igred.omero.core.Channel
-
Packages that use Channel Package Description fr.igred.omero.core This package contains interfaces and classes to handle images and their content, such as pixels, channels or planes. -
-
Uses of Channel in fr.igred.omero.core
Classes in fr.igred.omero.core that implement Channel Modifier and Type Class Description class
ChannelWrapper
Class containing a ChannelData object.Methods in fr.igred.omero.core that return types with arguments of type Channel Modifier and Type Method Description java.util.List<Channel>
Image. getChannels(Browser browser)
Gets the image channels.java.util.List<Channel>
ImageWrapper. getChannels(Browser browser)
Gets the image channels.
-