- All Superinterfaces:
CSSValue
- All Known Subinterfaces:
SVGPaint
Deprecated, for removal: This API element is subject to removal in a future version.
Corresponds to color value definition for properties ‘stop-color’,
‘flood-color’ and ‘lighting-color’.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final shortDeprecated, for removal: This API element is subject to removal in a future version.static final shortDeprecated, for removal: This API element is subject to removal in a future version.static final shortDeprecated, for removal: This API element is subject to removal in a future version.static final shortDeprecated, for removal: This API element is subject to removal in a future version.Fields inherited from interface org.w3c.dom.css.CSSValue
CSS_CUSTOM, CSS_INHERIT, CSS_PRIMITIVE_VALUE, CSS_VALUE_LIST -
Method Summary
Modifier and TypeMethodDescriptionshortDeprecated, for removal: This API element is subject to removal in a future version.default SVGICCColorDeprecated, for removal: This API element is subject to removal in a future version.default RGBColorDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidsetRGBColor(String rgbColor) Deprecated, for removal: This API element is subject to removal in a future version.voidsetRGBColorICCColor(String rgbColor, String iccColor) Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from interface org.w3c.dom.css.CSSValue
getCssText, getCssValueType, setCssText
-
Field Details
-
SVG_COLORTYPE_UNKNOWN
static final short SVG_COLORTYPE_UNKNOWNDeprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
SVG_COLORTYPE_RGBCOLOR
static final short SVG_COLORTYPE_RGBCOLORDeprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
SVG_COLORTYPE_RGBCOLOR_ICCCOLOR
static final short SVG_COLORTYPE_RGBCOLOR_ICCCOLORDeprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
SVG_COLORTYPE_CURRENTCOLOR
static final short SVG_COLORTYPE_CURRENTCOLORDeprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
-
Method Details
-
getColorType
short getColorType()Deprecated, for removal: This API element is subject to removal in a future version. -
getRGBColor
Deprecated, for removal: This API element is subject to removal in a future version. -
getICCColor
Deprecated, for removal: This API element is subject to removal in a future version. -
setRGBColor
Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
SVGException
-
setRGBColorICCColor
Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
SVGException
-
setColor
Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
SVGException
-