org.apache.batik.css.dom

Class CSSOMComputedStyle.ComputedCSSValue

public class CSSOMComputedStyle.ComputedCSSValue extends CSSOMValue implements CSSOMValue.ValueProvider

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

Field Detail

index

protected int index
The index of the associated value.

Constructor Detail

ComputedCSSValue

public ComputedCSSValue(int idx)
Creates a new ComputedCSSValue.

Method Detail

getValue

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