Package | Description |
---|---|
com.eteks.sweethome3d.viewcontroller |
Describes controller classes and view interfaces of Sweet Home 3D.
|
Modifier and Type | Method and Description |
---|---|
RoomController.RoomPaint |
RoomController.getCeilingPaint()
Returns whether the ceiling is colored, textured or unknown painted.
|
RoomController.RoomPaint |
RoomController.getFloorPaint()
Returns whether the floor is colored, textured or unknown painted.
|
RoomController.RoomPaint |
RoomController.getWallSidesPaint()
Returns whether the wall sides are colored, textured or unknown painted.
|
static RoomController.RoomPaint |
RoomController.RoomPaint.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RoomController.RoomPaint[] |
RoomController.RoomPaint.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
RoomController.setCeilingPaint(RoomController.RoomPaint ceilingPaint)
Sets whether the ceiling is colored, textured or unknown painted.
|
void |
RoomController.setFloorPaint(RoomController.RoomPaint floorPaint)
Sets whether the floor is colored, textured or unknown painted.
|
void |
RoomController.setWallSidesPaint(RoomController.RoomPaint wallSidesPaint)
Sets whether the wall sides are colored, textured or unknown painted.
|
© Copyright 2024 Space Mushrooms
Distributed under GNU General Public License