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.
|
Modifier and Type | Method and Description |
---|---|
static Unit |
Unit.fromString(String name)
Returns the
Unit 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.
|
Constructor and Description |
---|
NumberWithUnit(double val,
Unit unit)
Creates a new instance of
NumberWithUnit and initializes it. |
Copyright © 2016 The JGUIraffe Team. All rights reserved.