Uses of Enum Class
eu.webtoolkit.jwt.LengthUnit
Packages that use LengthUnit
-
Uses of LengthUnit in eu.webtoolkit.jwt
Methods in eu.webtoolkit.jwt that return LengthUnitModifier and TypeMethodDescriptionWLength.getUnit()
Returns the unit.static LengthUnit
Returns the enum constant of this class with the specified name.static LengthUnit[]
LengthUnit.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in eu.webtoolkit.jwt with parameters of type LengthUnitModifierConstructorDescriptionWLength
(double value, LengthUnit unit) Creates a length with value and unit.