public static enum Tesseract.TessPolyBlockType extends java.lang.Enum<Tesseract.TessPolyBlockType> implements org.bridj.IntValuedEnum<Tesseract.TessPolyBlockType>
| Enum Constant and Description |
|---|
PT_CAPTION_TEXT |
PT_COUNT |
PT_FLOWING_IMAGE |
PT_FLOWING_TEXT |
PT_HEADING_IMAGE |
PT_HEADING_TEXT |
PT_HORZ_LINE |
PT_NOISE |
PT_PULLOUT_IMAGE |
PT_PULLOUT_TEXT |
PT_TABLE |
PT_UNKNOWN |
PT_VERT_LINE |
PT_VERTICAL_TEXT |
| Modifier and Type | Field and Description |
|---|---|
long |
value |
| Modifier and Type | Method and Description |
|---|---|
static org.bridj.IntValuedEnum<Tesseract.TessPolyBlockType> |
fromValue(int value) |
java.util.Iterator<Tesseract.TessPolyBlockType> |
iterator() |
long |
value() |
static Tesseract.TessPolyBlockType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Tesseract.TessPolyBlockType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Tesseract.TessPolyBlockType PT_UNKNOWN
public static final Tesseract.TessPolyBlockType PT_FLOWING_TEXT
public static final Tesseract.TessPolyBlockType PT_HEADING_TEXT
public static final Tesseract.TessPolyBlockType PT_PULLOUT_TEXT
public static final Tesseract.TessPolyBlockType PT_TABLE
public static final Tesseract.TessPolyBlockType PT_VERTICAL_TEXT
public static final Tesseract.TessPolyBlockType PT_CAPTION_TEXT
public static final Tesseract.TessPolyBlockType PT_FLOWING_IMAGE
public static final Tesseract.TessPolyBlockType PT_HEADING_IMAGE
public static final Tesseract.TessPolyBlockType PT_PULLOUT_IMAGE
public static final Tesseract.TessPolyBlockType PT_HORZ_LINE
public static final Tesseract.TessPolyBlockType PT_VERT_LINE
public static final Tesseract.TessPolyBlockType PT_NOISE
public static final Tesseract.TessPolyBlockType PT_COUNT
public static Tesseract.TessPolyBlockType[] values()
for (Tesseract.TessPolyBlockType c : Tesseract.TessPolyBlockType.values()) System.out.println(c);
public static Tesseract.TessPolyBlockType 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.TessPolyBlockType>public java.util.Iterator<Tesseract.TessPolyBlockType> iterator()
iterator in interface java.lang.Iterable<Tesseract.TessPolyBlockType>public static org.bridj.IntValuedEnum<Tesseract.TessPolyBlockType> fromValue(int value)