Package | Description |
---|---|
com.eteks.sweethome3d.io |
Implements how to read and write
homes and
user preferences created in
model classes of Sweet Home 3D.
|
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.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 |
---|---|
protected void |
HomeXMLExporter.writeMaterial(XMLWriter writer,
HomeMaterial material,
Content model)
Writes in XML the
material object with the given writer . |
Modifier and Type | Method and Description |
---|---|
HomeMaterial[] |
ModelManager.getMaterials(javax.media.j3d.Node node)
Returns the materials used by the children shapes of the given
node . |
HomeMaterial[] |
ModelManager.getMaterials(javax.media.j3d.Node node,
boolean ignoreEdgeColorMaterial,
java.lang.String creator)
Returns the materials used by the children shapes of the given
node ,
attributing their creator to them. |
HomeMaterial[] |
ModelManager.getMaterials(javax.media.j3d.Node node,
java.lang.String creator)
Returns the materials used by the children shapes of the given
node ,
attributing their creator to them. |
Modifier and Type | Method and Description |
---|---|
HomeMaterial[] |
HomeFurnitureGroup.getModelMaterials()
Returns
null . |
HomeMaterial[] |
HomePieceOfFurniture.getModelMaterials()
Returns the materials applied to the 3D model of this piece of furniture.
|
Modifier and Type | Method and Description |
---|---|
void |
HomeFurnitureGroup.setModelMaterials(HomeMaterial[] modelMaterials)
Sets the materials of the furniture of this group.
|
void |
HomePieceOfFurniture.setModelMaterials(HomeMaterial[] modelMaterials)
Sets the materials of the 3D model of this piece of furniture.
|
Modifier and Type | Method and Description |
---|---|
HomeMaterial |
ModelPreviewComponent.getPickedMaterial()
Returns the material of the shape last picked by the user.
|
Modifier and Type | Method and Description |
---|---|
void |
ModelPreviewComponent.setModelMaterials(HomeMaterial[] materials)
Sets the materials applied to 3D model.
|
Modifier and Type | Method and Description |
---|---|
HomeMaterial[] |
ModelMaterialsController.getMaterials()
Returns the materials displayed by view.
|
Modifier and Type | Method and Description |
---|---|
void |
ModelMaterialsController.setMaterials(HomeMaterial[] materials)
Sets the materials displayed by view and fires a
PropertyChangeEvent . |
© Copyright 2024 Space Mushrooms
Distributed under GNU General Public License