Sweet Home 3D 3.4

com.eteks.sweethome3d.model
Enum HomeEnvironment.Property

java.lang.Object
  extended by java.lang.Enum<HomeEnvironment.Property>
      extended by com.eteks.sweethome3d.model.HomeEnvironment.Property
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<HomeEnvironment.Property>
Enclosing class:
HomeEnvironment

public static enum HomeEnvironment.Property
extends java.lang.Enum<HomeEnvironment.Property>

The environment properties that may change.


Enum Constant Summary
ALL_LEVELS_VISIBLE
           
CEILING_LIGHT_COLOR
           
DRAWING_MODE
           
GROUND_COLOR
           
GROUND_TEXTURE
           
LIGHT_COLOR
           
PHOTO_ASPECT_RATIO
           
PHOTO_HEIGHT
           
PHOTO_QUALITY
           
PHOTO_WIDTH
           
SKY_COLOR
           
SKY_TEXTURE
           
VIDEO_ASPECT_RATIO
           
VIDEO_CAMERA_PATH
           
VIDEO_FRAME_RATE
           
VIDEO_QUALITY
           
VIDEO_WIDTH
           
WALLS_ALPHA
           
 
Method Summary
static HomeEnvironment.Property valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static HomeEnvironment.Property[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

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

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
Method Detail

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(java.lang.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:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

Sweet Home 3D 3.4

? Copyrights 2006-2011 eTeks - All rights reserved
Distributed under GNU General Public License