ClearImageJNI
Class ESmoothType

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

public class ESmoothType
extends ECiBase

Type of smoothing


Field Summary
static ESmoothType ciSmoothDarkenEdges
          Make character edges darker
static ESmoothType ciSmoothLightenEdges
          Make character edges lighter
 
Method Summary
 boolean equals(java.lang.Object __obj)
          Compare two enumerated values for being equal
static ESmoothType 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

ciSmoothDarkenEdges

public static ESmoothType ciSmoothDarkenEdges
Make character edges darker


ciSmoothLightenEdges

public static ESmoothType ciSmoothLightenEdges
Make character edges lighter

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