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 | Interface and Description |
---|---|
interface |
DoorOrWindow
A piece of furniture used as a door or a window.
|
interface |
Light
A piece of furniture that contains one or more light sources.
|
interface |
ShelfUnit
A piece of furniture whith shelves.
|
Modifier and Type | Class and Description |
---|---|
class |
CatalogDoorOrWindow
A door or a window of the catalog.
|
class |
CatalogLight
A light of the catalog.
|
class |
CatalogPieceOfFurniture
A catalog piece of furniture.
|
class |
CatalogShelfUnit
A catalog piece of furniture.
|
class |
HomeDoorOrWindow
A door or a window in home.
|
class |
HomeFurnitureGroup
A group of furniture of furniture.
|
class |
HomeLight
A light in home.
|
class |
HomePieceOfFurniture
A piece of furniture in home.
|
class |
HomeShelfUnit
A shelf unit in home.
|
Constructor and Description |
---|
HomePieceOfFurniture(PieceOfFurniture piece)
Creates a home piece of furniture from an existing piece.
|
HomePieceOfFurniture(PieceOfFurniture piece,
java.lang.String[] copiedProperties)
Creates a home piece of furniture from an existing piece.
|
HomePieceOfFurniture(java.lang.String id,
PieceOfFurniture piece)
Creates a home piece of furniture from an existing piece.
|
HomePieceOfFurniture(java.lang.String id,
PieceOfFurniture piece,
java.lang.String[] copiedProperties)
Creates a home piece of furniture from an existing piece.
|
Modifier and Type | Method and Description |
---|---|
HomePieceOfFurniture |
FurnitureController.createHomePieceOfFurniture(PieceOfFurniture piece)
Returns a new home piece of furniture created from an other given
piece of furniture. |
© Copyright 2024 Space Mushrooms
Distributed under GNU General Public License