Serialized Form


Package org.jbox2d.testbed

Class org.jbox2d.testbed.TestbedMain extends processing.core.PApplet implements Serializable

serialVersionUID: 1712524774634907635L

Serialized Fields

tests

java.util.ArrayList<E> tests
The list of registered examples


currentTest

AbstractExample currentTest
Currently running example


currentTestIndex

int currentTestIndex
Index of current example in tests array. Assumes that the array structure does not change, though it's safe to add things on to the end.


handleOptions

boolean handleOptions
Is the options window open?


shiftKey

boolean shiftKey
Is the shift key held?


pmousePressed

boolean pmousePressed
Was the mouse down last frame?


options

TestbedOptions options
Our options handler - displays GUI and sets TestSettings for currentTest.


fpsAverageCount

int fpsAverageCount
Number of frames to average over when computing real FPS


nanos

long[] nanos
Array of timings


nanoStart

long nanoStart
When we started the nanotimer


frameCount

long frameCount
Number of frames since we started this example.


g

DebugDraw g
Drawing handler to use.

Class org.jbox2d.testbed.TimingTest extends processing.core.PApplet implements Serializable


Package org.jbox2d.testbed.tests

Class org.jbox2d.testbed.tests.TheoJansen extends java.lang.Object implements Serializable