org.apache.batik.css.dom

Class CSSOMValue.TopComponent

protected class CSSOMValue.TopComponent extends CSSOMValue.FloatComponent

To represents a top component.
Method Summary
protected ValuegetValue()
The returns the actual value of this component.
voidsetCssText(String cssText)
DOM: Implements org.w3c.dom.css.CSSValue#setCssText(String).
voidsetFloatValue(short unitType, float floatValue)
DOM: Implements org.w3c.dom.css.CSSPrimitiveValue#setFloatValue(short,float).

Method Detail

getValue

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

setCssText

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

setFloatValue

public void setFloatValue(short unitType, float floatValue)
DOM: Implements org.w3c.dom.css.CSSPrimitiveValue#setFloatValue(short,float).
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.