Class CSSResourceValue
java.lang.Object
org.pentaho.reporting.libraries.css.values.CSSResourceValue
- All Implemented Interfaces:
Serializable
,CSSValue
- See Also:
-
Constructor Summary
ConstructorDescriptionCSSResourceValue
(CSSValue parent, org.pentaho.reporting.libraries.resourceloader.Resource value) CSSResourceValue
(org.pentaho.reporting.libraries.resourceloader.Resource value) -
Method Summary
-
Constructor Details
-
CSSResourceValue
public CSSResourceValue(org.pentaho.reporting.libraries.resourceloader.Resource value) -
CSSResourceValue
public CSSResourceValue(CSSValue parent, org.pentaho.reporting.libraries.resourceloader.Resource value)
-
-
Method Details
-
getParent
-
getValue
public org.pentaho.reporting.libraries.resourceloader.Resource getValue() -
getType
-
getCSSText
- Specified by:
getCSSText
in interfaceCSSValue
-
equals
Determines if this instance of the object is equals to another Object
-