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 UnitUnit. fromString(String name)Returns theUnitconstant for the unit with the given short name.UnitNumberWithUnit. getUnit()Returns the unit of this number.static UnitUnit. 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 ofNumberWithUnitand initializes it.
-