ClearImageJNI
Class ECleanNoiseFlags

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

public class ECleanNoiseFlags
extends ECiBase

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
 
Constructor Summary
ECleanNoiseFlags(ECleanNoiseFlags... objects)
          Constructor creates bit-masked enumerated value from one or more predefined values
 
Method Summary
 boolean equals(java.lang.Object __obj)
          Compare two enumerated values for being equal
static ECleanNoiseFlags 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

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

public ECleanNoiseFlags(ECleanNoiseFlags... objects)
Constructor creates bit-masked enumerated value from one or more predefined values

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