public class AbsoluteLength extends Object implements Length
MAX_DELTA, NULL_LENGTH| Modifier and Type | Method and Description |
|---|---|
static AbsoluteLength |
cm(double value) |
boolean |
equals(Object o) |
String |
getValue() |
int |
hashCode() |
static AbsoluteLength |
in(double value) |
boolean |
isNotNull() |
static AbsoluteLength |
mm(double value) |
static AbsoluteLength |
pc(double value) |
static AbsoluteLength |
pt(double value) |
String |
toString() |
public static AbsoluteLength mm(double value)
value - the length in millimeterspublic static AbsoluteLength cm(double value)
value - the length in centimeterspublic static AbsoluteLength in(double value)
value - the length in inchespublic static AbsoluteLength pt(double value)
value - the length in pointspublic static AbsoluteLength pc(double value)
value - the length in picaspublic boolean isNotNull()
public String getValue()
getValue in interface AttributeValueCopyright © 2016–2021. All rights reserved.