Class CSSResourceValue
- java.lang.Object
-
- org.pentaho.reporting.libraries.css.values.CSSResourceValue
-
- All Implemented Interfaces:
Serializable
,CSSValue
public class CSSResourceValue extends Object implements CSSValue
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CSSResourceValue(CSSValue parent, org.pentaho.reporting.libraries.resourceloader.Resource value)
CSSResourceValue(org.pentaho.reporting.libraries.resourceloader.Resource 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()
CSSValue
getParent()
CSSType
getType()
org.pentaho.reporting.libraries.resourceloader.Resource
getValue()
-
-
-
Constructor Detail
-
CSSResourceValue
public CSSResourceValue(org.pentaho.reporting.libraries.resourceloader.Resource value)
-
CSSResourceValue
public CSSResourceValue(CSSValue parent, org.pentaho.reporting.libraries.resourceloader.Resource value)
-
-
Method Detail
-
getParent
public CSSValue getParent()
-
getValue
public org.pentaho.reporting.libraries.resourceloader.Resource getValue()
-
getCSSText
public String getCSSText()
- Specified by:
getCSSText
in interfaceCSSValue
-
-