public class LengthUnit
extends Object
Specifies how long and in what units something is.
-
-
Constructor Summary
Constructors
-
Method Summary
-
Field Details
-
length
public double length
-
-
Constructor Details
-
LengthUnit
public LengthUnit(String string)
-
LengthUnit
public LengthUnit(String string,
Unit defaultUnit)
-
Method Details
-
-
convert
public double convert(Unit target)
-