Package | Description |
---|---|
com.eteks.sweethome3d.model |
Describes model classes of Sweet Home 3D.
|
com.eteks.sweethome3d.viewcontroller |
Describes controller classes and view interfaces of Sweet Home 3D.
|
Modifier and Type | Method and Description |
---|---|
LengthUnit |
UserPreferences.getLengthUnit()
Returns the length unit currently in use.
|
static LengthUnit |
LengthUnit.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LengthUnit[] |
LengthUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
UserPreferences.setUnit(LengthUnit unit)
Changes the unit currently in use, and notifies listeners of this change.
|
Modifier and Type | Method and Description |
---|---|
LengthUnit |
UserPreferencesController.getUnit()
Returns the edited unit.
|
Modifier and Type | Method and Description |
---|---|
void |
UserPreferencesController.setUnit(LengthUnit unit)
Sets the edited unit.
|
© Copyright 2024 Space Mushrooms
Distributed under GNU General Public License