org.apache.batik.css.dom
protected abstract class CSSOMSVGColor.AbstractComponent extends Object implements CSSPrimitiveValue
Method Summary | |
---|---|
Counter | getCounterValue()
DOM: Implements org.w3c.dom.css.CSSPrimitiveValue#getCounterValue(). |
String | getCssText()
DOM: Implements org.w3c.dom.css.CSSValue#getCssText(). |
short | getCssValueType()
DOM: Implements org.w3c.dom.css.CSSValue#getCssValueType(). |
float | getFloatValue(short unitType)
DOM: Implements org.w3c.dom.css.CSSPrimitiveValue#getFloatValue(short). |
int | getLength()
DOM: Implements org.w3c.dom.css.CSSValueList#getLength(). |
short | getPrimitiveType()
DOM: Implements org.w3c.dom.css.CSSPrimitiveValue#getPrimitiveType(). |
Rect | getRectValue()
DOM: Implements org.w3c.dom.css.CSSPrimitiveValue#getRectValue(). |
RGBColor | getRGBColorValue()
DOM: Implements org.w3c.dom.css.CSSPrimitiveValue#getRGBColorValue(). |
String | getStringValue()
DOM: Implements org.w3c.dom.css.CSSPrimitiveValue#getStringValue(). |
protected abstract Value | getValue()
The returns the actual value of this component. |
CSSValue | item(int index)
DOM: Implements org.w3c.dom.css.CSSValueList#item(int). |