ClearImageJNI
Class EPageSize

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

public class EPageSize
extends ECiBase

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

epgsCustom

public static EPageSize epgsCustom
Custom image size


epgsOriginal

public static EPageSize epgsOriginal
Image size before image is modified


epgsLetter

public static EPageSize epgsLetter
Letter size


epgsLegal

public static EPageSize epgsLegal
Legal size


epgsLedger

public static EPageSize epgsLedger
Ledger size


epgsA4

public static EPageSize epgsA4
A4 page size

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