Package ome.formats.model
Class ChannelProcessor
- java.lang.Object
-
- ome.formats.model.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 thealpha
component when it is a graphics image.static java.lang.String
BLUE_TEXT
Name of theblue
component when it is a graphics image.static java.lang.String
GREEN_TEXT
Name of thegreen
component when it is a graphics image.static java.lang.String
RED_TEXT
Name of thered
component when it is a graphics image.
-
Constructor Summary
Constructors Constructor Description ChannelProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
process(IObjectContainerStore store)
Processes the OMERO client side metadata store.
-
-
-
Field Detail
-
RED_TEXT
public static final java.lang.String RED_TEXT
Name of thered
component when it is a graphics image.- See Also:
- Constant Field Values
-
GREEN_TEXT
public static final java.lang.String GREEN_TEXT
Name of thegreen
component when it is a graphics image.- See Also:
- Constant Field Values
-
BLUE_TEXT
public static final java.lang.String BLUE_TEXT
Name of theblue
component when it is a graphics image.- See Also:
- Constant Field Values
-
ALPHA_TEXT
public static final java.lang.String ALPHA_TEXT
Name of thealpha
component when it is a graphics image.- See Also:
- Constant Field Values
-
-
Method Detail
-
process
public void process(IObjectContainerStore store) throws ModelException
Processes the OMERO client side metadata store.- Specified by:
process
in interfaceModelProcessor
- Parameters:
store
- OMERO metadata store to process.- Throws:
ModelException
- If there is an error during processing.
-
-