es.gva.cit.jmrsid
Class LTIColorSpace

java.lang.Object
  extended byes.gva.cit.jmrsid.LTIColorSpace

public class LTIColorSpace
extends java.lang.Object

Clase con las constantes que representan el espacio de color utilizado


Field Summary
static int LTI_COLORSPACE_CMYK
           
static int LTI_COLORSPACE_GRAYSCALE
           
static int LTI_COLORSPACE_INVALID
           
static int LTI_COLORSPACE_MULTISPECTRAL
           
static int LTI_COLORSPACE_PALETTE
           
static int LTI_COLORSPACE_RGB
           
static int LTI_COLORSPACE_RGBK
           
static int LTI_COLORSPACE_YIQ
           
static int LTI_COLORSPACE_YIQK
           
 
Constructor Summary
LTIColorSpace()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LTI_COLORSPACE_INVALID

public static final int LTI_COLORSPACE_INVALID
See Also:
Constant Field Values

LTI_COLORSPACE_RGB

public static final int LTI_COLORSPACE_RGB
See Also:
Constant Field Values

LTI_COLORSPACE_RGBK

public static final int LTI_COLORSPACE_RGBK
See Also:
Constant Field Values

LTI_COLORSPACE_CMYK

public static final int LTI_COLORSPACE_CMYK
See Also:
Constant Field Values

LTI_COLORSPACE_GRAYSCALE

public static final int LTI_COLORSPACE_GRAYSCALE
See Also:
Constant Field Values

LTI_COLORSPACE_PALETTE

public static final int LTI_COLORSPACE_PALETTE
See Also:
Constant Field Values

LTI_COLORSPACE_YIQ

public static final int LTI_COLORSPACE_YIQ
See Also:
Constant Field Values

LTI_COLORSPACE_YIQK

public static final int LTI_COLORSPACE_YIQK
See Also:
Constant Field Values

LTI_COLORSPACE_MULTISPECTRAL

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

LTIColorSpace

public LTIColorSpace()