ome.formats.model
Class ChannelProcessor

java.lang.Object
  extended by ome.formats.model.ChannelProcessor
All Implemented Interfaces:
ModelProcessor

public class ChannelProcessor
extends 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.

Author:
Chris Allan , Jean-Marie

Field Summary
static String ALPHA_TEXT
          Name of the blue component when it is a graphics image.
static String BLUE_TEXT
          Name of the blue component when it is a graphics image.
static String GREEN_TEXT
          Name of the green component when it is a graphics image.
static String RED_TEXT
          Name of the red component when it is a graphics image.
 
Constructor Summary
ChannelProcessor()
           
 
Method Summary
 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 String RED_TEXT
Name of the red component when it is a graphics image.

See Also:
Constant Field Values

GREEN_TEXT

public static final String GREEN_TEXT
Name of the green component when it is a graphics image.

See Also:
Constant Field Values

BLUE_TEXT

public static final String BLUE_TEXT
Name of the blue component when it is a graphics image.

See Also:
Constant Field Values

ALPHA_TEXT

public static final String ALPHA_TEXT
Name of the blue component when it is a graphics image.

See Also:
Constant Field Values
Constructor Detail

ChannelProcessor

public ChannelProcessor()
Method Detail

process

public void process(IObjectContainerStore store)
             throws ModelException
Processes the OMERO client side metadata store.

Specified by:
process in interface ModelProcessor
Parameters:
store - OMERO metadata store to process.
Throws:
ModelException - If there is an error during processing.


OmeroJava Api

Version: 4.3.4-dbcbce5a-b4

Copyright © 2009 The University of Dundee. All Rights Reserved.