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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic CSSNumericValue
createPtValue
(double value) static CSSNumericValue
createValue
(CSSNumericType type, double value) boolean
Compares the input obj parameter to the current object and returns true if equal.getType()
double
getValue()
toString()
-
Field Details
-
ZERO_LENGTH
-
-
Constructor Details
-
CSSNumericValue
-
-
Method Details
-
getValue
public double getValue() -
getType
-
getNumericType
-
getCSSText
- Specified by:
getCSSText
in interfaceCSSValue
-
toString
-
createPtValue
-
createValue
-
equals
Compares the input obj parameter to the current object and returns true if equal.
-