Package ucar.nc2.ui.gis.worldmap
Class WorldMapBean
- java.lang.Object
-
- ucar.nc2.ui.gis.MapBean
-
- ucar.nc2.ui.gis.worldmap.WorldMapBean
-
public class WorldMapBean extends MapBean
Wraps the default WorldMap into a MapBean
-
-
Constructor Summary
Constructors Constructor Description WorldMapBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetActionDesc()StringgetActionName()ImageIcongetIcon()RenderergetRenderer()Each bean has one Renderer, made current when Action is called-
Methods inherited from class ucar.nc2.ui.gis.MapBean
addPropertyChangeListener, firePropertyChangeEvent, firePropertyChangeEvent, getAction, getStandardMapSelectButton, makeMapSelectButton, removePropertyChangeListener
-
-
-
-
Method Detail
-
getRenderer
public Renderer getRenderer()
Description copied from class:MapBeanEach bean has one Renderer, made current when Action is called- Specified by:
getRendererin classMapBean
-
getActionName
public String getActionName()
- Specified by:
getActionNamein classMapBean
-
getActionDesc
public String getActionDesc()
- Specified by:
getActionDescin classMapBean
-
-