|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jbox2d.testbed.AbstractExample
org.jbox2d.testbed.tests.BugTest
public class BugTest
Field Summary |
---|
Fields inherited from class org.jbox2d.testbed.AbstractExample |
---|
black, blue, bombSpawning, bombSpawnPoint, boundImages, cachedCamScale, cachedCamX, cachedCamY, gray, green, hasCachedCamera, instructionString, keyDown, m_bomb, m_boundaryListener, m_contactListener, m_debugDraw, m_destructionListener, m_mouseJoint, m_pointCount, m_points, m_textLine, m_world, m_worldAABB, memFree, mouseScreen, mouseWorld, needsReset, newKeyDown, parent, pmousePressed, pmouseScreen, red, settings, textLineHeight, white |
Constructor Summary | |
---|---|
BugTest(TestbedMain t)
|
Method Summary | |
---|---|
void |
create()
Create the world geometry for each test. |
void |
createWorld()
Override this if you need to create a different world AABB or gravity vector |
String |
getExampleInstructions()
Returns a string containing example instructions. |
String |
getName()
|
void |
postStep()
Stub for overloading in examples - called after physics step. |
Methods inherited from class org.jbox2d.testbed.AbstractExample |
---|
bindImage, boundaryViolated, completeBombSpawn, initialize, jointDestroyed, keyPressed, keyReleased, launchBomb, launchBomb, mouseDown, mouseMove, mouseUp, preStep, printInstructions, setCamera, spawnBomb, step |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BugTest(TestbedMain t)
Method Detail |
---|
public void createWorld()
AbstractExample
createWorld
in class AbstractExample
public String getName()
getName
in class AbstractExample
public String getExampleInstructions()
AbstractExample
getExampleInstructions
in class AbstractExample
public void create()
AbstractExample
create
in class AbstractExample
public void postStep()
AbstractExample
postStep
in class AbstractExample
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |