Class RoundQuantity
- java.lang.Object
-
- org.locationtech.jts.jump.workbench.ui.plugin.scalebar.RoundQuantity
-
public class RoundQuantity extends Object
Numbers with one or two significant digits, like 1 x 10^3, or 5 x 10^2.
-
-
Constructor Summary
Constructors Constructor Description RoundQuantity(int mantissa, int exponent, Unit unit)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getAmount()
String
getAmountString()
int
getExponent()
int
getMantissa()
double
getModelValue()
Unit
getUnit()
String
toString()
-
-
-
Constructor Detail
-
RoundQuantity
public RoundQuantity(int mantissa, int exponent, Unit unit)
-
-