org.apache.batik.css.dom
Class CSSOMValue.LeftComponent
protected
class
CSSOMValue.LeftComponent
extends CSSOMValue.FloatComponent
To represents a left component.
Method Summary |
protected Value | getValue()
The returns the actual value of this component. |
void | setCssText(String cssText)
DOM: Implements org.w3c.dom.css.CSSValue#setCssText(String). |
void | setFloatValue(short unitType, float floatValue)
DOM: Implements org.w3c.dom.css.CSSPrimitiveValue#setFloatValue(short,float). |
protected
Value getValue()
The returns the actual value of this component.
public void setCssText(String cssText)
DOM: Implements org.w3c.dom.css.CSSValue#setCssText(String).
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.