| Enum Constant | Description |
|---|---|
TJXOP_HFLIP |
|
TJXOP_NONE |
|
TJXOP_ROT180 |
|
TJXOP_ROT270 |
|
TJXOP_ROT90 |
|
TJXOP_TRANSPOSE |
|
TJXOP_TRANSVERSE |
|
TJXOP_VFLIP |
| Modifier and Type | Method | Description |
|---|---|---|
int |
intValue() |
|
static TJXOP |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static TJXOP[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TJXOP TJXOP_NONE
public static final TJXOP TJXOP_HFLIP
public static final TJXOP TJXOP_VFLIP
public static final TJXOP TJXOP_TRANSPOSE
public static final TJXOP TJXOP_TRANSVERSE
public static final TJXOP TJXOP_ROT90
public static final TJXOP TJXOP_ROT180
public static final TJXOP TJXOP_ROT270
public static TJXOP[] values()
for (TJXOP c : TJXOP.values()) System.out.println(c);
public static TJXOP 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 int intValue()
intValue in interface jnr.ffi.util.EnumMapper.IntegerEnumCopyright © 2018. All rights reserved.