Class CSSInheritValue
- java.lang.Object
-
- org.pentaho.reporting.libraries.css.values.CSSInheritValue
-
- All Implemented Interfaces:
Serializable
,CSSValue
public class CSSInheritValue extends Object implements CSSValue
Creation-Date: 26.11.2005, 18:31:40- 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 CSSInheritValue
getInstance()
CSSType
getType()
String
toString()
-
-
-
Method Detail
-
getInstance
public static CSSInheritValue getInstance()
-
getCSSText
public String getCSSText()
- Specified by:
getCSSText
in interfaceCSSValue
-
-