public static enum VuforiaLocalizer.Parameters.CameraMonitorFeedback extends java.lang.Enum<VuforiaLocalizer.Parameters.CameraMonitorFeedback>
VuforiaLocalizer.Parameters.CameraMonitorFeedback enumerates the kinds of positioning feedback that
may be drawn in the camera monitor window.| Modifier and Type | Method and Description |
|---|---|
static VuforiaLocalizer.Parameters.CameraMonitorFeedback |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VuforiaLocalizer.Parameters.CameraMonitorFeedback[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VuforiaLocalizer.Parameters.CameraMonitorFeedback NONE
public static final VuforiaLocalizer.Parameters.CameraMonitorFeedback AXES
public static final VuforiaLocalizer.Parameters.CameraMonitorFeedback TEAPOT
public static final VuforiaLocalizer.Parameters.CameraMonitorFeedback BUILDINGS
public static VuforiaLocalizer.Parameters.CameraMonitorFeedback[] values()
for (VuforiaLocalizer.Parameters.CameraMonitorFeedback c : VuforiaLocalizer.Parameters.CameraMonitorFeedback.values()) System.out.println(c);
public static VuforiaLocalizer.Parameters.CameraMonitorFeedback 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