Sweet Home 3D 4.1

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

Packages that use Wall
com.eteks.sweethome3d.j3d Contains various tool 3D classes and 3D home objects useful in Swing package
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 Wall in com.eteks.sweethome3d.j3d
 

Constructors in com.eteks.sweethome3d.j3d with parameters of type Wall
Wall3D(Wall wall, Home home)
          Creates the 3D wall matching the given home wall.
Wall3D(Wall wall, Home home, boolean ignoreDrawingMode, boolean waitTextureLoadingEnd)
          Creates the 3D wall matching the given home wall.
 

Uses of Wall in com.eteks.sweethome3d.model
 

Methods in com.eteks.sweethome3d.model that return Wall
 Wall Wall.clone()
          Returns a clone of this wall expected its wall at start and wall at end aren't copied.
 Wall Wall.getWallAtEnd()
          Returns the wall joined to this wall at end point.
 Wall Wall.getWallAtStart()
          Returns the wall joined to this wall at start point.
 

Methods in com.eteks.sweethome3d.model that return types with arguments of type Wall
static List<Wall> Wall.clone(List<Wall> walls)
          Returns a clone of the walls list.
 Collection<Wall> Home.getWalls()
          Returns an unmodifiable collection of the walls of this home.
static List<Wall> Home.getWallsSubList(List<? extends Selectable> items)
          Returns a sub list of items that contains only walls.
 

Methods in com.eteks.sweethome3d.model with parameters of type Wall
 void Home.addWall(Wall wall)
          Adds the given wall to the set of walls of this home.
 void Home.deleteWall(Wall wall)
          Removes the given wall from the set of walls of this home.
 void Wall.setWallAtEnd(Wall wallAtEnd)
          Sets the wall joined to this wall at end point.
 void Wall.setWallAtStart(Wall wallAtStart)
          Sets the wall joined to this wall at start point.
 

Method parameters in com.eteks.sweethome3d.model with type arguments of type Wall
 void Home.addWallsListener(CollectionListener<Wall> listener)
          Adds the wall listener in parameter to this home.
static List<Wall> Wall.clone(List<Wall> walls)
          Returns a clone of the walls list.
 void Home.removeWallsListener(CollectionListener<Wall> listener)
          Removes the wall listener in parameter from this home.
 

Uses of Wall in com.eteks.sweethome3d.viewcontroller
 

Methods in com.eteks.sweethome3d.viewcontroller that return Wall
protected  Wall PlanController.createWall(float xStart, float yStart, float xEnd, float yEnd, Wall wallStartAtStart, Wall wallEndAtStart)
          Returns a new wall instance between (xStart, yStart) and (xEnd, yEnd) end points.
 

Methods in com.eteks.sweethome3d.viewcontroller with parameters of type Wall
protected  Wall PlanController.createWall(float xStart, float yStart, float xEnd, float yEnd, Wall wallStartAtStart, Wall wallEndAtStart)
          Returns a new wall instance between (xStart, yStart) and (xEnd, yEnd) end points.
 

Method parameters in com.eteks.sweethome3d.viewcontroller with type arguments of type Wall
 void PlanController.addWalls(List<Wall> walls)
          Adds walls to home and post an undoable new wall operation.
 


Sweet Home 3D 4.1

© Copyrights 2006-2013 eTeks - All rights reserved
Distributed under GNU General Public License