public abstract class Screen extends java.lang.Object
protected Game
game
Screen(Game game)
abstract void
dispose()
pause()
present(float deltaTime)
resume()
update(float deltaTime)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected final Game game
public Screen(Game game)
public abstract void update(float deltaTime)
public abstract void present(float deltaTime)
public abstract void pause()
public abstract void resume()
public abstract void dispose()