ClearImageJNI
Class EMorphDirections

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

public class EMorphDirections
extends JComEnumeration

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

ciMorphHorz

public static EMorphDirections ciMorphHorz
Modify pixels located to the left and right


ciMorphVert

public static EMorphDirections ciMorphVert
Modify pixels located up and down


ciMorphDiag

public static EMorphDirections ciMorphDiag
Modify pixels located diagonally


ciMorphHorzAndVert

public static EMorphDirections ciMorphHorzAndVert
Modify pixels located left, right, up or down


ciMorphAllNeighbours

public static EMorphDirections ciMorphAllNeighbours
Modify all neighboring pixels

Constructor Detail

EMorphDirections

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