ClearImageJNI
Class EBorderExtractFlags

java.lang.Object
  extended by ezjcom.JComEnumeration
      extended by ClearImageJNI.EBorderExtractFlags

public class EBorderExtractFlags
extends JComEnumeration

Border Extraction flags


Field Summary
static EBorderExtractFlags ciBexBorder
          Remove borders only
static EBorderExtractFlags ciBexBorderDeskew
          Remove borders and deskew
static EBorderExtractFlags ciBexBorderDeskewCrop
          Remove borders, deskew, and crop
static EBorderExtractFlags ciBexDeskewCrop
          Deskew, and crop
 
Fields inherited from class ezjcom.JComEnumeration
__Ezj_value
 
Constructor Summary
protected EBorderExtractFlags(int __n)
          Default constructor (protected; use intToEnumeratedValue to obtain enumerated values from integers.)
 
Method Summary
 boolean equals(java.lang.Object __obj)
          Compare two enumerated values for being equal
static EBorderExtractFlags intToEnumeratedValue(int __n)
          Returns an enumerated value corresponding to a given integer.
 
Methods inherited from class ezjcom.JComEnumeration
getEnumeratedIntValue
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ciBexBorder

public static EBorderExtractFlags ciBexBorder
Remove borders only


ciBexBorderDeskew

public static EBorderExtractFlags ciBexBorderDeskew
Remove borders and deskew


ciBexBorderDeskewCrop

public static EBorderExtractFlags ciBexBorderDeskewCrop
Remove borders, deskew, and crop


ciBexDeskewCrop

public static EBorderExtractFlags ciBexDeskewCrop
Deskew, and crop

Constructor Detail

EBorderExtractFlags

protected EBorderExtractFlags(int __n)
Default constructor (protected; use intToEnumeratedValue to obtain enumerated values from integers.)

Method Detail

equals

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

Overrides:
equals in class java.lang.Object

intToEnumeratedValue

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