Class CSSRawValue
- java.lang.Object
-
- org.pentaho.reporting.libraries.css.values.CSSRawValue
-
- All Implemented Interfaces:
Serializable
,CSSValue
public class CSSRawValue extends Object implements CSSValue
Creation-Date: 16.04.2006, 15:18:08- Author:
- Thomas Morgner
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CSSRawValue(Object value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
Determines if this instance of the object is equals to another ObjectString
getCSSText()
CSSType
getType()
Object
getValue()
-
-
-
Constructor Detail
-
CSSRawValue
public CSSRawValue(Object value)
-
-
Method Detail
-
getValue
public Object getValue()
-
getCSSText
public String getCSSText()
- Specified by:
getCSSText
in interfaceCSSValue
-
equals
public boolean equals(Object obj)
Determines if this instance of the object is equals to another Object
-
-