efficom.runningjoe.ui
Class AbstractMenuItemScreen

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

public abstract class AbstractMenuItemScreen
extends AbstractScreen


Constructor Summary
AbstractMenuItemScreen(RunningJoe game, java.lang.String titleKey)
           
 
Method Summary
 void render(float delta)
           
 void show()
           
 
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

AbstractMenuItemScreen

public AbstractMenuItemScreen(RunningJoe game,
                              java.lang.String titleKey)
Method Detail

render

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

show

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