Package ucar.unidata.gis.worldmap
Class WorldMapBean
java.lang.Object
ucar.unidata.gis.worldmap.WorldMapBean
- All Implemented Interfaces:
MapBean
Wraps the default WorldMap object into a MapBean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
this bean is a source of NewRendererEvent eventsConstruct the Action that is called when its menu item/buttcon is selected.each bean has one Renderer, made current when Action is calledvoid
_more_
-
Constructor Details
-
WorldMapBean
public WorldMapBean()Instantiates a new world map bean.
-
-
Method Details
-
getRenderer
each bean has one Renderer, made current when Action is called- Specified by:
getRenderer
in interfaceMapBean
- Returns:
- _more_
-
getAction
Construct the Action that is called when its menu item/buttcon is selected. Typically this routine is only called once when the bean is added. The Action itself is called whenever the menu/buttcon is selected. -
addNewRendererListener
this bean is a source of NewRendererEvent events- Specified by:
addNewRendererListener
in interfaceMapBean
- Parameters:
l
-
-
removeNewRendererListener
_more_- Specified by:
removeNewRendererListener
in interfaceMapBean
- Parameters:
l
-
-