Serialized Form


Package org.jbox2d.p5

Class org.jbox2d.p5.JBox2dP5Test extends processing.core.PApplet implements Serializable

serialVersionUID: 1L

Serialized Fields

physics

Physics physics

body

Body body

body2

Body body2

set

boolean set

count

int count

Package org.jbox2d.testbed

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

serialVersionUID: 1712524774634907635L

Serialized Fields

tests

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.


Package org.jbox2d.testbed.tests

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


Package org.jbox2d.util.sph

Class org.jbox2d.util.sph.SPHAlgoTest extends processing.core.PApplet implements Serializable

serialVersionUID: 1L

Serialized Fields

sphGroup

SPHGroup sphGroup

tStep

float tStep

count

int count