Class CSSAutoValue
- java.lang.Object
-
- org.pentaho.reporting.libraries.css.values.CSSAutoValue
-
- All Implemented Interfaces:
Serializable
,CSSValue
public final class CSSAutoValue extends Object implements CSSValue
A numeric constant indicating an value that must be resolved during the layouting process.- Author:
- Thomas Morgner
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCSSText()
static CSSAutoValue
getInstance()
CSSType
getType()
String
toString()
-
-
-
Method Detail
-
getInstance
public static CSSAutoValue getInstance()
-
getCSSText
public String getCSSText()
- Specified by:
getCSSText
in interfaceCSSValue
-
-