|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opengis.cv.CV_ColorInterpretation
Specifies the mapping of a band to a color model component.
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 |
private static final long serialVersionUID
serialVersionUID
from first
draft for interoperability with GCS 1.00.
public final int value
public static final int CV_Undefined
public static final int CV_GrayIndex
public static final int CV_PaletteIndex
public static final int CV_RedBand
public static final int CV_GreenBand
public static final int CV_BlueBand
public static final int CV_AlphaBand
public static final int CV_HueBand
public static final int CV_SaturationBand
public static final int CV_LightnessBand
public static final int CV_CyanBand
public static final int CV_MagentaBand
public static final int CV_YellowBand
public static final int CV_BlackBand
Constructor Detail |
public CV_ColorInterpretation(int value)
Method Detail |
public int hashCode()
public boolean equals(java.lang.Object object)
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |