public enum JCameraScreenOrigin extends Enum<JCameraScreenOrigin>
| Enum Constant and Description |
|---|
SCREEN_ORIGIN_BOTTOM_LEFT
The origin of the screen is the bottom left.
|
SCREEN_ORIGIN_TOP_LEFT
The origin of the screen is the top left.
|
| Modifier and Type | Method and Description |
|---|---|
static JCameraScreenOrigin |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JCameraScreenOrigin[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JCameraScreenOrigin SCREEN_ORIGIN_BOTTOM_LEFT
public static final JCameraScreenOrigin SCREEN_ORIGIN_TOP_LEFT
public static JCameraScreenOrigin[] values()
for (JCameraScreenOrigin c : JCameraScreenOrigin.values()) System.out.println(c);
public static JCameraScreenOrigin 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 nullCopyright © 2017 <code@io7m.com> http://io7m.com