public static enum Camera.Property extends java.lang.Enum<Camera.Property>
PropertyChangeListeners 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  | 
RENDERER  | 
TIME  | 
X  | 
Y  | 
YAW  | 
Z  | 
| Modifier and Type | Method and Description | 
|---|---|
static Camera.Property | 
valueOf(java.lang.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 final Camera.Property RENDERER
public static Camera.Property[] values()
for (Camera.Property c : Camera.Property.values()) System.out.println(c);
public static Camera.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