public class MapRenderedEvent
extends java.util.EventObject
| Constructor and Description |
|---|
MapRenderedEvent(java.awt.Graphics2D graphics,
IMap map) |
| Modifier and Type | Method and Description |
|---|---|
java.awt.Graphics2D |
getGraphics()
Gets the graphics object on which the map is rendered.
|
IMap |
getMap()
Get the map involved with the rendering process.
|
public MapRenderedEvent(java.awt.Graphics2D graphics,
IMap map)
public java.awt.Graphics2D getGraphics()
public IMap getMap()