|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.newdawn.slick.state.StateBasedGame org.newdawn.slick.tests.TransitionTest
public class TransitionTest
A test to view the different transitions that are currently implemented
Constructor Summary | |
---|---|
TransitionTest()
Test the transitions implemented |
Method Summary | |
---|---|
Transition[] |
getNextTransitionPair()
Get the next transition pair that we'lluse |
void |
initStatesList(GameContainer container)
Initialise the list of states making up this game |
static void |
main(java.lang.String[] argv)
Entry point to our test |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TransitionTest()
Method Detail |
---|
public void initStatesList(GameContainer container) throws SlickException
StateBasedGame
initStatesList
in class StateBasedGame
container
- The container holding the game
SlickException
- Indicates a failure to initialise the state based game resourcesStateBasedGame.initStatesList(org.newdawn.slick.GameContainer)
public Transition[] getNextTransitionPair()
public static void main(java.lang.String[] argv)
argv
- The arguments passed to the test
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |