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

    Fields inherited from class java.util.EventObject

    source
  • Method Summary

    Modifier and TypeMethodDescription
    java.awt.Graphics2DgetGraphics()
    Gets the graphics object on which the map is rendered.
    IMapgetMap()
    Get the map involved with the rendering process.

    Methods inherited from class java.util.EventObject

    getSource, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • 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

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