Uses of Class
anl.aida.palette.ColorMap

Packages that use ColorMap
anl.aida.gis   
anl.aida.palette   
anl.aida.plot   
 

Uses of ColorMap in anl.aida.gis
 

Methods in anl.aida.gis with parameters of type ColorMap
private  org.geotools.styling.Style GISPanelTest.createPolygonStyle(ColorMap map, anl.aida.data.DataFrame frame)
           
 

Uses of ColorMap in anl.aida.palette
 

Fields in anl.aida.palette declared as ColorMap
private  ColorMap ColorMapTableModel.map
           
private  ColorMap ColorMapLoader.map
           
 

Methods in anl.aida.palette that return ColorMap
 ColorMap PaletteSelectionPanel.getColorMap()
           
 ColorMap PalettePanel.getColorMap()
           
 ColorMap ColorMapTableModel.getColorMap()
           
 ColorMap ColorMapLoader.getColorMap()
           
 ColorMap ColorMapLoader.load(java.io.File file)
           
 ColorMap ColorMapLoader.load(java.net.URL url)
           
private  ColorMap PalettePanel.resetNumberFormat(ColorMap map, java.lang.String format)
           
 

Methods in anl.aida.palette with parameters of type ColorMap
 void PaletteSelectionPanel.init(ColorMap map, double min, double max)
           
 void PalettePanel.initMap(ColorMap colorMap, double min, double max)
           
 void ColorMapTableModel.resetColorMap(ColorMap map)
           
private  ColorMap PalettePanel.resetNumberFormat(ColorMap map, java.lang.String format)
           
 

Uses of ColorMap in anl.aida.plot
 

Fields in anl.aida.plot declared as ColorMap
private  ColorMap MapPlotCreator.map
           
private  ColorMap LegendAxis.map
           
private  ColorMap GISTimeStepStyler.map
           
 

Methods in anl.aida.plot with parameters of type ColorMap
private  org.jfree.chart.renderer.LookupPaintScale LegendAxis.createPaintScale(ColorMap map)
           
protected  org.jfree.chart.renderer.LookupPaintScale LegendPanel.createPaintScale(ColorMap map, double min, double max)
           
private  org.geotools.styling.Style MapPlotCreator.createPolygonStyle(ColorMap map, anl.aida.data.DataFrame frame)
           
private  org.geotools.styling.Style GISTimeStepStyler.createPolygonStyle(ColorMap map, anl.aida.data.DataFrame frame, int timestep)
           
 void LegendPanel.initLegend(ColorMap map, double min, double max, java.lang.String units)
           
 

Constructors in anl.aida.plot with parameters of type ColorMap
GISTimeStepStyler(anl.aida.data.DataFrame frame, ColorMap map)
          Creates a GISTimeStepStyler from the frame and map.
LegendAxis(java.lang.String label, double min, double max, ColorMap map)
          Constructs a number axis, using default values where necessary.
LegendPanel(ColorMap map, double min, double max, java.lang.String units)