es.gva.cit.jecwcompress
Class CompressFormat

java.lang.Object
  extended byes.gva.cit.jecwcompress.CompressFormat

public class CompressFormat
extends java.lang.Object

Clase que contiene las constantes para los tipos de compresión

Version:
0.0
Author:
Nacho Brodin .
Equipo de desarrollo gvSIG.
http://www.gvsig.gva.es

Field Summary
static int COMPRESS_MULTI
           
static int COMPRESS_NONE
           
static int COMPRESS_RGB
           
static int COMPRESS_UINT8
           
static int COMPRESS_YUV
           
 
Constructor Summary
CompressFormat()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COMPRESS_NONE

public static final int COMPRESS_NONE
See Also:
Constant Field Values

COMPRESS_UINT8

public static final int COMPRESS_UINT8
See Also:
Constant Field Values

COMPRESS_YUV

public static final int COMPRESS_YUV
See Also:
Constant Field Values

COMPRESS_MULTI

public static final int COMPRESS_MULTI
See Also:
Constant Field Values

COMPRESS_RGB

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

CompressFormat

public CompressFormat()