org.apache.batik.css.dom

Class CSSOMValue.AbstractComponent

protected abstract class CSSOMValue.AbstractComponent extends Object implements CSSPrimitiveValue

To store a component.
Method Summary
CountergetCounterValue()
DOM: Implements org.w3c.dom.css.CSSPrimitiveValue#getCounterValue().
StringgetCssText()
DOM: Implements org.w3c.dom.css.CSSValue#getCssText().
shortgetCssValueType()
DOM: Implements org.w3c.dom.css.CSSValue#getCssValueType().
floatgetFloatValue(short unitType)
DOM: Implements org.w3c.dom.css.CSSPrimitiveValue#getFloatValue(short).
intgetLength()
DOM: Implements org.w3c.dom.css.CSSValueList#getLength().
shortgetPrimitiveType()
DOM: Implements org.w3c.dom.css.CSSPrimitiveValue#getPrimitiveType().
RectgetRectValue()
DOM: Implements org.w3c.dom.css.CSSPrimitiveValue#getRectValue().
RGBColorgetRGBColorValue()
DOM: Implements org.w3c.dom.css.CSSPrimitiveValue#getRGBColorValue().
StringgetStringValue()
DOM: Implements org.w3c.dom.css.CSSPrimitiveValue#getStringValue().
protected abstract ValuegetValue()
The returns the actual value of this component.
CSSValueitem(int index)
DOM: Implements org.w3c.dom.css.CSSValueList#item(int).

Method Detail

getCounterValue

public Counter getCounterValue()
DOM: Implements org.w3c.dom.css.CSSPrimitiveValue#getCounterValue().

getCssText

public String getCssText()
DOM: Implements org.w3c.dom.css.CSSValue#getCssText().

getCssValueType

public short getCssValueType()
DOM: Implements org.w3c.dom.css.CSSValue#getCssValueType().

getFloatValue

public float getFloatValue(short unitType)
DOM: Implements org.w3c.dom.css.CSSPrimitiveValue#getFloatValue(short).

getLength

public int getLength()
DOM: Implements org.w3c.dom.css.CSSValueList#getLength().

getPrimitiveType

public short getPrimitiveType()
DOM: Implements org.w3c.dom.css.CSSPrimitiveValue#getPrimitiveType().

getRectValue

public Rect getRectValue()
DOM: Implements org.w3c.dom.css.CSSPrimitiveValue#getRectValue().

getRGBColorValue

public RGBColor getRGBColorValue()
DOM: Implements org.w3c.dom.css.CSSPrimitiveValue#getRGBColorValue().

getStringValue

public String getStringValue()
DOM: Implements org.w3c.dom.css.CSSPrimitiveValue#getStringValue().

getValue

protected abstract Value getValue()
The returns the actual value of this component.

item

public CSSValue item(int index)
DOM: Implements org.w3c.dom.css.CSSValueList#item(int).
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.