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:
  • 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

      public CSSValue getParent()
    • getValue

      public org.pentaho.reporting.libraries.resourceloader.Resource getValue()
    • getType

      public CSSType getType()
      Specified by:
      getType in interface CSSValue
    • getCSSText

      public String getCSSText()
      Specified by:
      getCSSText in interface CSSValue
    • equals

      public boolean equals(Object obj)
      Determines if this instance of the object is equals to another Object
      Overrides:
      equals in class Object
      Returns:
      true if the supplied object is equivalent to this object, false otherwise