Class Screen

java.lang.Object
com.prineside.tdi2.Screen
All Implemented Interfaces:
Screen, Disposable
Direct Known Subclasses:
AboutScreen, AccountSettingsScreen, CrashReportScreen, CustomMapSelectScreen, GameScreen, GenericAccountScreen, HotkeyScreen, LanguageSelectScreen, LevelSelectScreen, LoadingScreen, MainMenuScreen, MapEditorScreen, MoneyScreen, ResearchesScreen, SettingsScreen, SimulationScreen, StatisticsScreen, TicTacToeScreen

public abstract class Screen extends Object implements Screen
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when this screen should release all resources.
    abstract void
    draw(float delta)
     
    void
    Called when this screen is no longer the current screen for a Game.
    void
     
    void
    render(float delta)
    Called when the screen should render itself.
    void
    resize(int width, int height)
     
    void
     
    void
    Called when this screen becomes the current screen for a Game.

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait