|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ClearImageJNI.ECiBase ClearImageJNI.EPageRotation
public class EPageRotation
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 |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object __obj)
Compare two enumerated values for being equal |
static EPageRotation |
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 |
---|
public static EPageRotation ciRotUnknown
public static EPageRotation ciRotNone
public static EPageRotation ciRotUpsideDown
public static EPageRotation ciRotPortrait
public static EPageRotation ciRotLeft
public static EPageRotation ciRotRight
public static EPageRotation ciRotLeftOrRight
Method Detail |
---|
public boolean equals(java.lang.Object __obj)
equals
in class java.lang.Object
public static EPageRotation fromInt(int __n)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |