ClearImageJNI
Class ESizeUnit

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

public class ESizeUnit
extends JComEnumeration

Alignment of image on a page


Field Summary
static ESizeUnit esuCentimeter
          enumerated constant esuCentimeter
static ESizeUnit esuInch
          enumerated constant esuInch
static ESizeUnit esuPixel
          enumerated constant esuPixel
 
Fields inherited from class ezjcom.JComEnumeration
__Ezj_value
 
Constructor Summary
protected ESizeUnit(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 ESizeUnit 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

esuPixel

public static ESizeUnit esuPixel
enumerated constant esuPixel


esuInch

public static ESizeUnit esuInch
enumerated constant esuInch


esuCentimeter

public static ESizeUnit esuCentimeter
enumerated constant esuCentimeter

Constructor Detail

ESizeUnit

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