|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectezjcom.JComEnumeration
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 |
Fields inherited from class ezjcom.JComEnumeration |
---|
__Ezj_value |
Constructor Summary | |
---|---|
protected |
EPageSize(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 EPageSize |
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 |
---|
public static EPageSize epgsCustom
public static EPageSize epgsOriginal
public static EPageSize epgsLetter
public static EPageSize epgsLegal
public static EPageSize epgsLedger
public static EPageSize epgsA4
Constructor Detail |
---|
protected EPageSize(int __n)
Method Detail |
---|
public boolean equals(java.lang.Object __obj)
equals
in class java.lang.Object
public static EPageSize intToEnumeratedValue(int __n)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |