Class HelloWorld

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

public class HelloWorld extends TestbedTest
https://box2d.org/documentation/md__d_1__git_hub_box2d_docs_hello.html
  • Constructor Details

    • HelloWorld

      public HelloWorld()
  • Method Details

    • initTest

      public void initTest(boolean deserialized)
      Description copied from class: TestbedTest
      Initializes the current test.
      Specified by:
      initTest in class TestbedTest
      Parameters:
      deserialized - If the test was deserialized from a file. If so, all physics objects are already added.
    • getTestName

      public String getTestName()
      Description copied from class: TestbedTest
      The name of the test
      Specified by:
      getTestName in class TestbedTest