ClearImageJNI
Class EScaleType

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

public class EScaleType
extends JComEnumeration

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
 
Fields inherited from class ezjcom.JComEnumeration
__Ezj_value
 
Constructor Summary
protected EScaleType(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 EScaleType 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

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

Constructor Detail

EScaleType

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