com.eteks.sweethome3d.viewcontroller
Enum AbstractPhotoController.Property
java.lang.Object
java.lang.Enum<AbstractPhotoController.Property>
com.eteks.sweethome3d.viewcontroller.AbstractPhotoController.Property
- All Implemented Interfaces:
- Serializable, Comparable<AbstractPhotoController.Property>
- Enclosing class:
- AbstractPhotoController
public static enum AbstractPhotoController.Property
- extends Enum<AbstractPhotoController.Property>
The properties that may be edited by the view associated to this controller.
ASPECT_RATIO
public static final AbstractPhotoController.Property ASPECT_RATIO
WIDTH
public static final AbstractPhotoController.Property WIDTH
HEIGHT
public static final AbstractPhotoController.Property HEIGHT
QUALITY
public static final AbstractPhotoController.Property QUALITY
VIEW_3D_ASPECT_RATIO
public static final AbstractPhotoController.Property VIEW_3D_ASPECT_RATIO
CEILING_LIGHT_COLOR
public static final AbstractPhotoController.Property CEILING_LIGHT_COLOR
values
public static AbstractPhotoController.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 (AbstractPhotoController.Property c : AbstractPhotoController.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 AbstractPhotoController.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