org.apache.batik.css.dom
Class CSSOMValue.RightComponent
protected
class
CSSOMValue.RightComponent
extends CSSOMValue.FloatComponent
To represents a right component.
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)}. |
protected
Value getValue()
The returns the actual value of this component.
public void setCssText(String cssText)
DOM: Implements {@link
org.w3c.dom.css.CSSValue#setCssText(String)}.
public void setFloatValue(short unitType, float floatValue)
DOM: Implements {@link
org.w3c.dom.css.CSSPrimitiveValue#setFloatValue(short,float)}.
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.