org.jfree.layouting.input.style.values
public class CSSNumericValue extends Object implements CSSValue
Field Summary | |
---|---|
static CSSNumericValue | ZERO_LENGTH |
Constructor Summary | |
---|---|
protected | CSSNumericValue(CSSNumericType type, double value) |
Method Summary | |
---|---|
static CSSNumericValue | createPtValue(double value) |
static CSSNumericValue | createValue(CSSNumericType type, double value) |
String | getCSSText() |
CSSNumericType | getType() |
double | getValue() |
String | toString() |