ClearImageJNI
Class EPageRotation

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

public class EPageRotation
extends JComEnumeration

Page rotation


Field Summary
static EPageRotation ciRotLeft
          Page is rotated left
static EPageRotation ciRotLeftOrRight
          Page is rotated left or right
static EPageRotation ciRotNone
          Page is not rotated
static EPageRotation ciRotPortrait
          Page is not rotated or rotated upside down
static EPageRotation ciRotRight
          Page is rotated right
static EPageRotation ciRotUnknown
          Page rotation unknown
static EPageRotation ciRotUpsideDown
          Page rotated upside down
 
Fields inherited from class ezjcom.JComEnumeration
__Ezj_value
 
Constructor Summary
protected EPageRotation(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 EPageRotation 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

ciRotUnknown

public static EPageRotation ciRotUnknown
Page rotation unknown


ciRotNone

public static EPageRotation ciRotNone
Page is not rotated


ciRotUpsideDown

public static EPageRotation ciRotUpsideDown
Page rotated upside down


ciRotPortrait

public static EPageRotation ciRotPortrait
Page is not rotated or rotated upside down


ciRotLeft

public static EPageRotation ciRotLeft
Page is rotated left


ciRotRight

public static EPageRotation ciRotRight
Page is rotated right


ciRotLeftOrRight

public static EPageRotation ciRotLeftOrRight
Page is rotated left or right

Constructor Detail

EPageRotation

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