org.deegree.model.coverage
Interface RGBAEnty

All Superinterfaces:
PseudoColorTableEntry
All Known Implementing Classes:
RGBAEnty_Impl

public interface RGBAEnty
extends PseudoColorTableEntry

the interface defines a RGBA entry to a color table

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

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

Author:
Andreas Poth

Method Summary
 float getAlpha()
          returns the alpha component of the color table entry (0..1)
 float getBlue()
          returns the blue component of the color table entry (0..1)
 float getGreen()
          returns the green component of the color table entry (0..1)
 float getRed()
          returns the red component of the color table entry (0..1)
 
Methods inherited from interface org.deegree.model.coverage.PseudoColorTableEntry
getIndex
 

Method Detail

getRed

public float getRed()
returns the red component of the color table entry (0..1)


getGreen

public float getGreen()
returns the green component of the color table entry (0..1)


getBlue

public float getBlue()
returns the blue component of the color table entry (0..1)


getAlpha

public float getAlpha()
returns the alpha component of the color table entry (0..1)