org.apache.batik.css.dom
protected class CSSOMValue.ListComponent extends CSSOMValue.AbstractComponent
Field Summary | |
---|---|
protected int | index
The index of this component. |
Constructor Summary | |
---|---|
ListComponent(int idx)
Creates a new ListComponent. |
Method Summary | |
---|---|
protected Value | getValue()
The returns the actual value of this component. |
void | setCssText(String cssText)
DOM: Implements {@link
org.w3c.dom.css.CSSValue#setCssText(String)}. |
void | setFloatValue(short unitType, float floatValue)
DOM: Implements {@link
org.w3c.dom.css.CSSPrimitiveValue#setFloatValue(short,float)}. |
void | setStringValue(short stringType, String stringValue)
DOM: Implements {@link
org.w3c.dom.css.CSSPrimitiveValue#setStringValue(short,String)}. |