efficom.runningjoe
Class RunningJoe

java.lang.Object
  extended by com.badlogic.gdx.Game
      extended by efficom.runningjoe.RunningJoe
All Implemented Interfaces:
com.badlogic.gdx.ApplicationListener

public class RunningJoe
extends com.badlogic.gdx.Game

The game's main class, called as application events are fired.


Field Summary
static boolean DEV_MODE
           
static int GAME_VIEWPORT_HEIGHT
           
static int GAME_VIEWPORT_WIDTH
           
static java.lang.String LOG
           
 
Constructor Summary
RunningJoe()
           
 
Method Summary
 void create()
           
 void dispose()
           
 com.badlogic.gdx.physics.box2d.Box2DDebugRenderer getDebugRenderer()
           
 MusicManager getMusicManager()
           
 PreferencesManager getPreferencesManager()
           
 ProfileManager getProfileManager()
           
 SoundManager getSoundManager()
           
 RjWorld getWorld()
           
 void pause()
           
 void render()
           
 void resize(int width, int height)
           
 void resume()
           
 void setScreen(com.badlogic.gdx.Screen screen)
           
 
Methods inherited from class com.badlogic.gdx.Game
getScreen
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

public static final java.lang.String LOG

GAME_VIEWPORT_WIDTH

public static final int GAME_VIEWPORT_WIDTH
See Also:
Constant Field Values

GAME_VIEWPORT_HEIGHT

public static final int GAME_VIEWPORT_HEIGHT
See Also:
Constant Field Values

DEV_MODE

public static final boolean DEV_MODE
See Also:
Constant Field Values
Constructor Detail

RunningJoe

public RunningJoe()
Method Detail

getPreferencesManager

public PreferencesManager getPreferencesManager()

getWorld

public RjWorld getWorld()

getProfileManager

public ProfileManager getProfileManager()

getMusicManager

public MusicManager getMusicManager()

getSoundManager

public SoundManager getSoundManager()

getDebugRenderer

public com.badlogic.gdx.physics.box2d.Box2DDebugRenderer getDebugRenderer()

create

public void create()

resize

public void resize(int width,
                   int height)
Specified by:
resize in interface com.badlogic.gdx.ApplicationListener
Overrides:
resize in class com.badlogic.gdx.Game

render

public void render()
Specified by:
render in interface com.badlogic.gdx.ApplicationListener
Overrides:
render in class com.badlogic.gdx.Game

pause

public void pause()
Specified by:
pause in interface com.badlogic.gdx.ApplicationListener
Overrides:
pause in class com.badlogic.gdx.Game

resume

public void resume()
Specified by:
resume in interface com.badlogic.gdx.ApplicationListener
Overrides:
resume in class com.badlogic.gdx.Game

setScreen

public void setScreen(com.badlogic.gdx.Screen screen)
Overrides:
setScreen in class com.badlogic.gdx.Game

dispose

public void dispose()
Specified by:
dispose in interface com.badlogic.gdx.ApplicationListener
Overrides:
dispose in class com.badlogic.gdx.Game