Class ColorField<T extends Serializable>

    • Field Detail

      • CSS_COLOR

        public static final IColorField<CssColor> CSS_COLOR
        CSS property for the color, such as red or #ac3300.
      • CSS_COLOR_MATCHING_TEXT

        public static final IColorField<CssColor> CSS_COLOR_MATCHING_TEXT
        CSS property for the color matching the the background, such as red or #ac3300.
      • HSLUV_COMPONENT_HUE

        public static final IColorField<Integer> HSLUV_COMPONENT_HUE
        The hue component of a HSLuv color (0 to 360).
      • HSLUV_COMPONENT_LIGHTNESS

        public static final IColorField<Integer> HSLUV_COMPONENT_LIGHTNESS
        The lightness component of a HSLuv color (0 to 100).
      • HSLUV_COMPONENT_SATURATION

        public static final IColorField<Integer> HSLUV_COMPONENT_SATURATION
        The saturation component of a HSLuv color (0 to 100).
      • HSV_COMPONENT_HUE

        public static final IColorField<Integer> HSV_COMPONENT_HUE
        The hue component of the HSV value of the color (0 to 360).
      • HSV_COMPONENT_SATURATION

        public static final IColorField<Integer> HSV_COMPONENT_SATURATION
        The saturation component of the HSV value of the color (0 to 00).
      • HSV_COMPONENT_VALUE

        public static final IColorField<Integer> HSV_COMPONENT_VALUE
        The value component of the HSV value of the color (0 to 100).
      • LUMA_ITU_BT_601

        public static final IColorField<Double> LUMA_ITU_BT_601
        The luminance according to Photometric/digital ITU BT.601 standard, from 0 to 1.
      • LUMA_ITU_BT_709

        public static final IColorField<Double> LUMA_ITU_BT_709
        The luminance according to Photometric/digital ITU BT.709 standard, from 0 to 1.
      • OPACITY

        public static final IColorField<Double> OPACITY
        The opacity component of the color, from 0 (transparent) to 1 (opaque).
      • RGB_COMPONENT_BLUE

        public static final IColorField<Integer> RGB_COMPONENT_BLUE
        The blue component of the RGB value of the color (0 to 255).
      • RGB_COMPONENT_GREEN

        public static final IColorField<Integer> RGB_COMPONENT_GREEN
        The green component of the RGB value of the color (0 to 255).
      • RGB_COMPONENT_RED

        public static final IColorField<Integer> RGB_COMPONENT_RED
        The red component of the RGB value of the color (0 to 255).
      • STYLE_CLASS_BACKGROUND

        public static final IColorField<String> STYLE_CLASS_BACKGROUND
        CSS style class for setting the background color.
      • STYLE_CLASS_BORDER

        public static final IColorField<String> STYLE_CLASS_BORDER
        CSS style class for setting the background color.
      • STYLE_CLASS_FILL

        public static final IColorField<String> STYLE_CLASS_FILL
        CSS style class for setting the fill color (SVG).
      • STYLE_CLASS_STROKE

        public static final IColorField<String> STYLE_CLASS_STROKE
        CSS style class for setting the stroke color (SVG).
      • STYLE_CLASS_TEXT

        public static final IColorField<String> STYLE_CLASS_TEXT
        CSS style class for setting the text color.
      • TRANSPARENCY

        public static final IColorField<Double> TRANSPARENCY
        The alpha or transparency component of the color, from 0 (opaque) to 1 (transparent).