Package ucar.unidata.view
Class NPController
java.lang.Object
ucar.unidata.view.NPController
A "default" Navigated Panel controller, with a static Renderer
- Version:
- $Id: NPController.java,v 1.17 2006/10/30 21:57:54 dmurray Exp $
- Author:
- John Caron
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Add a mapget nav panelvoid
Remove a mapvoid
setProjectionImpl
(ucar.unidata.geoloc.ProjectionImpl p) set projvoid
set renderer
-
Constructor Details
-
NPController
public NPController()ctor
-
-
Method Details
-
removeMap
Remove a map- Parameters:
mapPath
- the path of the map
-
addMap
Add a map- Parameters:
mapPath
- the path to the mapc
- the map color
-
setRenderer
set renderer- Parameters:
r
- renderer
-
setProjectionImpl
public void setProjectionImpl(ucar.unidata.geoloc.ProjectionImpl p) set proj- Parameters:
p
- proj
-