ClearImageJNI
Class EBorderExtractAlgorithm

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

public class EBorderExtractAlgorithm
extends ECiBase

Border Extraction algorithm


Field Summary
static EBorderExtractAlgorithm ciBeaCleaner
          Cleaner border extraction
static EBorderExtractAlgorithm ciBeaFaster
          Faster border extraction
 
Method Summary
 boolean equals(java.lang.Object __obj)
          Compare two enumerated values for being equal
static EBorderExtractAlgorithm 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

ciBeaFaster

public static EBorderExtractAlgorithm ciBeaFaster
Faster border extraction


ciBeaCleaner

public static EBorderExtractAlgorithm ciBeaCleaner
Cleaner border extraction

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