public enum QuadViewPreset extends java.lang.Enum<QuadViewPreset>
| Enum Constant and Description |
|---|
DEFAULT_CORNERS_FROM_PDF417_SCAN_ACTIVITY
Setup quad view in the same style as used in default Pdf417ScanActivity
|
DEFAULT_CORNERS_FROM_SCAN_ACTIVITY
Setup quad view in the same style as used in default ScanActivity
|
DEFAULT_FROM_SCAN_CARD_ACTIVITY
Setup quad view in the same style as used in default ScanCard activity
|
DEFAULT_FROM_SCAN_FOV_ACTIVITY
Setup quad view in the same style as used in default ScanFOV activity
|
DEFAULT_FROM_SCAN_FOV_WITH_INFO_ACTIVITY
Setup quad view in the same style as used in default ScanFovWithInfo activity
|
| Modifier and Type | Method and Description |
|---|---|
static QuadViewPreset |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static QuadViewPreset[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QuadViewPreset DEFAULT_CORNERS_FROM_SCAN_ACTIVITY
public static final QuadViewPreset DEFAULT_CORNERS_FROM_PDF417_SCAN_ACTIVITY
public static final QuadViewPreset DEFAULT_FROM_SCAN_CARD_ACTIVITY
public static final QuadViewPreset DEFAULT_FROM_SCAN_FOV_ACTIVITY
public static final QuadViewPreset DEFAULT_FROM_SCAN_FOV_WITH_INFO_ACTIVITY
public static QuadViewPreset[] values()
for (QuadViewPreset c : QuadViewPreset.values()) System.out.println(c);
public static QuadViewPreset 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