org.apache.fop.dom.css
Class CSSStyleDeclarationImpl.LengthValue

org.apache.fop.dom.css.CSSValueImpl
  |
  +--org.apache.fop.dom.css.CSSPrimitiveValueImpl
        |
        +--org.apache.fop.dom.css.CSSStyleDeclarationImpl.LengthValue

class CSSStyleDeclarationImpl.LengthValue
extends CSSPrimitiveValueImpl


Fields inherited from class org.apache.fop.dom.css.CSSPrimitiveValueImpl
floatVal, primType, strVal

Fields inherited from class org.apache.fop.dom.css.CSSValueImpl
text, type

Method Summary
 voidsetCssText(String str)
           

Methods inherited from class org.apache.fop.dom.css.CSSPrimitiveValueImpl
getCounterValue, getFloatValue, getPrimitiveType, getRectValue, getRGBColorValue, getStringValue, setFloatValue, setStringValue

Methods inherited from class org.apache.fop.dom.css.CSSValueImpl
getCssText, getValueType

Method Detail

setCssText

public void setCssText(String str)