Package | Description |
---|---|
com.eteks.sweethome3d.model |
Describes model classes of Sweet Home 3D.
|
com.eteks.sweethome3d.swing |
Implements views created by Sweet Home 3D controllers
with Swing components.
|
com.eteks.sweethome3d.viewcontroller |
Describes controller classes and view interfaces of Sweet Home 3D.
|
Modifier and Type | Method and Description |
---|---|
Transformation[] |
HomeFurnitureGroup.getModelTransformations()
Returns
null . |
Transformation[] |
HomePieceOfFurniture.getModelTransformations()
Returns the transformations applied to the 3D model of this piece of furniture.
|
Modifier and Type | Method and Description |
---|---|
void |
HomeFurnitureGroup.setModelTransformations(Transformation[] modelTransformations)
Sets the transformations of this group.
|
void |
HomePieceOfFurniture.setModelTransformations(Transformation[] modelTransformations)
Sets the transformations applied to some parts of the 3D model of this piece of furniture.
|
Modifier and Type | Method and Description |
---|---|
void |
ModelPreviewComponent.setModelTransformations(Transformation[] transformations)
Sets the transformations applied to 3D model.
|
Modifier and Type | Method and Description |
---|---|
Transformation[] |
HomeFurnitureController.getModelPresetTransformations(int index)
Returns the preset model transformations at the given
index . |
Transformation[] |
HomeFurnitureController.getModelTransformations()
Returns model transformations.
|
Transformation[] |
ModelMaterialsController.getModelTransformations()
Returns the transformations of the 3D model used to preview materials change.
|
Modifier and Type | Method and Description |
---|---|
void |
HomeFurnitureController.setModelTransformations(Transformation[] modelTransformations)
Sets model transformations.
|
void |
HomeFurnitureController.setModelTransformations(Transformation[] transformations,
float x,
float y,
float elevation,
float width,
float depth,
float height)
Sets model transformations and updated dimensions of the edited piece.
|
© Copyright 2024 Space Mushrooms
Distributed under GNU General Public License