ClearImageJNI
Class EScaleType

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

public class EScaleType
extends ECiBase

Type of image to image scale down


Field Summary
static EScaleType ciScaleMergeLineGaps
          Merge gaps, making image lighter
static EScaleType ciScaleMergeLinePixels
          Merge pixels, making image darker
static EScaleType ciScaleSkipLines
          Skip extra lines
static EScaleType ciScaleThreshold
          Apply threshold to merged lines
 
Method Summary
 boolean equals(java.lang.Object __obj)
          Compare two enumerated values for being equal
static EScaleType 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

ciScaleSkipLines

public static EScaleType ciScaleSkipLines
Skip extra lines


ciScaleMergeLinePixels

public static EScaleType ciScaleMergeLinePixels
Merge pixels, making image darker


ciScaleMergeLineGaps

public static EScaleType ciScaleMergeLineGaps
Merge gaps, making image lighter


ciScaleThreshold

public static EScaleType ciScaleThreshold
Apply threshold to merged lines

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