Package org.apache.batik.css.dom
Class CSSOMSVGStyleDeclaration.StyleDeclarationColorValue
java.lang.Object
org.apache.batik.css.dom.CSSOMSVGColor
org.apache.batik.css.dom.CSSOMSVGStyleDeclaration.StyleDeclarationColorValue
- All Implemented Interfaces:
CSSOMSVGColor.ValueProvider
,org.w3c.dom.css.CSSValue
,org.w3c.dom.css.RGBColor
,org.w3c.dom.svg.SVGColor
,org.w3c.dom.svg.SVGICCColor
,org.w3c.dom.svg.SVGNumberList
- Enclosing class:
- CSSOMSVGStyleDeclaration
public class CSSOMSVGStyleDeclaration.StyleDeclarationColorValue
extends CSSOMSVGColor
implements CSSOMSVGColor.ValueProvider
This class represents a CSS value returned by this declaration.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.batik.css.dom.CSSOMSVGColor
CSSOMSVGColor.AbstractComponent, CSSOMSVGColor.AbstractModificationHandler, CSSOMSVGColor.BlueComponent, CSSOMSVGColor.ColorNumber, CSSOMSVGColor.FloatComponent, CSSOMSVGColor.GreenComponent, CSSOMSVGColor.ModificationHandler, CSSOMSVGColor.RedComponent, CSSOMSVGColor.ValueProvider
-
Field Summary
FieldsFields inherited from class org.apache.batik.css.dom.CSSOMSVGColor
blueComponent, greenComponent, handler, iccColors, redComponent, valueProvider
Fields inherited from interface org.w3c.dom.css.CSSValue
CSS_CUSTOM, CSS_INHERIT, CSS_PRIMITIVE_VALUE, CSS_VALUE_LIST
Fields inherited from interface org.w3c.dom.svg.SVGColor
SVG_COLORTYPE_CURRENTCOLOR, SVG_COLORTYPE_RGBCOLOR, SVG_COLORTYPE_RGBCOLOR_ICCCOLOR, SVG_COLORTYPE_UNKNOWN
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new StyleDeclarationColorValue. -
Method Summary
Methods inherited from class org.apache.batik.css.dom.CSSOMSVGColor
appendItem, clear, getBlue, getColorProfile, getColors, getColorType, getCssText, getCssValueType, getGreen, getIccColor, getICCColor, getItem, getNumberOfItems, getRed, getRgbColor, getRGBColor, initialize, insertItemBefore, removeItem, replaceItem, setColor, setColorProfile, setCssText, setModificationHandler, setRGBColor, setRGBColorICCColor
-
Field Details
-
property
The property name.
-
-
Constructor Details
-
StyleDeclarationColorValue
Creates a new StyleDeclarationColorValue.
-
-
Method Details
-
getValue
Returns the current value associated with this object.- Specified by:
getValue
in interfaceCSSOMSVGColor.ValueProvider
-