Package de.xima.fc.color
Class ColorField.Identifier
- java.lang.Object
-
- de.xima.fc.color.ColorField.Identifier
-
- Enclosing class:
- ColorField<T extends Serializable>
public static class ColorField.Identifier extends Object
Constants with theIColorField.getIdentifier()
values for theColorField
s.- Since:
- 6.5.0
- Author:
- XIMA MEDIA GmbH
-
-
Field Summary
-
-
-
Field Detail
-
CSS_COLOR
public static final String CSS_COLOR
- See Also:
- Constant Field Values
-
CSS_COLOR_MATCHING_TEXT
public static final String CSS_COLOR_MATCHING_TEXT
TheColorField.getIdentifier()
of theColorField.CSS_COLOR
- See Also:
- Constant Field Values
-
HSLUV_COMPONENT_HUE
public static final String HSLUV_COMPONENT_HUE
- See Also:
- Constant Field Values
-
HSLUV_COMPONENT_LIGHTNESS
public static final String HSLUV_COMPONENT_LIGHTNESS
- See Also:
- Constant Field Values
-
HSLUV_COMPONENT_SATURATION
public static final String HSLUV_COMPONENT_SATURATION
- See Also:
- Constant Field Values
-
HSLUV_TRIPLET
public static final String HSLUV_TRIPLET
- See Also:
- Constant Field Values
-
HSV_COMPONENT_HUE
public static final String HSV_COMPONENT_HUE
- See Also:
- Constant Field Values
-
HSV_COMPONENT_SATURATION
public static final String HSV_COMPONENT_SATURATION
- See Also:
- Constant Field Values
-
HSV_COMPONENT_VALUE
public static final String HSV_COMPONENT_VALUE
- See Also:
- Constant Field Values
-
HSV_TRIPLET
public static final String HSV_TRIPLET
TheColorField.getIdentifier()
of theColorField.HSV_TRIPLET
- See Also:
- Constant Field Values
-
LUMA_ITU_BT_601
public static final String LUMA_ITU_BT_601
- See Also:
- Constant Field Values
-
LUMA_ITU_BT_709
public static final String LUMA_ITU_BT_709
- See Also:
- Constant Field Values
-
OPACITY
public static final String OPACITY
TheColorField.getIdentifier()
of theColorField.OPACITY
- See Also:
- Constant Field Values
-
RGB_COMPONENT_BLUE
public static final String RGB_COMPONENT_BLUE
- See Also:
- Constant Field Values
-
RGB_COMPONENT_GREEN
public static final String RGB_COMPONENT_GREEN
- See Also:
- Constant Field Values
-
RGB_COMPONENT_RED
public static final String RGB_COMPONENT_RED
- See Also:
- Constant Field Values
-
RGB_TRIPLET
public static final String RGB_TRIPLET
TheColorField.getIdentifier()
of theColorField.RGB_TRIPLET
- See Also:
- Constant Field Values
-
STYLE_CLASS_BACKGROUND
public static final String STYLE_CLASS_BACKGROUND
- See Also:
- Constant Field Values
-
STYLE_CLASS_BORDER
public static final String STYLE_CLASS_BORDER
- See Also:
- Constant Field Values
-
STYLE_CLASS_FILL
public static final String STYLE_CLASS_FILL
- See Also:
- Constant Field Values
-
STYLE_CLASS_MATCHING_BORDER
public static final String STYLE_CLASS_MATCHING_BORDER
- See Also:
- Constant Field Values
-
STYLE_CLASS_MATCHING_TEXT
public static final String STYLE_CLASS_MATCHING_TEXT
- See Also:
- Constant Field Values
-
STYLE_CLASS_STROKE
public static final String STYLE_CLASS_STROKE
- See Also:
- Constant Field Values
-
STYLE_CLASS_TEXT
public static final String STYLE_CLASS_TEXT
- See Also:
- Constant Field Values
-
TRANSPARENCY
public static final String TRANSPARENCY
- See Also:
- Constant Field Values
-
-