ClearImageJNI
Class EPageOrientation

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

public class EPageOrientation
extends JComEnumeration

Page orientation


Field Summary
static EPageOrientation epgoAuto
          Orientation is determind automaticaly
static EPageOrientation epgoLandscape
          Use landscape orientation
static EPageOrientation epgoPortrait
          Use portrait orientation
 
Fields inherited from class ezjcom.JComEnumeration
__Ezj_value
 
Constructor Summary
protected EPageOrientation(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 EPageOrientation 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

epgoAuto

public static EPageOrientation epgoAuto
Orientation is determind automaticaly


epgoPortrait

public static EPageOrientation epgoPortrait
Use portrait orientation


epgoLandscape

public static EPageOrientation epgoLandscape
Use landscape orientation

Constructor Detail

EPageOrientation

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