Package org.odftoolkit.odfdom.type
Class Distance
- java.lang.Object
-
- org.odftoolkit.odfdom.type.Length
-
- org.odftoolkit.odfdom.type.Distance
-
- All Implemented Interfaces:
OdfDataType
public class Distance extends Length
This class represents the in OpenDocument format used data type distance
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.odftoolkit.odfdom.type.Length
Length.Unit
-
-
Method Summary
-
Methods inherited from class org.odftoolkit.odfdom.type.Length
getCentimeter, getInch, getLength, getMicrometer, getMillimeters, getPica, getPixel, getPoint, isValid, mapToUnit, mapToUnit, parseDouble, parseDouble, parseInt, parseInt, parseLong, parseLong, parseUnit, toString, valueOf
-
-
-
-
Constructor Detail
-
Distance
public Distance(String length)
-
-