Uses of Class
net.sf.jguiraffe.gui.layout.Unit
-
Packages that use Unit Package Description net.sf.jguiraffe.gui.layout This package contains the platform-independent base classes and helper classes for the layout managers provided by the JGUIraffe library. -
-
Uses of Unit in net.sf.jguiraffe.gui.layout
Methods in net.sf.jguiraffe.gui.layout that return Unit Modifier and Type Method Description static Unit
Unit. fromString(String name)
Returns theUnit
constant for the unit with the given short name.Unit
NumberWithUnit. getUnit()
Returns the unit of this number.static Unit
Unit. valueOf(String name)
Returns the enum constant of this type with the specified name.static Unit[]
Unit. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.sf.jguiraffe.gui.layout with parameters of type Unit Constructor Description NumberWithUnit(double val, Unit unit)
Creates a new instance ofNumberWithUnit
and initializes it.
-