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 | Method and Description |
---|---|
HomeTexture |
Room.getCeilingTexture()
Returns the ceiling texture of this room.
|
HomeTexture |
Room.getFloorTexture()
Returns the floor texture of this room.
|
HomeTexture |
HomeEnvironment.getGroundTexture()
Returns the ground texture of this environment.
|
HomeTexture |
Wall.getLeftSideTexture()
Returns the left side texture of this wall.
|
HomeTexture |
Wall.getRightSideTexture()
Returns the right side texture of this wall.
|
HomeTexture |
HomeEnvironment.getSkyTexture()
Returns the sky texture of this environment.
|
HomeTexture |
HomeMaterial.getTexture()
Returns the texture of this material.
|
HomeTexture |
HomePieceOfFurniture.getTexture()
Returns the texture of this piece of furniture.
|
Modifier and Type | Method and Description |
---|---|
void |
Room.setCeilingTexture(HomeTexture ceilingTexture)
Sets the ceiling texture of this room.
|
void |
Room.setFloorTexture(HomeTexture floorTexture)
Sets the floor texture of this room.
|
void |
HomeEnvironment.setGroundTexture(HomeTexture groundTexture)
Sets the ground texture of this environment and fires a
PropertyChangeEvent . |
void |
Wall.setLeftSideTexture(HomeTexture leftSideTexture)
Sets the left side texture of this wall.
|
void |
Wall.setRightSideTexture(HomeTexture rightSideTexture)
Sets the right side texture of this wall.
|
void |
HomeEnvironment.setSkyTexture(HomeTexture skyTexture)
Sets the sky texture of this environment and fires a
PropertyChangeEvent . |
void |
HomeFurnitureGroup.setTexture(HomeTexture texture)
Sets the
texture of the furniture of this group. |
void |
HomePieceOfFurniture.setTexture(HomeTexture texture)
Sets the texture of this piece of furniture.
|
Constructor and Description |
---|
HomeEnvironment(int groundColor,
HomeTexture groundTexture,
int skyColor,
HomeTexture skyTexture,
int lightColor,
float wallsAlpha)
Creates home environment from parameters.
|
HomeEnvironment(int groundColor,
HomeTexture groundTexture,
int skyColor,
int lightColor,
float wallsAlpha)
Creates home environment from parameters.
|
HomeMaterial(java.lang.String name,
java.lang.Integer color,
HomeTexture texture,
java.lang.Float shininess)
Creates a material instance from parameters.
|
Modifier and Type | Method and Description |
---|---|
HomeTexture |
TextureChoiceController.getTexture()
Returns the texture displayed by view.
|
Modifier and Type | Method and Description |
---|---|
void |
TextureChoiceController.setTexture(HomeTexture texture)
Sets the texture displayed by view and fires a
PropertyChangeEvent . |
© Copyrights 2006-2014 eTeks - All rights reserved
Distributed under GNU General Public License