org.geotools.cv
Class ScaledColorSpace

java.lang.Object
  extended byjava.awt.color.ColorSpace
      extended byorg.geotools.cv.ScaledColorSpace
All Implemented Interfaces:
java.io.Serializable

Deprecated. Replaced by ScaledColorSpace in the org.geotools.coverage package.

public final class ScaledColorSpace
extends java.awt.color.ColorSpace

Espace de couleurs pour les images dont les valeurs de pixels se situent entre deux nombre r?els. NOTE: Actual implementation is a copy of org.geotools.image.io.ScaledColorSpace. Future implementation will be differents (interpolate in a color table instead of computing grayscales).

Version:
$Id: ScaledColorSpace.java 17672 2006-01-19 00:25:55Z desruisseaux $
Author:
Martin Desruisseaux
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.awt.color.ColorSpace
CS_CIEXYZ, CS_GRAY, CS_LINEAR_RGB, CS_PYCC, CS_sRGB, TYPE_2CLR, TYPE_3CLR, TYPE_4CLR, TYPE_5CLR, TYPE_6CLR, TYPE_7CLR, TYPE_8CLR, TYPE_9CLR, TYPE_ACLR, TYPE_BCLR, TYPE_CCLR, TYPE_CMY, TYPE_CMYK, TYPE_DCLR, TYPE_ECLR, TYPE_FCLR, TYPE_GRAY, TYPE_HLS, TYPE_HSV, TYPE_Lab, TYPE_Luv, TYPE_RGB, TYPE_XYZ, TYPE_YCbCr, TYPE_Yxy
 
Constructor Summary
ScaledColorSpace(int band, int numComponents, double minimum, double maximum)
          Deprecated. Construit un mod?le de couleurs.
 
Method Summary
 float[] fromCIEXYZ(float[] RGB)
          Deprecated. Convertit les couleurs de l'espace CIEXYZ en valeurs.
 float[] fromRGB(float[] RGB)
          Deprecated. Retourne une valeur r?elle pour le ton de gris sp?cifi?.
 float getMaxValue(int component)
          Deprecated. Retourne la valeur maximale autoris?e.
 float getMinValue(int component)
          Deprecated. Retourne la valeur minimale autoris?e.
 float[] toCIEXYZ(float[] values)
          Deprecated. Convertit les valeurs en couleurs dans l'espace CIEXYZ.
 float[] toRGB(float[] values)
          Deprecated. Retourne une couleur RGB en tons de gris pour le nombre r?el sp?cifi?.
 java.lang.String toString()
          Deprecated. Returns a string representation of this color model.
 
Methods inherited from class java.awt.color.ColorSpace
getInstance, getName, getNumComponents, getType, isCS_sRGB
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ScaledColorSpace

public ScaledColorSpace(int band,
                        int numComponents,
                        double minimum,
                        double maximum)
Deprecated. 
Construit un mod?le de couleurs.

Parameters:
band - La bande ? rendre visible (habituellement 0).
numComponents - Nombre de composante (seule la premi?re sera prise en compte).
minimum - La valeur g?ophysique minimale.
maximum - La valeur g?ophysique maximale.
Method Detail

toRGB

public float[] toRGB(float[] values)
Deprecated. 
Retourne une couleur RGB en tons de gris pour le nombre r?el sp?cifi?.


fromRGB

public float[] fromRGB(float[] RGB)
Deprecated. 
Retourne une valeur r?elle pour le ton de gris sp?cifi?.


toCIEXYZ

public float[] toCIEXYZ(float[] values)
Deprecated. 
Convertit les valeurs en couleurs dans l'espace CIEXYZ.


fromCIEXYZ

public float[] fromCIEXYZ(float[] RGB)
Deprecated. 
Convertit les couleurs de l'espace CIEXYZ en valeurs.


getMinValue

public float getMinValue(int component)
Deprecated. 
Retourne la valeur minimale autoris?e.


getMaxValue

public float getMaxValue(int component)
Deprecated. 
Retourne la valeur maximale autoris?e.


toString

public java.lang.String toString()
Deprecated. 
Returns a string representation of this color model.



Copyright © GeoTools. All Rights Reserved.