|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectezjcom.JComEnumeration
ClearImageJNI.EPdfRasterColorMode
public class EPdfRasterColorMode
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 |
---|
public static EPdfRasterColorMode eprmAuto
public static EPdfRasterColorMode eprmBw
public static EPdfRasterColorMode eprmGs
public static EPdfRasterColorMode eprmRgb
Constructor Detail |
---|
protected EPdfRasterColorMode(int __n)
Method Detail |
---|
public boolean equals(java.lang.Object __obj)
equals
in class java.lang.Object
public static EPdfRasterColorMode intToEnumeratedValue(int __n)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |