Package com.epicbot.api.shared.event
Class RenderEvent
- java.lang.Object
-
- com.epicbot.api.shared.event.RenderEvent
-
public class RenderEvent extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description RenderEvent(java.awt.Graphics2D g2d, APIContext apiContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description APIContext
getAPIContext()
java.awt.Graphics2D
getGraphics()
-
-
-
Constructor Detail
-
RenderEvent
public RenderEvent(java.awt.Graphics2D g2d, APIContext apiContext)
-
-
Method Detail
-
getGraphics
public java.awt.Graphics2D getGraphics()
-
getAPIContext
public APIContext getAPIContext()
-
-