org.deegree.model.coverage
Interface HLSEntry

All Superinterfaces:
PseudoColorTableEntry
All Known Implementing Classes:
HLSEntry_Impl

public interface HLSEntry
extends PseudoColorTableEntry

HLS entry of a color table

-----------------------------------------------------------------------

Version:
$Revision: 1.1 $ $Date: 2003/01/27 11:29:38 $

Author:
Andreas Poth

Method Summary
 float getHue()
          returns the hue value of a HLS entry (0..1)
 float getLightness()
          returns the lightness value of a HLS entry (0..1)
 float getSaturation()
          returns the saturation value of a HLS entry (0..1)
 
Methods inherited from interface org.deegree.model.coverage.PseudoColorTableEntry
getIndex
 

Method Detail

getHue

public float getHue()
returns the hue value of a HLS entry (0..1)


getSaturation

public float getSaturation()
returns the saturation value of a HLS entry (0..1)


getLightness

public float getLightness()
returns the lightness value of a HLS entry (0..1)