|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectClearImageJNI.ECiBase
ClearImageJNI.EScaleBmpType
public class EScaleBmpType
Type of image-to-bitmap scale down
| Field Summary | |
|---|---|
static EScaleBmpType |
ciScaleBestQuality
Scale to achieve best visual quality |
static EScaleBmpType |
ciScaleBestSpeed
Scale using the fastest scaling algorithm |
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object __obj)
Compare two enumerated values for being equal |
static EScaleBmpType |
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 EScaleBmpType ciScaleBestQuality
public static EScaleBmpType ciScaleBestSpeed
| Method Detail |
|---|
public boolean equals(java.lang.Object __obj)
equals in class java.lang.Objectpublic static EScaleBmpType fromInt(int __n)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||