Uses of Class
ClearImageJNI.ESmoothType

Uses of ESmoothType in ClearImageJNI
 

Fields in ClearImageJNI declared as ESmoothType
static ESmoothType ESmoothType.ciSmoothDarkenEdges
          Make character edges darker
static ESmoothType ESmoothType.ciSmoothLightenEdges
          Make character edges lighter
 

Methods in ClearImageJNI that return ESmoothType
static ESmoothType ESmoothType.fromInt(int __n)
          Returns an enumerated value corresponding to a given integer.
 

Methods in ClearImageJNI with parameters of type ESmoothType
 void ICiRepair.SmoothCharacters(ESmoothType Type)
          Smoothen character edges.