org.apache.batik.css.dom

Class CSSOMValue.ListComponent

protected class CSSOMValue.ListComponent extends CSSOMValue.AbstractComponent

To represents a List component.
Field Summary
protected intindex
The index of this component.
Constructor Summary
ListComponent(int idx)
Creates a new ListComponent.
Method Summary
protected ValuegetValue()
The returns the actual value of this component.
voidsetCssText(String cssText)
DOM: Implements {@link org.w3c.dom.css.CSSValue#setCssText(String)}.
voidsetFloatValue(short unitType, float floatValue)
DOM: Implements {@link org.w3c.dom.css.CSSPrimitiveValue#setFloatValue(short,float)}.
voidsetStringValue(short stringType, String stringValue)
DOM: Implements {@link org.w3c.dom.css.CSSPrimitiveValue#setStringValue(short,String)}.

Field Detail

index

protected int index
The index of this component.

Constructor Detail

ListComponent

public ListComponent(int idx)
Creates a new ListComponent.

Method Detail

getValue

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

setCssText

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

setFloatValue

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

setStringValue

public void setStringValue(short stringType, String stringValue)
DOM: Implements {@link org.w3c.dom.css.CSSPrimitiveValue#setStringValue(short,String)}.
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.