Class EntityRenderEvent
java.lang.Object
java.util.EventObject
de.gurkenlabs.litiengine.entities.EntityRenderEvent
- All Implemented Interfaces:
Serializable
This
EventObject contains data about the rendering process of an entity.- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the entity involved with the rendering process.Gets the graphics object on which the entity is rendered.Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
EntityRenderEvent
-
-
Method Details
-
getGraphics
Gets the graphics object on which the entity is rendered.- Returns:
- The graphics object on which the entity is rendered.
-
getEntity
Get the entity involved with the rendering process.- Returns:
- The entity involved with the rendering process.
-