Sweet Home 3D 4.1

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

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

Constructors in com.eteks.sweethome3d.j3d with parameters of type Room
Room3D(Room room, Home home)
          Creates the 3D room matching the given home room.
Room3D(Room room, Home home, boolean ignoreCeilingPart, boolean ignoreInvisiblePart, boolean waitTextureLoadingEnd)
          Creates the 3D room matching the given home room.
 

Uses of Room in com.eteks.sweethome3d.model
 

Methods in com.eteks.sweethome3d.model that return Room
 Room Room.clone()
          Returns a clone of this room.
 

Methods in com.eteks.sweethome3d.model that return types with arguments of type Room
 List<Room> Home.getRooms()
          Returns an unmodifiable collection of the rooms of this home.
static List<Room> Home.getRoomsSubList(List<? extends Selectable> items)
          Returns a sub list of items that contains only rooms.
 

Methods in com.eteks.sweethome3d.model with parameters of type Room
 void Home.addRoom(Room room)
          Adds the given room to the list of rooms of this home.
 void Home.addRoom(Room room, int index)
          Adds the room in parameter at a given index.
 void Home.deleteRoom(Room room)
          Removes the given room from the set of rooms of this home.
 

Method parameters in com.eteks.sweethome3d.model with type arguments of type Room
 void Home.addRoomsListener(CollectionListener<Room> listener)
          Adds the room listener in parameter to this home.
 void Home.removeRoomsListener(CollectionListener<Room> listener)
          Removes the room listener in parameter from this home.
 

Uses of Room in com.eteks.sweethome3d.viewcontroller
 

Methods in com.eteks.sweethome3d.viewcontroller that return Room
protected  Room PlanController.createRoom(float[][] roomPoints)
          Returns a new room instance with the given points.
 

Method parameters in com.eteks.sweethome3d.viewcontroller with type arguments of type Room
 void PlanController.addRooms(List<Room> rooms)
          Add newRooms to home and post an undoable new room line operation.
 


Sweet Home 3D 4.1

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