Package | Description |
---|---|
com.eteks.sweethome3d.viewcontroller |
Describes controller classes and view interfaces of Sweet Home 3D.
|
Modifier and Type | Method and Description |
---|---|
Home3DAttributesController.EnvironmentPaint |
Home3DAttributesController.getGroundPaint()
Returns whether the ground is colored or textured.
|
Home3DAttributesController.EnvironmentPaint |
Home3DAttributesController.getSkyPaint()
Returns whether the sky is colored or textured.
|
static Home3DAttributesController.EnvironmentPaint |
Home3DAttributesController.EnvironmentPaint.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Home3DAttributesController.EnvironmentPaint[] |
Home3DAttributesController.EnvironmentPaint.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Home3DAttributesController.setGroundPaint(Home3DAttributesController.EnvironmentPaint groundPaint)
Sets whether the ground is colored or textured.
|
void |
Home3DAttributesController.setSkyPaint(Home3DAttributesController.EnvironmentPaint skyPaint)
Sets whether the sky is colored or textured.
|
© Copyright 2024 Space Mushrooms
Distributed under GNU General Public License