Class MapRenderedEvent
java.lang.Object
java.util.EventObject
de.gurkenlabs.litiengine.graphics.MapRenderedEvent
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Method Summary
Modifier and TypeMethodDescriptionGets the graphics object on which the map is rendered.getMap()Get the map involved with the rendering process.Methods inherited from class java.util.EventObject
getSource, toString
-
Method Details
-
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.
-