org.apache.fop.dom.css
Class CSSPrimitiveValueImpl
org.apache.fop.dom.css.CSSValueImpl
|
+--org.apache.fop.dom.css.CSSPrimitiveValueImpl
- Direct Known Subclasses:
- CSSStyleDeclarationImpl.LengthValue, CSSStyleDeclarationImpl.RGBColorValue, CSSStyleDeclarationImpl.StringValue, CSSStyleDeclarationImpl.URIValue
- public class CSSPrimitiveValueImpl
- extends CSSValueImpl
- implements CSSPrimitiveValue
floatVal
float floatVal
primType
short primType
strVal
String strVal
CSSPrimitiveValueImpl
public CSSPrimitiveValueImpl()
getCounterValue
public Counter getCounterValue()
getFloatValue
public float getFloatValue(short unitType)
getPrimitiveType
public short getPrimitiveType()
getRectValue
public Rect getRectValue()
getRGBColorValue
public RGBColor getRGBColorValue()
getStringValue
public String getStringValue()
setFloatValue
public void setFloatValue(short unitType, float floatValue)
setStringValue
public void setStringValue(short stringType, String stringValue)
to Class java.lang.String