Class CSSValuePair

java.lang.Object
org.pentaho.reporting.libraries.css.values.CSSValuePair
All Implemented Interfaces:
Serializable, CSSValue

public class CSSValuePair extends Object implements CSSValue
Creation-Date: 15.04.2006, 10:56:53
Author:
Thomas Morgner
See Also:
  • Constructor Details

    • CSSValuePair

      public CSSValuePair(CSSValue firstValue)
    • CSSValuePair

      public CSSValuePair(CSSValue firstValue, CSSValue secondValue)
  • Method Details

    • getFirstValue

      public CSSValue getFirstValue()
    • getSecondValue

      public CSSValue getSecondValue()
    • getCSSText

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

      public String toString()
      Overrides:
      toString in class Object
    • 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