|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectCodeList<ColorInterpretation>
ColorInterpretation
@UML(identifier="CV_ColorInterpretation", specification=OGC_01004) public final class ColorInterpretation
Specifies the mapping of a band to a color model component.
PaletteInterpretation
,
SampleDimension
,
Serialized FormField Summary | |
---|---|
static ColorInterpretation |
ALPHA_BAND
Deprecated. Alpha Band for the RGB color model components. |
static ColorInterpretation |
BLACK_BAND
Deprecated. Black Band for the CMYK color model. |
static ColorInterpretation |
BLUE_BAND
Deprecated. Blue Band for the RGB color model components. |
static ColorInterpretation |
CYAN_BAND
Deprecated. Cyan Band for the CMYK color model. |
static ColorInterpretation |
GRAY_INDEX
Deprecated. Band is an index into a lookup table. |
static ColorInterpretation |
GREEN_BAND
Deprecated. Greend Band for the RGB color model components. |
static ColorInterpretation |
HUE_BAND
Deprecated. Hue Band for the HLS color model. |
static ColorInterpretation |
LIGHTNESS_BAND
Deprecated. Lightness Band for the HLS color model. |
static ColorInterpretation |
MAGENTA_BAND
Deprecated. Magenta Band for the CMYK color model. |
static ColorInterpretation |
PALETTE_INDEX
Deprecated. Band is a color index into a color table. |
static ColorInterpretation |
RED_BAND
Deprecated. Red Band for the RGB color model components. |
static ColorInterpretation |
SATURATION_BAND
Deprecated. Saturation Band for the HLS color model. |
static ColorInterpretation |
UNDEFINED
Deprecated. Band is not associated with a color model component. |
static ColorInterpretation |
YELLOW_BAND
Deprecated. Yellow Band for the CMYK color model. |
Method Summary | |
---|---|
CodeList[] |
family()
Deprecated. Returns the list of enumerations of the same kind than this enum. |
static ColorInterpretation |
valueOf(String code)
Deprecated. Returns the ColorInterpretation that matches the given string, or returns a new one if none match it. |
static ColorInterpretation[] |
values()
Deprecated. Returns the list of ColorInterpretation s. |
Methods inherited from class CodeList |
---|
compareTo, name, ordinal, readResolve, toString |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
@UML(identifier="CV_Undefined", obligation=CONDITIONAL, specification=OGC_01004) public static final ColorInterpretation UNDEFINED
@UML(identifier="CV_GrayIndex", obligation=CONDITIONAL, specification=OGC_01004) public static final ColorInterpretation GRAY_INDEX
PALETTE_INDEX
,
PaletteInterpretation.GRAY
@UML(identifier="CV_PaletteIndex", obligation=CONDITIONAL, specification=OGC_01004) public static final ColorInterpretation PALETTE_INDEX
GRAY_INDEX
@UML(identifier="CV_RedBand", obligation=CONDITIONAL, specification=OGC_01004) public static final ColorInterpretation RED_BAND
GREEN_BAND
,
BLUE_BAND
,
ALPHA_BAND
,
PaletteInterpretation.RGB
@UML(identifier="CV_GreenBand", obligation=CONDITIONAL, specification=OGC_01004) public static final ColorInterpretation GREEN_BAND
RED_BAND
,
BLUE_BAND
,
ALPHA_BAND
,
PaletteInterpretation.RGB
@UML(identifier="CV_BlueBand", obligation=CONDITIONAL, specification=OGC_01004) public static final ColorInterpretation BLUE_BAND
RED_BAND
,
GREEN_BAND
,
ALPHA_BAND
,
PaletteInterpretation.RGB
@UML(identifier="CV_AlphaBand", obligation=CONDITIONAL, specification=OGC_01004) public static final ColorInterpretation ALPHA_BAND
RED_BAND
,
GREEN_BAND
,
BLUE_BAND
,
PaletteInterpretation.RGB
@UML(identifier="CV_HueBand", obligation=CONDITIONAL, specification=OGC_01004) public static final ColorInterpretation HUE_BAND
SATURATION_BAND
,
LIGHTNESS_BAND
,
PaletteInterpretation.HLS
@UML(identifier="CV_SaturationBand", obligation=CONDITIONAL, specification=OGC_01004) public static final ColorInterpretation SATURATION_BAND
HUE_BAND
,
LIGHTNESS_BAND
,
PaletteInterpretation.HLS
@UML(identifier="CV_LightnessBand", obligation=CONDITIONAL, specification=OGC_01004) public static final ColorInterpretation LIGHTNESS_BAND
HUE_BAND
,
SATURATION_BAND
,
PaletteInterpretation.HLS
@UML(identifier="CV_CyanBand", obligation=CONDITIONAL, specification=OGC_01004) public static final ColorInterpretation CYAN_BAND
MAGENTA_BAND
,
YELLOW_BAND
,
BLACK_BAND
,
PaletteInterpretation.CMYK
@UML(identifier="CV_MagentaBand", obligation=CONDITIONAL, specification=OGC_01004) public static final ColorInterpretation MAGENTA_BAND
CYAN_BAND
,
YELLOW_BAND
,
BLACK_BAND
,
PaletteInterpretation.CMYK
@UML(identifier="CV_YellowBand", obligation=CONDITIONAL, specification=OGC_01004) public static final ColorInterpretation YELLOW_BAND
CYAN_BAND
,
MAGENTA_BAND
,
BLACK_BAND
,
PaletteInterpretation.CMYK
@UML(identifier="CV_BlackBand", obligation=CONDITIONAL, specification=OGC_01004) public static final ColorInterpretation BLACK_BAND
CYAN_BAND
,
MAGENTA_BAND
,
YELLOW_BAND
,
PaletteInterpretation.CMYK
Method Detail |
---|
public static ColorInterpretation[] values()
ColorInterpretation
s.
public CodeList[] family()
family
in class CodeList<ColorInterpretation>
public static ColorInterpretation valueOf(String code)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |