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, CSSValue, RGBColor, SVGColor, SVGICCColor, SVGNumberList
- Enclosing class:
- CSSOMSVGStyleDeclaration
- public class CSSOMSVGStyleDeclaration.StyleDeclarationColorValue
- extends CSSOMSVGColor
- implements CSSOMSVGColor.ValueProvider
This class represents a CSS value returned by this declaration.
Method Summary |
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
property
protected String property
- The property name.
CSSOMSVGStyleDeclaration.StyleDeclarationColorValue
public CSSOMSVGStyleDeclaration.StyleDeclarationColorValue(String prop)
- Creates a new StyleDeclarationColorValue.
getValue
public Value getValue()
- Returns the current value associated with this object.
- Specified by:
getValue
in interface CSSOMSVGColor.ValueProvider
Copyright ? 2005 Apache Software Foundation. All Rights Reserved.