ClearImageJNI
Class EPageOrientation

java.lang.Object
  extended by ClearImageJNI.ECiBase
      extended by ClearImageJNI.EPageOrientation

public class EPageOrientation
extends ECiBase

Page orientation


Field Summary
static EPageOrientation epgoAuto
          Orientation is determined automatically
static EPageOrientation epgoLandscape
          Use landscape orientation
static EPageOrientation epgoPortrait
          Use portrait orientation
 
Method Summary
 boolean equals(java.lang.Object __obj)
          Compare two enumerated values for being equal
static EPageOrientation 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

epgoAuto

public static EPageOrientation epgoAuto
Orientation is determined automatically


epgoPortrait

public static EPageOrientation epgoPortrait
Use portrait orientation


epgoLandscape

public static EPageOrientation epgoLandscape
Use landscape orientation

Method Detail

equals

public boolean equals(java.lang.Object __obj)
Compare two enumerated values for being equal

Overrides:
equals in class java.lang.Object

fromInt

public static EPageOrientation fromInt(int __n)
Returns an enumerated value corresponding to a given integer.