org.apache.fop.dom.css
Class CSSValueImpl

Direct Known Subclasses:
CSSPrimitiveValueImpl, CSSValueListImpl

public class CSSValueImpl
implements CSSValue


Field Summary
 (package private) Stringtext
           
 (package private) shorttype
           

Constructor Summary
CSSValueImpl()
           

Method Summary
 StringgetCssText()
           
 shortgetValueType()
           
 voidsetCssText(String str)
           

Field Detail

text

String text

type

short type
Constructor Detail

CSSValueImpl

public CSSValueImpl()
Method Detail

getCssText

public String getCssText()

getValueType

public short getValueType()

setCssText

public void setCssText(String str)

Association Links

to Class java.lang.String