Package | Description |
---|---|
com.eteks.sweethome3d.viewcontroller |
Describes controller classes and view interfaces of Sweet Home 3D.
|
Modifier and Type | Method and Description |
---|---|
WallController.WallPaint |
WallController.getLeftSidePaint()
Returns whether the left side is colored, textured or unknown painted.
|
WallController.WallPaint |
WallController.getRightSidePaint()
Returns whether the right side is colored, textured or unknown painted.
|
WallController.WallPaint |
WallController.getTopPaint()
Returns whether the top of the wall in the 3D view uses default rendering, is colored, or unknown painted.
|
static WallController.WallPaint |
WallController.WallPaint.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WallController.WallPaint[] |
WallController.WallPaint.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
WallController.setLeftSidePaint(WallController.WallPaint leftSidePaint)
Sets whether the left side is colored, textured or unknown painted.
|
void |
WallController.setRightSidePaint(WallController.WallPaint rightSidePaint)
Sets whether the right side is colored, textured or unknown painted.
|
void |
WallController.setTopPaint(WallController.WallPaint topPaint)
Sets whether the top of the wall in the 3D view uses default rendering, is colored, or unknown painted.
|
© Copyright 2024 Space Mushrooms
Distributed under GNU General Public License