ClearImageJNI
Class EBarcodeRotation

java.lang.Object
  extended by ClearImageJNI.ECiBase
      extended by ClearImageJNI.EBarcodeRotation

public class EBarcodeRotation
extends ECiBase

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

cibRotNone

public static EBarcodeRotation cibRotNone
Barcode is not rotated


cibRotUpsideDown

public static EBarcodeRotation cibRotUpsideDown
Barcode rotated upside down


cibRotLeft

public static EBarcodeRotation cibRotLeft
Barcode is rotated left


cibRotRight

public static EBarcodeRotation cibRotRight
Barcode is rotated right


cibRotDiag

public static EBarcodeRotation cibRotDiag
Barcode is diagonal

Method Detail

equals

public boolean equals(java.lang.Object __obj)
Compare two enumerated values for being equal

Overrides:
equals in class java.lang.Object

fromInt

public static EBarcodeRotation fromInt(int __n)
Returns an enumerated value corresponding to a given integer.