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