Uses of Interface
ucar.unidata.view.Renderer

Packages that use Renderer
ucar.unidata.gis Geographic information providers. 
ucar.unidata.gis.mcidasmap Geographic information: McIDAS map background. 
ucar.unidata.gis.shapefile Geographic information: map backgrounds using shapefiles. 
ucar.unidata.gis.worldmap Geographic information: World map background. 
ucar.unidata.view The view component of MVC designs (metdata is the model). 
ucar.unidata.view.geoloc The view component for geolocation (projections, navigated panels, etc). 
ucar.unidata.view.station The view component for Station data. 
 

Uses of Renderer in ucar.unidata.gis
 

Classes in ucar.unidata.gis that implement Renderer
 class GisFeatureRenderer
          Superclass for rendering collections of GisFeatures.
 class GisFeatureRendererMulti
          Superclass for rendering collections of GisFeatures.
 

Methods in ucar.unidata.gis that return Renderer
 Renderer MapBean.getRenderer()
          each bean has one Renderer, made current when Action is called
 

Uses of Renderer in ucar.unidata.gis.mcidasmap
 

Classes in ucar.unidata.gis.mcidasmap that implement Renderer
 class McidasMap
          A renderer for McIDAS OUTL* map files
 

Uses of Renderer in ucar.unidata.gis.shapefile
 

Classes in ucar.unidata.gis.shapefile that implement Renderer
 class EsriShapefileRenderer
          Provides a convenient interface to ESRI shapefiles by creating lists of ucar.unidata.gis.AbstractGisFeature.
 

Methods in ucar.unidata.gis.shapefile that return Renderer
 Renderer ShapeFileBean.getRenderer()
          get the current renderer
 

Uses of Renderer in ucar.unidata.gis.worldmap
 

Classes in ucar.unidata.gis.worldmap that implement Renderer
 class WorldMap
          A simple "default" world map Renderer.
 

Methods in ucar.unidata.gis.worldmap that return Renderer
 Renderer WorldMapBean.getRenderer()
          _more_
 

Uses of Renderer in ucar.unidata.view
 

Classes in ucar.unidata.view that implement Renderer
 class CompositeRenderer
          Class CompositeRenderer
 

Methods in ucar.unidata.view that return Renderer
 Renderer NewRendererEvent.getRenderer()
          get the new renderer
 

Methods in ucar.unidata.view with parameters of type Renderer
 void CompositeRenderer.addRenderer(Renderer r)
          add a renderer
 void CompositeRenderer.removeRenderer(Renderer r)
          add a renderer
 void NPController.setRenderer(Renderer r)
          set renderer
 

Constructors in ucar.unidata.view with parameters of type Renderer
NewRendererEvent(Object source, Renderer rend)
          Constructor.
 

Uses of Renderer in ucar.unidata.view.geoloc
 

Methods in ucar.unidata.view.geoloc with parameters of type Renderer
 void NavigatedMapPanel.addMapRenderer(Renderer r)
          Add a renderer.
 void NavigatedMapPanel.setMapRenderer(Renderer r)
          Set the map renderer for this object
 

Uses of Renderer in ucar.unidata.view.station
 

Classes in ucar.unidata.view.station that implement Renderer
 class StationLocationRenderer
          Implements the Renderer interface for collections of Station-s.
 

Methods in ucar.unidata.view.station that return Renderer
 Renderer StationLocationMap.getMapRender()
          Get the map renderer for this object
 

Methods in ucar.unidata.view.station with parameters of type Renderer
 void StationLocationMap.setMapRenderer(Renderer r)
          Set the map renderer for this object
 void StationLocationMap.setStationRenderer(Renderer r)
          Set the station location renderer.
 

Constructors in ucar.unidata.view.station with parameters of type Renderer
StationLocationMap(boolean multipleSelect, Renderer theMapRender)
          Create a StationLocationMap
StationLocationMap(boolean multipleSelect, Renderer theMapRender, String template)
          Create a StationLocationMap