public static enum AbstractPhotoController.Property extends java.lang.Enum<AbstractPhotoController.Property>
| Enum Constant and Description |
|---|
ASPECT_RATIO |
CEILING_LIGHT_COLOR |
HEIGHT |
QUALITY |
VIEW_3D_ASPECT_RATIO |
WIDTH |
| Modifier and Type | Method and Description |
|---|---|
static AbstractPhotoController.Property |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AbstractPhotoController.Property[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractPhotoController.Property ASPECT_RATIO
public static final AbstractPhotoController.Property WIDTH
public static final AbstractPhotoController.Property HEIGHT
public static final AbstractPhotoController.Property QUALITY
public static final AbstractPhotoController.Property VIEW_3D_ASPECT_RATIO
public static final AbstractPhotoController.Property CEILING_LIGHT_COLOR
public static AbstractPhotoController.Property[] values()
for (AbstractPhotoController.Property c : AbstractPhotoController.Property.values()) System.out.println(c);
public static AbstractPhotoController.Property valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null

© Copyright 2024 Space Mushrooms
Distributed under GNU General Public License