org.apache.batik.css.dom

Class CSSOMSVGComputedStyle.ComputedCSSPaintValue

public class CSSOMSVGComputedStyle.ComputedCSSPaintValue extends CSSOMSVGPaint implements ValueProvider

To manage a computed paint CSSValue.
Field Summary
protected intindex
The index of the associated value.
Constructor Summary
ComputedCSSPaintValue(int idx)
Creates a new ComputedCSSPaintValue.
Method Summary
ValuegetValue()
Returns the Value associated with this object.

Field Detail

index

protected int index
The index of the associated value.

Constructor Detail

ComputedCSSPaintValue

public ComputedCSSPaintValue(int idx)
Creates a new ComputedCSSPaintValue.

Method Detail

getValue

public Value getValue()
Returns the Value associated with this object.
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.