public static enum Camera.Property extends Enum<Camera.Property>
PropertyChangeListener
s added
to a camera will be notified under a property name equal to the string value of one these properties.Enum Constant and Description |
---|
FIELD_OF_VIEW |
LENS |
NAME |
PITCH |
TIME |
X |
Y |
YAW |
Z |
Modifier and Type | Method and Description |
---|---|
static Camera.Property |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Camera.Property[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Camera.Property NAME
public static final Camera.Property X
public static final Camera.Property Y
public static final Camera.Property Z
public static final Camera.Property YAW
public static final Camera.Property PITCH
public static final Camera.Property FIELD_OF_VIEW
public static final Camera.Property TIME
public static final Camera.Property LENS
public static Camera.Property[] values()
for (Camera.Property c : Camera.Property.values()) System.out.println(c);
public static Camera.Property valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
© Copyrights 2006-2016 Emmanuel PUYBARET / eTeks
Distributed under GNU General Public License