Uses of Enum
org.jbox2d.testbed.framework.TestbedController.UpdateBehavior
Packages that use TestbedController.UpdateBehavior
-
Uses of TestbedController.UpdateBehavior in org.jbox2d.testbed.framework
Methods in org.jbox2d.testbed.framework that return TestbedController.UpdateBehaviorModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static TestbedController.UpdateBehavior[]TestbedController.UpdateBehavior.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.jbox2d.testbed.framework with parameters of type TestbedController.UpdateBehaviorModifierConstructorDescriptionTestbedController(TestbedModel argModel, TestbedPanel argPanel, TestbedController.UpdateBehavior behavior) TestbedFrame(TestbedModel argModel, TestbedPanel argPanel, TestbedController.UpdateBehavior behavior)