Class InfoBoxDrawer
java.lang.Object
de.pirckheimer_gymnasium.engine_pi.debug.InfoBoxDrawer
Zeichnet einige Informationsboxen in das linke obere Eck.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddraw(Graphics2D g, Scene scene, double frameDuration, int actorsCount) Zeichnet einige Informationsboxen in das linke obere Eck.static void
-
Constructor Details
-
InfoBoxDrawer
public InfoBoxDrawer()
-
-
Method Details
-
draw
Zeichnet einige Informationsboxen in das linke obere Eck.- Parameters:
g- DasGraphics2D-Objekt, in das gezeichnet werden soll.
-
main
-