com.eteks.sweethome3d.model
Enum HomeEnvironment.Property
java.lang.Object
java.lang.Enum<HomeEnvironment.Property>
com.eteks.sweethome3d.model.HomeEnvironment.Property
- All Implemented Interfaces:
- Serializable, Comparable<HomeEnvironment.Property>
- Enclosing class:
- HomeEnvironment
public static enum HomeEnvironment.Property
- extends Enum<HomeEnvironment.Property>
The environment properties that may change.
OBSERVER_CAMERA_ELEVATION_ADJUSTED
public static final HomeEnvironment.Property OBSERVER_CAMERA_ELEVATION_ADJUSTED
SKY_COLOR
public static final HomeEnvironment.Property SKY_COLOR
SKY_TEXTURE
public static final HomeEnvironment.Property SKY_TEXTURE
GROUND_COLOR
public static final HomeEnvironment.Property GROUND_COLOR
GROUND_TEXTURE
public static final HomeEnvironment.Property GROUND_TEXTURE
LIGHT_COLOR
public static final HomeEnvironment.Property LIGHT_COLOR
CEILING_LIGHT_COLOR
public static final HomeEnvironment.Property CEILING_LIGHT_COLOR
WALLS_ALPHA
public static final HomeEnvironment.Property WALLS_ALPHA
DRAWING_MODE
public static final HomeEnvironment.Property DRAWING_MODE
SUBPART_SIZE_UNDER_LIGHT
public static final HomeEnvironment.Property SUBPART_SIZE_UNDER_LIGHT
ALL_LEVELS_VISIBLE
public static final HomeEnvironment.Property ALL_LEVELS_VISIBLE
PHOTO_WIDTH
public static final HomeEnvironment.Property PHOTO_WIDTH
PHOTO_HEIGHT
public static final HomeEnvironment.Property PHOTO_HEIGHT
PHOTO_ASPECT_RATIO
public static final HomeEnvironment.Property PHOTO_ASPECT_RATIO
PHOTO_QUALITY
public static final HomeEnvironment.Property PHOTO_QUALITY
VIDEO_WIDTH
public static final HomeEnvironment.Property VIDEO_WIDTH
VIDEO_ASPECT_RATIO
public static final HomeEnvironment.Property VIDEO_ASPECT_RATIO
VIDEO_QUALITY
public static final HomeEnvironment.Property VIDEO_QUALITY
VIDEO_FRAME_RATE
public static final HomeEnvironment.Property VIDEO_FRAME_RATE
VIDEO_CAMERA_PATH
public static final HomeEnvironment.Property VIDEO_CAMERA_PATH
values
public static HomeEnvironment.Property[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (HomeEnvironment.Property c : HomeEnvironment.Property.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static HomeEnvironment.Property valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null