Package gaiasky.util.units
Class Quantity.Brightness
java.lang.Object
gaiasky.util.units.Quantity.Brightness
- Enclosing class:
- Quantity
public static class Quantity.Brightness
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Quantity.Brightness.BrightnessUnit
-
Constructor Summary
Constructors Constructor Description Brightness(double value, Quantity.Brightness.BrightnessUnit unit)
Brightness(double value, java.lang.String unit)
-
Method Summary
Modifier and Type Method Description double
get(Quantity.Brightness.BrightnessUnit unit)
static boolean
isBrightness(java.lang.String unit)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Brightness
-
Brightness
public Brightness(double value, java.lang.String unit)
-
-
Method Details
-
isBrightness
public static boolean isBrightness(java.lang.String unit) -
get
-