Sweet Home 3D 3.4

Uses of Class
com.eteks.sweethome3d.model.LengthUnit

Packages that use LengthUnit
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. 
 

Uses of LengthUnit in com.eteks.sweethome3d.model
 

Methods in com.eteks.sweethome3d.model that return LengthUnit
 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.
 

Methods in com.eteks.sweethome3d.model with parameters of type LengthUnit
 void UserPreferences.setUnit(LengthUnit unit)
          Changes the unit currently in use, and notifies listeners of this change.
 

Uses of LengthUnit in com.eteks.sweethome3d.viewcontroller
 

Methods in com.eteks.sweethome3d.viewcontroller that return LengthUnit
 LengthUnit UserPreferencesController.getUnit()
          Returns the edited unit.
 

Methods in com.eteks.sweethome3d.viewcontroller with parameters of type LengthUnit
 void UserPreferencesController.setUnit(LengthUnit unit)
          Sets the edited unit.
 


Sweet Home 3D 3.4

? Copyrights 2006-2011 eTeks - All rights reserved
Distributed under GNU General Public License