|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectClearImageJNI.ECiBase
ClearImageJNI.EPageSize
public class EPageSize
Page size
| Field Summary | |
|---|---|
static EPageSize |
epgsA4
A4 page size |
static EPageSize |
epgsCustom
Custom image size |
static EPageSize |
epgsLedger
Ledger size |
static EPageSize |
epgsLegal
Legal size |
static EPageSize |
epgsLetter
Letter size |
static EPageSize |
epgsOriginal
Image size before image is modified |
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object __obj)
Compare two enumerated values for being equal |
static EPageSize |
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 EPageSize epgsCustom
public static EPageSize epgsOriginal
public static EPageSize epgsLetter
public static EPageSize epgsLegal
public static EPageSize epgsLedger
public static EPageSize epgsA4
| Method Detail |
|---|
public boolean equals(java.lang.Object __obj)
equals in class java.lang.Objectpublic static EPageSize fromInt(int __n)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||