com.tecit.jni.barcode
Class ImageQuality.TIF

java.lang.Object
  extended by com.tecit.jni.barcode.ImageQuality.TIF
Enclosing class:
ImageQuality

public static final class ImageQuality.TIF
extends java.lang.Object

TIF-Format


Field Summary
static int CCITT_GROUP3
           
static int GROUP3
           
static int GROUP4
           
static int JPEG
           
static int LZW
           
static int NONE
           
static int PACKBITS
           
 
Constructor Summary
ImageQuality.TIF()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NONE

public static final int NONE
See Also:
Constant Field Values

LZW

public static final int LZW
See Also:
Constant Field Values

PACKBITS

public static final int PACKBITS
See Also:
Constant Field Values

GROUP3

public static final int GROUP3
See Also:
Constant Field Values

GROUP4

public static final int GROUP4
See Also:
Constant Field Values

CCITT_GROUP3

public static final int CCITT_GROUP3
See Also:
Constant Field Values

JPEG

public static final int JPEG
See Also:
Constant Field Values
Constructor Detail

ImageQuality.TIF

public ImageQuality.TIF()