Class AboutScreen

java.lang.Object
com.prineside.tdi2.Screen
com.prineside.tdi2.screens.AboutScreen
All Implemented Interfaces:
com.badlogic.gdx.Screen

public class AboutScreen extends Screen
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when this screen should release all resources.
    void
    draw(float delta)
     
    void
    Called when this screen is no longer the current screen for a Game.
    void
    Called when this screen becomes the current screen for a Game.

    Methods inherited from class com.prineside.tdi2.Screen

    pause, render, resize, resume

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AboutScreen

      public AboutScreen()
  • Method Details

    • show

      public void show()
      Description copied from interface: com.badlogic.gdx.Screen
      Called when this screen becomes the current screen for a Game.
      Specified by:
      show in interface com.badlogic.gdx.Screen
      Overrides:
      show in class Screen
    • hide

      public void hide()
      Description copied from interface: com.badlogic.gdx.Screen
      Called when this screen is no longer the current screen for a Game.
      Specified by:
      hide in interface com.badlogic.gdx.Screen
      Overrides:
      hide in class Screen
    • draw

      public void draw(float delta)
      Specified by:
      draw in class Screen
    • dispose

      public void dispose()
      Description copied from interface: com.badlogic.gdx.Screen
      Called when this screen should release all resources.
      Specified by:
      dispose in interface com.badlogic.gdx.Screen
      Overrides:
      dispose in class Screen