org.apache.batik.css.dom
Class CSSOMSVGStyleDeclaration.StyleDeclarationPaintValue
java.lang.Object
org.apache.batik.css.dom.CSSOMSVGColor
org.apache.batik.css.dom.CSSOMSVGPaint
org.apache.batik.css.dom.CSSOMSVGStyleDeclaration.StyleDeclarationPaintValue
- All Implemented Interfaces:
- CSSOMSVGColor.ValueProvider, org.w3c.dom.css.RGBColor
- Enclosing class:
- CSSOMSVGStyleDeclaration
public class CSSOMSVGStyleDeclaration.StyleDeclarationPaintValue
- extends CSSOMSVGPaint
- 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, getCssText, getCssValueType, getGreen, getIccColor, getICCColor, getItem, getNumberOfItems, getRed, getRgbColor, getRGBColor, initialize, insertItemBefore, removeItem, replaceItem, setColor, setColorProfile, setCssText, 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.StyleDeclarationPaintValue
public CSSOMSVGStyleDeclaration.StyleDeclarationPaintValue(String prop)
- Creates a new StyleDeclarationPaintValue.
getValue
public Value getValue()
- Returns the current value associated with this object.
- Specified by:
getValue
in interface CSSOMSVGColor.ValueProvider
Copyright ? 2008 Apache Software Foundation. All Rights Reserved.