com.tecit.jni.barcode
Class ImageType

java.lang.Object
  extended by com.tecit.jni.barcode.ImageType

public class ImageType
extends java.lang.Object

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

BMP

public static final int BMP
Bitmap

See Also:
Constant Field Values

EMF

public static final int EMF
Enhanced meta file not supported when using the input stream method

See Also:
Constant Field Values

EPS

public static final int EPS
Extended PostScript * not supported when using the input stream method

See Also:
Constant Field Values

GIF

public static final int GIF
GIF-Format

See Also:
Constant Field Values

JPG

public static final int JPG
JPG-Format

See Also:
Constant Field Values

PCX

public static final int PCX
PCX-Format * not supported by when using the input stream method

See Also:
Constant Field Values

PNG

public static final int PNG
PNG-Format

See Also:
Constant Field Values

TIF

public static final int TIF
TIF-Format

See Also:
Constant Field Values

EPS_VECTOR

public static final int EPS_VECTOR
EPS-Vector-Format * not supported by when using the input stream method

See Also:
Constant Field Values
Constructor Detail

ImageType

public ImageType()