Package com.prineside.tdi2.screens
Class StatisticsScreen
java.lang.Object
com.prineside.tdi2.Screen
com.prineside.tdi2.screens.StatisticsScreen
- All Implemented Interfaces:
 com.badlogic.gdx.Screen
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
StatisticsScreen
public StatisticsScreen() 
 - 
 - 
Method Details
- 
show
public void show()Description copied from interface:com.badlogic.gdx.ScreenCalled when this screen becomes the current screen for aGame. - 
draw
public void draw(float delta)  - 
resize
public void resize(int width, int height)  - 
dispose
public void dispose()Description copied from interface:com.badlogic.gdx.ScreenCalled when this screen should release all resources. 
 -