Class ContinuousTest

java.lang.Object
org.jbox2d.testbed.framework.TestbedTest
org.jbox2d.testbed.tests.ContinuousTest
All Implemented Interfaces:
ContactListener, JbDeserializer.ObjectListener, JbSerializer.ObjectSigner, UnsupportedListener

public class ContinuousTest extends TestbedTest
  • Field Details

    • m_body

      Body m_body
    • currFixture

      Fixture currFixture
    • m_poly

      PolygonShape m_poly
    • m_circle

      CircleShape m_circle
    • nextShape

      Shape nextShape
    • polygon

      boolean polygon
    • m_angularVelocity

      float m_angularVelocity
  • Constructor Details

    • ContinuousTest

      public ContinuousTest()
  • Method Details

    • getTestName

      public java.lang.String getTestName()
      Description copied from class: TestbedTest
      The name of the test
      Specified by:
      getTestName in class TestbedTest
      Returns:
    • switchObjects

      public void switchObjects()
    • initTest

      public void initTest(boolean argDeserialized)
      Description copied from class: TestbedTest
      Initializes the current test
      Specified by:
      initTest in class TestbedTest
    • launch

      public void launch()
    • step

      public void step(TestbedSettings settings)
      Overrides:
      step in class TestbedTest
    • keyPressed

      public void keyPressed(char argKeyChar, int argKeyCode)
      Overrides:
      keyPressed in class TestbedTest