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.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 |
---|---|
protected void |
HomeXMLExporter.writeBaseboard(XMLWriter writer,
Baseboard baseboard,
java.lang.String attributeName)
Writes in XML the
baseboard object with the given writer . |
Modifier and Type | Method and Description |
---|---|
static Baseboard |
Baseboard.getInstance(float thickness,
float height,
java.lang.Integer color,
HomeTexture texture)
Returns an instance of this class matching the given parameters.
|
Baseboard |
Wall.getLeftSideBaseboard()
Returns the left side baseboard of this wall.
|
Baseboard |
Wall.getRightSideBaseboard()
Returns the right side baseboard of this wall.
|
Modifier and Type | Method and Description |
---|---|
void |
Wall.setLeftSideBaseboard(Baseboard leftSideBaseboard)
Sets the left side baseboard of this wall.
|
void |
Wall.setRightSideBaseboard(Baseboard rightSideBaseboard)
Sets the right side baseboard of this wall.
|
Modifier and Type | Method and Description |
---|---|
void |
BaseboardChoiceController.setBaseboard(Baseboard baseboard)
Set controller properties from the given
baseboard . |
© Copyright 2024 Space Mushrooms
Distributed under GNU General Public License