Uses of Enum Class
com.levigo.jadice.web.client.util.Unit
Packages that use Unit
-
Uses of Unit in com.levigo.jadice.web.client.util
Methods in com.levigo.jadice.web.client.util that return UnitModifier and TypeMethodDescriptionstatic UnitReturns the enum constant of this class with the specified name.static Unit[]Unit.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.levigo.jadice.web.client.util with parameters of type UnitModifier and TypeMethodDescriptiondoubleUnit.convertFrom(Unit srcUnit, double value) Convert the given value in the given destination unit tothisunit.floatUnit.convertFrom(Unit srcUnit, float value) Convert the given value in the given destination unit tothisunit.doubleConvert the given value inthisunit to the given destination unit.floatConvert the given value inthisunit to the given destination unit.