ClearImageJNI
Class ESmoothType

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

public class ESmoothType
extends JComEnumeration

Type of smoothing


Field Summary
static ESmoothType ciSmoothDarkenEdges
          Make character edges darker
static ESmoothType ciSmoothLightenEdges
          Make character edges lighter
 
Fields inherited from class ezjcom.JComEnumeration
__Ezj_value
 
Constructor Summary
protected ESmoothType(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 ESmoothType 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

ciSmoothDarkenEdges

public static ESmoothType ciSmoothDarkenEdges
Make character edges darker


ciSmoothLightenEdges

public static ESmoothType ciSmoothLightenEdges
Make character edges lighter

Constructor Detail

ESmoothType

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