org.deegree.model.coverage
Interface CMYKEntry

All Superinterfaces:
PseudoColorTableEntry
All Known Implementing Classes:
CMYKEntry_Impl

public interface CMYKEntry
extends PseudoColorTableEntry

describes an entry to a color table in CMYK format

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

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

Author:
Andreas Poth

Method Summary
 float getBlack()
          returns the black component (0..1)
 float getCyan()
          returns the cyan component (0..1)
 float getMagenta()
          returns the magenta component (0..1)
 float getYellow()
          returns the yellow component (0..1)
 
Methods inherited from interface org.deegree.model.coverage.PseudoColorTableEntry
getIndex
 

Method Detail

getCyan

public float getCyan()
returns the cyan component (0..1)


getMagenta

public float getMagenta()
returns the magenta component (0..1)


getYellow

public float getYellow()
returns the yellow component (0..1)


getBlack

public float getBlack()
returns the black component (0..1)