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 String
getActionDesc()
String
getActionName()
ImageIcon
getIcon()
Renderer
getRenderer()
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:MapBean
Each bean has one Renderer, made current when Action is called- Specified by:
getRenderer
in classMapBean
-
getActionName
public String getActionName()
- Specified by:
getActionName
in classMapBean
-
getActionDesc
public String getActionDesc()
- Specified by:
getActionDesc
in classMapBean
-
-