org.apache.batik.css.dom

Class CSSOMSVGColor.AbstractComponent

protected abstract class CSSOMSVGColor.AbstractComponent extends Object implements CSSPrimitiveValue

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

Method Detail

getCounterValue

public Counter getCounterValue()
DOM: Implements {@link org.w3c.dom.css.CSSPrimitiveValue#getCounterValue()}.

getCssText

public String getCssText()
DOM: Implements {@link org.w3c.dom.css.CSSValue#getCssText()}.

getCssValueType

public short getCssValueType()
DOM: Implements {@link org.w3c.dom.css.CSSValue#getCssValueType()}.

getFloatValue

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

getLength

public int getLength()
DOM: Implements {@link org.w3c.dom.css.CSSValueList#getLength()}.

getPrimitiveType

public short getPrimitiveType()
DOM: Implements {@link org.w3c.dom.css.CSSPrimitiveValue#getPrimitiveType()}.

getRectValue

public Rect getRectValue()
DOM: Implements {@link org.w3c.dom.css.CSSPrimitiveValue#getRectValue()}.

getRGBColorValue

public RGBColor getRGBColorValue()
DOM: Implements {@link org.w3c.dom.css.CSSPrimitiveValue#getRGBColorValue()}.

getStringValue

public String getStringValue()
DOM: Implements {@link 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 {@link org.w3c.dom.css.CSSValueList#item(int)}.
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.