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 StringgetCSSText()static CSSAutoValuegetInstance()CSSTypegetType()StringtoString()
-
-
-
Method Detail
-
getInstance
public static CSSAutoValue getInstance()
-
getCSSText
public String getCSSText()
- Specified by:
getCSSTextin interfaceCSSValue
-
-