|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tecit.jni.barcode.ImageType
public class ImageType
The class ImageType
serves as container for the image type
enumerations.
Field Summary | |
---|---|
static int |
BMP
Bitmap |
static int |
EMF
Enhanced meta file not supported when using the input stream method |
static int |
EPS
Extended PostScript * not supported when using the input stream method |
static int |
EPS_VECTOR
EPS-Vector-Format * not supported by when using the input stream method |
static int |
GIF
GIF-Format |
static int |
JPG
JPG-Format |
static int |
PCX
PCX-Format * not supported by when using the input stream method |
static int |
PNG
PNG-Format |
static int |
TIF
TIF-Format |
Constructor Summary | |
---|---|
ImageType()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int BMP
public static final int EMF
public static final int EPS
public static final int GIF
public static final int JPG
public static final int PCX
public static final int PNG
public static final int TIF
public static final int EPS_VECTOR
Constructor Detail |
---|
public ImageType()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |