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

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

class CSSStyleDeclarationImpl.RGBColorValue
extends CSSPrimitiveValueImpl


Field Summary
 (package private) RGBColorcol
           

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
 RGBColorgetRGBColorValue()
           
 voidsetCssText(String str)
           

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

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

Field Detail

col

RGBColor col
Method Detail

getRGBColorValue

public RGBColor getRGBColorValue()

setCssText

public void setCssText(String str)