Class CSSTimeValue

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

public class CSSTimeValue extends CSSNumericValue
Creation-Date: 23.11.2005, 11:44:40
Author:
Thomas Morgner
See Also:
  • Constructor Details

    • CSSTimeValue

      public CSSTimeValue(CSSTimeType type, double value)
  • Method Details

    • equals

      public boolean equals(Object obj)
      Description copied from class: CSSNumericValue
      Compares the input obj parameter to the current object and returns true if equal.
      Overrides:
      equals in class CSSNumericValue