|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ClearImageJNI.ECiBase ClearImageJNI.EBarcodeRotation
public class EBarcodeRotation
Barcode rotation
Field Summary | |
---|---|
static EBarcodeRotation |
cibRotDiag
Barcode is diagonal |
static EBarcodeRotation |
cibRotLeft
Barcode is rotated left |
static EBarcodeRotation |
cibRotNone
Barcode is not rotated |
static EBarcodeRotation |
cibRotRight
Barcode is rotated right |
static EBarcodeRotation |
cibRotUpsideDown
Barcode rotated upside down |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object __obj)
Compare two enumerated values for being equal |
static EBarcodeRotation |
fromInt(int __n)
Returns an enumerated value corresponding to a given integer. |
Methods inherited from class ClearImageJNI.ECiBase |
---|
toInt, toString |
Methods inherited from class java.lang.Object |
---|
getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static EBarcodeRotation cibRotNone
public static EBarcodeRotation cibRotUpsideDown
public static EBarcodeRotation cibRotLeft
public static EBarcodeRotation cibRotRight
public static EBarcodeRotation cibRotDiag
Method Detail |
---|
public boolean equals(java.lang.Object __obj)
equals
in class java.lang.Object
public static EBarcodeRotation fromInt(int __n)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |