Uses of Interface
ucar.unidata.view.Renderer
Packages that use Renderer
Package
Description
Geographic information providers.
Geographic information: McIDAS map background.
Geographic information: map backgrounds using shapefiles.
Geographic information: World map background.
The view component of MVC designs (metdata is the model).
The view component for geolocation (projections, navigated panels, etc).
The view component for Station data.
-
Uses of Renderer in ucar.unidata.gis
Classes in ucar.unidata.gis that implement RendererModifier and TypeClassDescriptionclass
Superclass for rendering collections of GisFeatures.class
Superclass for rendering collections of GisFeatures.Methods in ucar.unidata.gis that return RendererModifier and TypeMethodDescriptionMapBean.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 -
Uses of Renderer in ucar.unidata.gis.shapefile
Classes in ucar.unidata.gis.shapefile that implement RendererModifier and TypeClassDescriptionclass
Provides a convenient interface to ESRI shapefiles by creating lists of ucar.unidata.gis.AbstractGisFeature.Methods in ucar.unidata.gis.shapefile that return Renderer -
Uses of Renderer in ucar.unidata.gis.worldmap
Classes in ucar.unidata.gis.worldmap that implement RendererMethods in ucar.unidata.gis.worldmap that return RendererModifier and TypeMethodDescriptionWorldMapBean.getRenderer()
each bean has one Renderer, made current when Action is called -
Uses of Renderer in ucar.unidata.view
Classes in ucar.unidata.view that implement RendererMethods in ucar.unidata.view that return RendererMethods in ucar.unidata.view with parameters of type RendererModifier and TypeMethodDescriptionvoid
CompositeRenderer.addRenderer
(Renderer r) add a renderervoid
CompositeRenderer.removeRenderer
(Renderer r) add a renderervoid
NPController.setRenderer
(Renderer r) set rendererConstructors in ucar.unidata.view with parameters of type Renderer -
Uses of Renderer in ucar.unidata.view.geoloc
Methods in ucar.unidata.view.geoloc with parameters of type RendererModifier and TypeMethodDescriptionvoid
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 RendererModifier and TypeClassDescriptionclass
Implements the Renderer interface for collections ofStation
-s.Methods in ucar.unidata.view.station that return RendererModifier and TypeMethodDescriptionStationLocationMap.getMapRender()
Get the map renderer for this objectMethods in ucar.unidata.view.station with parameters of type RendererModifier and TypeMethodDescriptionvoid
StationLocationMap.setMapRenderer
(Renderer r) Set the map renderer for this objectvoid
StationLocationMap.setStationRenderer
(Renderer r) Set the station location renderer.Constructors in ucar.unidata.view.station with parameters of type RendererModifierConstructorDescriptionStationLocationMap
(boolean multipleSelect, Renderer theMapRender) Create a StationLocationMapStationLocationMap
(boolean multipleSelect, Renderer theMapRender, String template) Create a StationLocationMap