|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ClearImageJNI.ECiBase ClearImageJNI.EFileFormat
public class EFileFormat
Image file format
Field Summary | |
---|---|
static EFileFormat |
ciBMP
BMP format. |
static EFileFormat |
ciEXT
Format is based on file name extension |
static EFileFormat |
cifICL
Image Cash Letter format. |
static EFileFormat |
cifPDF
PDF Format. |
static EFileFormat |
ciGIF
GIF format. |
static EFileFormat |
ciICO
Windows icon format, 255x255 max. |
static EFileFormat |
ciJBG
JBIG format. |
static EFileFormat |
ciJP2
JPEG-2000 format. |
static EFileFormat |
ciJPC
JPEG 2000 Code stream. |
static EFileFormat |
ciJPG
JPEG format. |
static EFileFormat |
ciPCX
PCX format. |
static EFileFormat |
ciPGX
JPEG-2000 verification model. |
static EFileFormat |
ciPNG
Portable Network Graphic format. |
static EFileFormat |
ciPNM
Portable aNyMap format. |
static EFileFormat |
ciTGA
Targa format. |
static EFileFormat |
ciTIFF
Uncompressed TIFF format. |
static EFileFormat |
ciTIFF_G3_1D
TIFF Group3 compression, bpp=1 |
static EFileFormat |
ciTIFF_G4
TIFF Group 4 compression, bpp=1 |
static EFileFormat |
ciTIFF_JPEG
TIFF JPEG compression, bpp=8, 24 |
static EFileFormat |
ciTIFF_LZW
enumerated constant ciTIFF_LZW |
static EFileFormat |
ciTIFF_NEOL
TIFF No-end-of-line compression, bpp=1 |
static EFileFormat |
ciWBMP
Wireless Bitmap format, 255x255 max. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object __obj)
Compare two enumerated values for being equal |
static EFileFormat |
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 EFileFormat ciEXT
public static EFileFormat ciBMP
public static EFileFormat ciPCX
public static EFileFormat ciTIFF
public static EFileFormat ciTIFF_G3_1D
public static EFileFormat ciTIFF_G4
public static EFileFormat ciTIFF_NEOL
public static EFileFormat ciTIFF_JPEG
public static EFileFormat ciGIF
public static EFileFormat ciJPG
public static EFileFormat ciPNG
public static EFileFormat ciICO
public static EFileFormat ciTGA
public static EFileFormat ciWBMP
public static EFileFormat ciJBG
public static EFileFormat ciJP2
public static EFileFormat ciJPC
public static EFileFormat ciPGX
public static EFileFormat ciPNM
public static EFileFormat ciTIFF_LZW
public static EFileFormat cifPDF
public static EFileFormat cifICL
Method Detail |
---|
public boolean equals(java.lang.Object __obj)
equals
in class java.lang.Object
public static EFileFormat fromInt(int __n)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |