com.tecit.jni.barcode
Class ImageQuality

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

public class ImageQuality
extends java.lang.Object

The class ImageQuality serves as container for the image quality enumerations.


Nested Class Summary
static class ImageQuality.BMP
          Bitmap
static class ImageQuality.EMF
          Enhanced meta file
static class ImageQuality.EPS
          Extended PostScript
static class ImageQuality.EPS_VECTOR
          EPS-Vector-Format
static class ImageQuality.GIF
          GIF-Format
static class ImageQuality.JPG
          JPG-Format a value between 1 (lowest) and 100 (highest)
static class ImageQuality.PCX
          PCX-Format
static class ImageQuality.PNG
          PNG-Format
static class ImageQuality.TIF
          TIF-Format
 
Constructor Summary
ImageQuality()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageQuality

public ImageQuality()