es.gva.cit.jecwcompress
Class CompressHint

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

public class CompressHint
extends java.lang.Object

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

Field Summary
static int COMPRESS_HINT_BEST
           
static int COMPRESS_HINT_FAST
           
static int COMPRESS_HINT_INTERNET
           
static int COMPRESS_HINT_NONE
           
 
Constructor Summary
CompressHint()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COMPRESS_HINT_NONE

public static final int COMPRESS_HINT_NONE
See Also:
Constant Field Values

COMPRESS_HINT_FAST

public static final int COMPRESS_HINT_FAST
See Also:
Constant Field Values

COMPRESS_HINT_BEST

public static final int COMPRESS_HINT_BEST
See Also:
Constant Field Values

COMPRESS_HINT_INTERNET

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

CompressHint

public CompressHint()