|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectezjcom.JComEnumeration
ClearImageJNI.EBorderExtractAlgorithm
public class EBorderExtractAlgorithm
Border Extraction algorithm
Field Summary | |
---|---|
static EBorderExtractAlgorithm |
ciBeaCleaner
Cleaner border extraction |
static EBorderExtractAlgorithm |
ciBeaFaster
Faster border extraction |
Fields inherited from class ezjcom.JComEnumeration |
---|
__Ezj_value |
Constructor Summary | |
---|---|
protected |
EBorderExtractAlgorithm(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 EBorderExtractAlgorithm |
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 |
---|
public static EBorderExtractAlgorithm ciBeaFaster
public static EBorderExtractAlgorithm ciBeaCleaner
Constructor Detail |
---|
protected EBorderExtractAlgorithm(int __n)
Method Detail |
---|
public boolean equals(java.lang.Object __obj)
equals
in class java.lang.Object
public static EBorderExtractAlgorithm intToEnumeratedValue(int __n)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |