Uses of Interface
com.bbn.openmap.omGraphics.grid.ElevationColors

Packages that use ElevationColors
com.bbn.openmap.dataAccess.dted   
com.bbn.openmap.omGraphics.grid Provides a number of generator classes for OMGrid data. 
 

Uses of ElevationColors in com.bbn.openmap.dataAccess.dted
 

Constructors in com.bbn.openmap.dataAccess.dted with parameters of type ElevationColors
DTEDSlopeGenerator(ElevationColors elevColors)
           
 

Uses of ElevationColors in com.bbn.openmap.omGraphics.grid
 

Classes in com.bbn.openmap.omGraphics.grid that implement ElevationColors
 class ColoredShadingColors
          A holder for handling colors for elevations.
 class GreyscaleSlopeColors
          Creates the colors used for displaying the DTED images.
 

Fields in com.bbn.openmap.omGraphics.grid declared as ElevationColors
protected  ElevationColors SlopeGenerator.colors
           
protected  ElevationColors ColorGeneratorLoader.colors
           
 

Methods in com.bbn.openmap.omGraphics.grid that return ElevationColors
 ElevationColors SlopeGenerator.getColors()
           
 ElevationColors ColorGeneratorLoader.getColors()
           
 

Methods in com.bbn.openmap.omGraphics.grid with parameters of type ElevationColors
 void SlopeGenerator.setColors(ElevationColors elevColors)
           
 void ElevationBandGenerator.setColors(ElevationColors ec)
           
 void ColorGeneratorLoader.setColors(ElevationColors cols)
           
 

Constructors in com.bbn.openmap.omGraphics.grid with parameters of type ElevationColors
SlopeGenerator(ElevationColors elevColors)
           
 



Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details