ClearImageJNI
Class EScaleBmpType

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

public class EScaleBmpType
extends JComEnumeration

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

ciScaleBestQuality

public static EScaleBmpType ciScaleBestQuality
Scale to achieve best visual quality


ciScaleBestSpeed

public static EScaleBmpType ciScaleBestSpeed
Scale using the fastest scaling algorithm

Constructor Detail

EScaleBmpType

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