org.apache.batik.css.dom

Class CSSOMSVGComputedStyle.ComputedCSSColorValue

protected class CSSOMSVGComputedStyle.ComputedCSSColorValue extends CSSOMSVGColor implements CSSOMSVGColor.ValueProvider

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

Field Detail

index

protected int index
The index of the associated value.

Constructor Detail

ComputedCSSColorValue

public ComputedCSSColorValue(int idx)
Creates a new ComputedCSSColorValue.

Method Detail

getValue

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