Package uni.robot.game.speedpanel
Class SpeedPanel
java.lang.Object
uni.robot.base.GameWindow
uni.robot.game.speedpanel.SpeedPanel
Representa la ventana del panel de control
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class uni.robot.base.GameWindow
addObject, getFrame, getGameLoop, getHeight, getInputManager, getObjects, getPanel, getTitle, getWidth, removeObject, setDimension, setTitle
-
Constructor Details
-
SpeedPanel
public SpeedPanel()
-
-
Method Details
-
onCreate
public void onCreate()Description copied from class:GameWindow
Metodo ejecutado una vez, cuando es agregado dentro de un GameLoop.- Specified by:
onCreate
in classGameWindow
-
onUpdate
public void onUpdate()Description copied from class:GameWindow
Metodo ejecutado periodicamente al comienzo de un ciclo Update.- Specified by:
onUpdate
in classGameWindow
-