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
Fields Modifier and Type Field Description protected java.lang.String
property
The property name.-
Fields inherited from class org.apache.batik.css.dom.CSSOMSVGColor
blueComponent, greenComponent, handler, iccColors, redComponent, valueProvider
-
-
Constructor Summary
Constructors Constructor Description StyleDeclarationColorValue(java.lang.String prop)
Creates a new StyleDeclarationColorValue.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Value
getValue()
Returns the current value associated with this object.-
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
-
-
-
-
Method Detail
-
getValue
public Value getValue()
Returns the current value associated with this object.- Specified by:
getValue
in interfaceCSSOMSVGColor.ValueProvider
-
-