public enum TJXOP extends Enum<TJXOP> implements jnr.ffi.util.EnumMapper.IntegerEnum
| Enum Constant and Description |
|---|
TJXOP_HFLIP |
TJXOP_NONE |
TJXOP_ROT180 |
TJXOP_ROT270 |
TJXOP_ROT90 |
TJXOP_TRANSPOSE |
TJXOP_TRANSVERSE |
TJXOP_VFLIP |
| Modifier and Type | Method and Description |
|---|---|
int |
intValue() |
static TJXOP |
valueOf(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(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int intValue()
intValue in interface jnr.ffi.util.EnumMapper.IntegerEnumCopyright © 2018. All rights reserved.