|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectezjcom.JComEnumeration
ClearImageJNI.EMorphDirections
public class EMorphDirections
Direction to fatten or trim image
Field Summary | |
---|---|
static EMorphDirections |
ciMorphAllNeighbours
Modify all neighboring pixels |
static EMorphDirections |
ciMorphDiag
Modify pixels located diagonally |
static EMorphDirections |
ciMorphHorz
Modify pixels located to the left and right |
static EMorphDirections |
ciMorphHorzAndVert
Modify pixels located left, right, up or down |
static EMorphDirections |
ciMorphVert
Modify pixels located up and down |
Fields inherited from class ezjcom.JComEnumeration |
---|
__Ezj_value |
Constructor Summary | |
---|---|
protected |
EMorphDirections(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 EMorphDirections |
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 EMorphDirections ciMorphHorz
public static EMorphDirections ciMorphVert
public static EMorphDirections ciMorphDiag
public static EMorphDirections ciMorphHorzAndVert
public static EMorphDirections ciMorphAllNeighbours
Constructor Detail |
---|
protected EMorphDirections(int __n)
Method Detail |
---|
public boolean equals(java.lang.Object __obj)
equals
in class java.lang.Object
public static EMorphDirections intToEnumeratedValue(int __n)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |