|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jbox2d.testbed.framework.TestbedTest
org.jbox2d.testbed.tests.SensorTest
public class SensorTest
| Field Summary |
|---|
| Fields inherited from class org.jbox2d.testbed.framework.TestbedTest |
|---|
BOMB_TAG, GROUND_BODY_TAG, m_textLine, m_world, MAX_CONTACT_POINTS, MOUSE_JOINT_TAG, points |
| Constructor Summary | |
|---|---|
SensorTest()
|
|
| Method Summary | |
|---|---|
void |
beginContact(org.jbox2d.dynamics.contacts.Contact contact)
|
void |
endContact(org.jbox2d.dynamics.contacts.Contact contact)
|
String |
getTestName()
The name of the test |
void |
initTest(boolean argDeserialized)
Initializes the current test |
void |
step(TestbedSettings settings)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SensorTest()
| Method Detail |
|---|
public void initTest(boolean argDeserialized)
TestbedTest
initTest in class TestbedTestargDeserialized - if the test was deserialized from a file. If so, all physics
objects were already added.TestbedTest.initTest(boolean)public void beginContact(org.jbox2d.dynamics.contacts.Contact contact)
beginContact in interface org.jbox2d.callbacks.ContactListenerbeginContact in class TestbedTestpublic void endContact(org.jbox2d.dynamics.contacts.Contact contact)
endContact in interface org.jbox2d.callbacks.ContactListenerendContact in class TestbedTestpublic void step(TestbedSettings settings)
step in class TestbedTestTestbedTest.step(org.jbox2d.testbed.framework.TestbedSettings)public String getTestName()
TestbedTest
getTestName in class TestbedTestTestbedTest.getTestName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||