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

    • CSSRawValue

      public CSSRawValue(Object value)
  • Method Details

    • getValue

      public Object getValue()
    • 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
    • getType

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