Class CSSConstant
- java.lang.Object
-
- org.pentaho.reporting.libraries.css.values.CSSConstant
-
- All Implemented Interfaces:
Serializable,CSSValue
public final class CSSConstant extends Object implements CSSValue
Creation-Date: 25.11.2005, 18:22:54- Author:
- Thomas Morgner
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CSSConstant(String constant)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetCSSText()CSSTypegetType()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
CSSConstant
public CSSConstant(String constant)
-
-
Method Detail
-
getCSSText
public String getCSSText()
- Specified by:
getCSSTextin interfaceCSSValue
-
-