Uses of Interface
org.deegree.model.coverage.PseudoColorTableEntry

Packages that use PseudoColorTableEntry
org.deegree_impl.model.cv   
org.deegree.model.coverage   
 

Uses of PseudoColorTableEntry in org.deegree_impl.model.cv
 

Classes in org.deegree_impl.model.cv that implement PseudoColorTableEntry
 class CMYKEntry_Impl
          describes an entry to a color table in CMYK format -----------------------------------------------------------------------
 class GrayEntry_Impl
          describes a gray entry of a color palette -----------------------------------------------------------------------
 class HLSEntry_Impl
          HLS entry of a color table -----------------------------------------------------------------------
(package private)  class PseudoColorTableEntry_Impl
          implements the common field of all pseudo color table entries.
(package private)  class RGBAEnty_Impl
          the interface defines a RGBA entry to a color table -----------------------------------------------------------------------
 

Fields in org.deegree_impl.model.cv declared as PseudoColorTableEntry
private  PseudoColorTableEntry[] PseudoColorTable_Impl.pseudoColorTableEntries
           
 

Methods in org.deegree_impl.model.cv that return PseudoColorTableEntry
 PseudoColorTableEntry[] PseudoColorTable_Impl.getPseudoColorTableEntries()
          returns the entries that build the PseudoColorTable
 

Constructors in org.deegree_impl.model.cv with parameters of type PseudoColorTableEntry
PseudoColorTable_Impl(PseudoColorTableEntry[] pseudoColorTableEntries)
           
 

Uses of PseudoColorTableEntry in org.deegree.model.coverage
 

Subinterfaces of PseudoColorTableEntry in org.deegree.model.coverage
 interface CMYKEntry
          describes an entry to a color table in CMYK format -----------------------------------------------------------------------
 interface GrayEntry
          describes a gray entry of a color palette -----------------------------------------------------------------------
 interface HLSEntry
          HLS entry of a color table -----------------------------------------------------------------------
 interface RGBAEnty
          the interface defines a RGBA entry to a color table -----------------------------------------------------------------------
 

Methods in org.deegree.model.coverage that return PseudoColorTableEntry
 PseudoColorTableEntry[] PseudoColorTable.getPseudoColorTableEntries()
          returns the entries that build the PseudoColorTable