ClearImageJNI
Class EPdfRasterColorMode

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

public class EPdfRasterColorMode
extends JComEnumeration

Rasterization color selection


Field Summary
static EPdfRasterColorMode eprmAuto
          Rasterize based on color of page objects
static EPdfRasterColorMode eprmBw
          Rasterize page as black-and-white
static EPdfRasterColorMode eprmGs
          Rasterize page as grayscale
static EPdfRasterColorMode eprmRgb
          Rasterize page as color
 
Fields inherited from class ezjcom.JComEnumeration
__Ezj_value
 
Constructor Summary
protected EPdfRasterColorMode(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 EPdfRasterColorMode 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

eprmAuto

public static EPdfRasterColorMode eprmAuto
Rasterize based on color of page objects


eprmBw

public static EPdfRasterColorMode eprmBw
Rasterize page as black-and-white


eprmGs

public static EPdfRasterColorMode eprmGs
Rasterize page as grayscale


eprmRgb

public static EPdfRasterColorMode eprmRgb
Rasterize page as color

Constructor Detail

EPdfRasterColorMode

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