Class CSSNumericValue
java.lang.Object
org.pentaho.reporting.libraries.css.values.CSSNumericValue
- All Implemented Interfaces:
Serializable,CSSValue
- Direct Known Subclasses:
CSSTimeValue
Creation-Date: 23.11.2005, 11:37:44
- Author:
- Thomas Morgner
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CSSNumericValuecreatePtValue(double value) static CSSNumericValuecreateValue(CSSNumericType type, double value) booleanCompares the input obj parameter to the current object and returns true if equal.getType()doublegetValue()toString()
-
Field Details
-
ZERO_LENGTH
-
-
Constructor Details
-
CSSNumericValue
-
-
Method Details
-
getValue
public double getValue() -
getType
-
getNumericType
-
getCSSText
- Specified by:
getCSSTextin interfaceCSSValue
-
toString
-
createPtValue
-
createValue
-
equals
Compares the input obj parameter to the current object and returns true if equal.
-