org.apache.batik.css.dom
Class CSSOMSVGComputedStyle.ComputedCSSPaintValue
java.lang.Object
org.apache.batik.css.dom.CSSOMSVGColor
org.apache.batik.css.dom.CSSOMSVGPaint
org.apache.batik.css.dom.CSSOMSVGComputedStyle.ComputedCSSPaintValue
- All Implemented Interfaces:
- CSSOMSVGColor.ValueProvider, org.w3c.dom.css.RGBColor
- Enclosing class:
- CSSOMSVGComputedStyle
public class CSSOMSVGComputedStyle.ComputedCSSPaintValue
- extends CSSOMSVGPaint
- implements CSSOMSVGColor.ValueProvider
To manage a computed paint CSSValue.
Field Summary |
protected int |
index
The index of the associated value. |
Method Summary |
Value |
getValue()
Returns the 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 |
index
protected int index
- The index of the associated value.
CSSOMSVGComputedStyle.ComputedCSSPaintValue
public CSSOMSVGComputedStyle.ComputedCSSPaintValue(int idx)
- Creates a new ComputedCSSPaintValue.
getValue
public Value getValue()
- Returns the Value associated with this object.
- Specified by:
getValue
in interface CSSOMSVGColor.ValueProvider
Copyright ? 2008 Apache Software Foundation. All Rights Reserved.