public static enum Tesseract.TessOrientation extends java.lang.Enum<Tesseract.TessOrientation> implements org.bridj.IntValuedEnum<Tesseract.TessOrientation>
| Enum Constant and Description |
|---|
ORIENTATION_PAGE_DOWN |
ORIENTATION_PAGE_LEFT |
ORIENTATION_PAGE_RIGHT |
ORIENTATION_PAGE_UP |
| Modifier and Type | Field and Description |
|---|---|
long |
value |
| Modifier and Type | Method and Description |
|---|---|
static org.bridj.IntValuedEnum<Tesseract.TessOrientation> |
fromValue(int value) |
java.util.Iterator<Tesseract.TessOrientation> |
iterator() |
long |
value() |
static Tesseract.TessOrientation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Tesseract.TessOrientation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Tesseract.TessOrientation ORIENTATION_PAGE_UP
public static final Tesseract.TessOrientation ORIENTATION_PAGE_RIGHT
public static final Tesseract.TessOrientation ORIENTATION_PAGE_DOWN
public static final Tesseract.TessOrientation ORIENTATION_PAGE_LEFT
public static Tesseract.TessOrientation[] values()
for (Tesseract.TessOrientation c : Tesseract.TessOrientation.values()) System.out.println(c);
public static Tesseract.TessOrientation 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 nullpublic long value()
value in interface org.bridj.ValuedEnum<Tesseract.TessOrientation>public java.util.Iterator<Tesseract.TessOrientation> iterator()
iterator in interface java.lang.Iterable<Tesseract.TessOrientation>public static org.bridj.IntValuedEnum<Tesseract.TessOrientation> fromValue(int value)