efficom.runningjoe.ui
Class HighScoresScreen

java.lang.Object
  extended by efficom.runningjoe.ui.AbstractScreen
      extended by efficom.runningjoe.ui.AbstractMenuItemScreen
          extended by efficom.runningjoe.ui.HighScoresScreen
All Implemented Interfaces:
com.badlogic.gdx.Screen

public class HighScoresScreen
extends AbstractMenuItemScreen


Constructor Summary
HighScoresScreen(RunningJoe game)
           
 
Method Summary
 void show()
           
 
Methods inherited from class efficom.runningjoe.ui.AbstractMenuItemScreen
render
 
Methods inherited from class efficom.runningjoe.ui.AbstractScreen
dispose, getAtlas, getBatch, getFont, hide, pause, resize, resume
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HighScoresScreen

public HighScoresScreen(RunningJoe game)
Method Detail

show

public void show()
Specified by:
show in interface com.badlogic.gdx.Screen
Overrides:
show in class AbstractMenuItemScreen