ClearImageJNI
Class ECleanNoiseFlags

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

public class ECleanNoiseFlags
extends JComEnumeration

CleanNoiseExt flags


Field Summary
static ECleanNoiseFlags ciCnxBlackNoise
          Remove black-on-white noise
static ECleanNoiseFlags ciCnxMarginsNoise
          Remove noise only in margins area
static ECleanNoiseFlags ciCnxWhiteNoise
          Remove white-on-black noise
 
Fields inherited from class ezjcom.JComEnumeration
__Ezj_value
 
Constructor Summary
protected ECleanNoiseFlags(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 ECleanNoiseFlags 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

ciCnxBlackNoise

public static ECleanNoiseFlags ciCnxBlackNoise
Remove black-on-white noise


ciCnxWhiteNoise

public static ECleanNoiseFlags ciCnxWhiteNoise
Remove white-on-black noise


ciCnxMarginsNoise

public static ECleanNoiseFlags ciCnxMarginsNoise
Remove noise only in margins area

Constructor Detail

ECleanNoiseFlags

protected ECleanNoiseFlags(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 ECleanNoiseFlags intToEnumeratedValue(int __n)
Returns an enumerated value corresponding to a given integer.