Sweet Home 3D 3.4

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

Packages that use Level
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 Level in com.eteks.sweethome3d.model
 

Methods in com.eteks.sweethome3d.model that return Level
 Level Level.clone()
          Returns a clone of this level.
 Level DimensionLine.getLevel()
          Returns the level which this dimension line belongs to.
 Level Elevatable.getLevel()
          Returns the level of this object.
 Level HomePieceOfFurniture.getLevel()
          Returns the level which this piece belongs to.
 Level Label.getLevel()
          Returns the level which this label belongs to.
 Level Wall.getLevel()
          Returns the level which this wall belongs to.
 Level Room.getLevel()
          Returns the level which this room belongs to.
 Level Home.getSelectedLevel()
          Returns the selected level in home or null if home has no level.
 

Methods in com.eteks.sweethome3d.model that return types with arguments of type Level
 java.util.List<Level> Home.getLevels()
          Returns an unmodifiable collection of the levels of this home.
static java.util.List<Level> Home.getLevelsSubList(java.util.List<? extends Selectable> items)
          Returns a sub list of items that contains only levels.
 

Methods in com.eteks.sweethome3d.model with parameters of type Level
 void Home.addLevel(Level level)
          Adds the given level to the list of levels of this home.
 void Home.deleteLevel(Level level)
          Removes the given level from the set of levels of this home and all the furniture, walls, rooms, dimension lines and labels that belong to this level.
 boolean DimensionLine.isAtLevel(Level level)
          Returns true if this dimension line is at the given level.
 boolean Elevatable.isAtLevel(Level level)
          Returns true if this object can be viewed at the given level.
 boolean HomePieceOfFurniture.isAtLevel(Level level)
          Returns true if this piece is visible at the given level.
 boolean Label.isAtLevel(Level level)
          Returns true if this label is at the given level.
 boolean Wall.isAtLevel(Level level)
          Returns true if this wall is visible at the given level.
 boolean Room.isAtLevel(Level level)
          Returns true if this room is at the given level.
 void DimensionLine.setLevel(Level level)
          Sets the level of this dimension line.
 void HomePieceOfFurniture.setLevel(Level level)
          Sets the level of this piece of furniture.
 void Label.setLevel(Level level)
          Sets the level of this label.
 void HomeFurnitureGroup.setLevel(Level level)
          Set the level of this group and the furniture it contains.
 void Wall.setLevel(Level level)
          Sets the level of this wall.
 void Room.setLevel(Level level)
          Sets the level of this room.
 void Home.setSelectedLevel(Level selectedLevel)
          Sets the selected level in home and notifies listeners of the change.
 

Method parameters in com.eteks.sweethome3d.model with type arguments of type Level
 void Home.addLevelsListener(CollectionListener<Level> listener)
          Adds the level listener in parameter to this home.
 void Home.removeLevelsListener(CollectionListener<Level> listener)
          Removes the level listener in parameter from this home.
 

Uses of Level in com.eteks.sweethome3d.viewcontroller
 

Methods in com.eteks.sweethome3d.viewcontroller that return Level
protected  Level PlanController.createLevel(java.lang.String name, float elevation, float floorThickness, float height)
          Returns a new level added to home.
 Level[] LevelController.getLevels()
          Returns a copy of home levels.
 

Methods in com.eteks.sweethome3d.viewcontroller with parameters of type Level
 void PlanController.setSelectedLevel(Level level)
          Sets the selected level in home.
 


Sweet Home 3D 3.4

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