Class ChannelProcessor

  • All Implemented Interfaces:
    ModelProcessor

    public class ChannelProcessor
    extends java.lang.Object
    implements ModelProcessor
    Processes the pixels sets of an IObjectContainerStore and ensures that LogicalChannel containers are present in the container cache, and populating channel name and colour where appropriate.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String ALPHA_TEXT
      Name of the alpha component when it is a graphics image.
      static java.lang.String BLUE_TEXT
      Name of the blue component when it is a graphics image.
      static java.lang.String GREEN_TEXT
      Name of the green component when it is a graphics image.
      static java.lang.String RED_TEXT
      Name of the red component when it is a graphics image.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void process​(IObjectContainerStore store)
      Processes the OMERO client side metadata store.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • RED_TEXT

        public static final java.lang.String RED_TEXT
        Name of the red component when it is a graphics image.
        See Also:
        Constant Field Values
      • GREEN_TEXT

        public static final java.lang.String GREEN_TEXT
        Name of the green component when it is a graphics image.
        See Also:
        Constant Field Values
      • BLUE_TEXT

        public static final java.lang.String BLUE_TEXT
        Name of the blue component when it is a graphics image.
        See Also:
        Constant Field Values
      • ALPHA_TEXT

        public static final java.lang.String ALPHA_TEXT
        Name of the alpha component when it is a graphics image.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ChannelProcessor

        public ChannelProcessor()