Uses of Class
org.jbox2d.testbed.TestSettings

Packages that use TestSettings
org.jbox2d.p5 This package makes up the BoxWrap2d library for Processing, a simple layer on top of JBox2d to ease construction, simulation, and display of physical worlds when using Processing. 
org.jbox2d.testbed The JBox2d 2.0 testbed, implemented using Processing
org.jbox2d.testbed.timingTests   
 

Uses of TestSettings in org.jbox2d.p5
 

Methods in org.jbox2d.p5 that return TestSettings
 TestSettings Physics.getSettings()
          Get an editable copy of the current TestSettings so that you may change certain aspects of the simulation and display.
 

Uses of TestSettings in org.jbox2d.testbed
 

Fields in org.jbox2d.testbed declared as TestSettings
 TestSettings TestbedOptions.settings
           
protected  TestSettings AbstractExample.settings
          Settings for this example.
 

Uses of TestSettings in org.jbox2d.testbed.timingTests
 

Fields in org.jbox2d.testbed.timingTests declared as TestSettings
protected  TestSettings TimingTest.settings