public class PistonTest extends TestbedTest
Modifier and Type | Field and Description |
---|---|
org.jbox2d.dynamics.joints.RevoluteJoint |
m_joint1 |
org.jbox2d.dynamics.joints.PrismaticJoint |
m_joint2 |
BOMB_TAG, GROUND_BODY_TAG, m_textLine, m_world, MAX_CONTACT_POINTS, MOUSE_JOINT_TAG, points
Constructor and Description |
---|
PistonTest() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getTestName()
The name of the test
|
void |
initTest(boolean argDeserialized)
Initializes the current test
|
boolean |
isSaveLoadEnabled()
Override to enable saving and loading.
|
_load, _reset, _save, addTextLine, beginContact, completeBombSpawn, endContact, exit, getBomb, getCachedCameraPos, getCachedCameraScale, getContactPoints, getDebugDraw, getDefaultCameraPos, getDefaultCameraScale, getFilename, getGroundBody, getModel, getPointCount, getStepCount, getTag, getTag, getTag, getTag, getTag, getWorld, getWorldMouse, init, init, isDialogOnSaveLoadErrors, isHasCachedCamera, isUnsupported, jointDestroyed, keyPressed, keyReleased, lanchBomb, launchBomb, load, mouseDown, mouseMove, mouseUp, postSolve, preSolve, processBody, processFixture, processJoint, processShape, processWorld, queueKeyPressed, queueKeyReleased, queueMouseDown, queueMouseMove, queueMouseUp, queueShiftMouseDown, reset, save, setCachedCameraPos, setCachedCameraScale, setCamera, setDialogOnSaveLoadErrors, setHasCachedCamera, setTitle, shiftMouseDown, spawnBomb, step, update
public org.jbox2d.dynamics.joints.RevoluteJoint m_joint1
public org.jbox2d.dynamics.joints.PrismaticJoint m_joint2
public boolean isSaveLoadEnabled()
TestbedTest
JbDeserializer.ObjectListener
and
JbSerializer.ObjectSigner
methods if you need toisSaveLoadEnabled
in class TestbedTest
public void initTest(boolean argDeserialized)
TestbedTest
initTest
in class TestbedTest
public java.lang.String getTestName()
TestbedTest
getTestName
in class TestbedTest
Copyright © 2012. All Rights Reserved.