org.opengis.cv
Class CV_ColorInterpretation

java.lang.Object
  extended byorg.opengis.cv.CV_ColorInterpretation
All Implemented Interfaces:
java.io.Serializable

public final class CV_ColorInterpretation
extends java.lang.Object
implements java.io.Serializable

Specifies the mapping of a band to a color model component.

Since:
1.00
Version:
1.00
See Also:
Serialized Form

Field Summary
static int CV_AlphaBand
          Alpha Band for the RGB color model components.
static int CV_BlackBand
          Black Band for the CMYK color model.
static int CV_BlueBand
          Blue Band for the RGB color model components.
static int CV_CyanBand
          Cyan Band for the CMYK color model.
static int CV_GrayIndex
          Band is an index into a lookup table.
static int CV_GreenBand
          Greend Band for the RGB color model components.
static int CV_HueBand
          Hue Band for the HSL color model.
static int CV_LightnessBand
          Lightness Band for the HSL color model.
static int CV_MagentaBand
          Magenta Band for the CMYK color model.
static int CV_PaletteIndex
          Band is a color index into a color table.
static int CV_RedBand
          Red Band for the RGB color model components.
static int CV_SaturationBand
          Saturation Band for the HSL color model.
static int CV_Undefined
          Band is not associated with a color model component.
static int CV_YellowBand
          Yellow Band for the CMYK color model.
private static long serialVersionUID
          Use serialVersionUID from first draft for interoperability with GCS 1.00.
 int value
          The enum value.
 
Constructor Summary
CV_ColorInterpretation(int value)
          Construct a new enum value.
 
Method Summary
 boolean equals(java.lang.Object object)
          Compares the specified object with this enum for equality.
 int hashCode()
          Returns the enum value.
 java.lang.String toString()
          Returns a string representation of this enum.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Use serialVersionUID from first draft for interoperability with GCS 1.00.

See Also:
Constant Field Values

value

public final int value
The enum value.


CV_Undefined

public static final int CV_Undefined
Band is not associated with a color model component.

See Also:
Constant Field Values

CV_GrayIndex

public static final int CV_GrayIndex
Band is an index into a lookup table.

See Also:
Constant Field Values

CV_PaletteIndex

public static final int CV_PaletteIndex
Band is a color index into a color table.

See Also:
Constant Field Values

CV_RedBand

public static final int CV_RedBand
Red Band for the RGB color model components.

See Also:
Constant Field Values

CV_GreenBand

public static final int CV_GreenBand
Greend Band for the RGB color model components.

See Also:
Constant Field Values

CV_BlueBand

public static final int CV_BlueBand
Blue Band for the RGB color model components.

See Also:
Constant Field Values

CV_AlphaBand

public static final int CV_AlphaBand
Alpha Band for the RGB color model components. AlphaBand may or may not be present.

See Also:
Constant Field Values

CV_HueBand

public static final int CV_HueBand
Hue Band for the HSL color model.

See Also:
Constant Field Values

CV_SaturationBand

public static final int CV_SaturationBand
Saturation Band for the HSL color model.

See Also:
Constant Field Values

CV_LightnessBand

public static final int CV_LightnessBand
Lightness Band for the HSL color model.

See Also:
Constant Field Values

CV_CyanBand

public static final int CV_CyanBand
Cyan Band for the CMYK color model.

See Also:
Constant Field Values

CV_MagentaBand

public static final int CV_MagentaBand
Magenta Band for the CMYK color model.

See Also:
Constant Field Values

CV_YellowBand

public static final int CV_YellowBand
Yellow Band for the CMYK color model.

See Also:
Constant Field Values

CV_BlackBand

public static final int CV_BlackBand
Black Band for the CMYK color model.

See Also:
Constant Field Values
Constructor Detail

CV_ColorInterpretation

public CV_ColorInterpretation(int value)
Construct a new enum value.

Method Detail

hashCode

public int hashCode()
Returns the enum value.


equals

public boolean equals(java.lang.Object object)
Compares the specified object with this enum for equality.


toString

public java.lang.String toString()
Returns a string representation of this enum. The returned string is implementation dependent. It is usually provided for debugging purposes only.