Class StatisticsScreen

java.lang.Object
com.badlogic.gdx.ScreenAdapter
com.csse3200.game.screens.StatisticsScreen
All Implemented Interfaces:
com.badlogic.gdx.Screen, com.badlogic.gdx.utils.Disposable

public class StatisticsScreen extends com.badlogic.gdx.ScreenAdapter
The game screen containing the stats page.
  • Constructor Details

    • StatisticsScreen

      public StatisticsScreen(GdxGame game)
  • Method Details

    • render

      public void render(float delta)
      Specified by:
      render in interface com.badlogic.gdx.Screen
      Overrides:
      render in class com.badlogic.gdx.ScreenAdapter
    • resize

      public void resize(int width, int height)
      Specified by:
      resize in interface com.badlogic.gdx.Screen
      Overrides:
      resize in class com.badlogic.gdx.ScreenAdapter
    • dispose

      public void dispose()
      Specified by:
      dispose in interface com.badlogic.gdx.utils.Disposable
      Specified by:
      dispose in interface com.badlogic.gdx.Screen
      Overrides:
      dispose in class com.badlogic.gdx.ScreenAdapter