|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ClearImageJNI.ECiBase ClearImageJNI.EScaleType
public class EScaleType
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 |
---|
public static EScaleType ciScaleSkipLines
public static EScaleType ciScaleMergeLinePixels
public static EScaleType ciScaleMergeLineGaps
public static EScaleType ciScaleThreshold
Method Detail |
---|
public boolean equals(java.lang.Object __obj)
equals
in class java.lang.Object
public static EScaleType fromInt(int __n)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |