Class MapRenderedEvent
java.lang.Object
java.util.EventObject
de.gurkenlabs.litiengine.graphics.MapRenderedEvent
- All Implemented Interfaces:
java.io.Serializable
public class MapRenderedEvent
extends java.util.EventObject
- See Also:
- Serialized Form
Field Summary
Method Summary
Modifier and Type Method 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.
Method Details
getGraphics
public java.awt.Graphics2D getGraphics()Gets the graphics object on which the map is rendered.- Returns:
- The graphics object on which the map is rendered.
getMap
Get the map involved with the rendering process.- Returns:
- The map involved with the rendering process.