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:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.pentaho.reporting.libraries.css.values.CSSNumericValue
ZERO_LENGTH
-
-
Constructor Summary
Constructors Constructor Description CSSTimeValue(CSSTimeType type, double value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
Compares the input obj parameter to the current object and returns true if equal.-
Methods inherited from class org.pentaho.reporting.libraries.css.values.CSSNumericValue
createPtValue, createValue, getCSSText, getNumericType, getType, getValue, toString
-
-
-
-
Constructor Detail
-
CSSTimeValue
public CSSTimeValue(CSSTimeType type, double value)
-
-
Method Detail
-
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 classCSSNumericValue
-
-