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 booleanequals(Object obj)Determines if this instance of the object is equals to another ObjectStringgetCSSText()CSSValuegetParent()CSSTypegetType()org.pentaho.reporting.libraries.resourceloader.ResourcegetValue()
-
-
-
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:
getCSSTextin interfaceCSSValue
-
-