Class MapRenderedEvent

java.lang.Object
java.util.EventObject
de.gurkenlabs.litiengine.graphics.MapRenderedEvent
All Implemented Interfaces:
Serializable

public class MapRenderedEvent extends EventObject
See Also:
  • Method Details

    • getGraphics

      public Graphics2D getGraphics()
      Gets the graphics object on which the map is rendered.
      Returns:
      The graphics object on which the map is rendered.
    • getMap

      public IMap getMap()
      Get the map involved with the rendering process.
      Returns:
      The map involved with the rendering process.