Uses of Class
org.jbox2d.callbacks.DebugDraw
Packages that use DebugDraw
Package
Description
Broad-phase collision detection structures and strategies, including the
dynamic tree used to efficiently find potentially colliding proxies.
The Dynamics module is the most complex part of jbox2d and is the part you
likely interact with the most.
Platform-independent testbed framework contracts and shared application
infrastructure.
Java 2D rendering implementation for the JBox2D testbed framework.
-
Uses of DebugDraw in org.jbox2d.collision.broadphase
Methods in org.jbox2d.collision.broadphase with parameters of type DebugDrawModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidDynamicTree.drawTree(DebugDraw argDraw, DynamicTreeNode node, int spot, int height) voidvoid -
Uses of DebugDraw in org.jbox2d.dynamics
Methods in org.jbox2d.dynamics with parameters of type DebugDrawModifier and TypeMethodDescriptionvoidWorld.setDebugDraw(DebugDraw debugDraw) Register a routine for debug drawing. -
Uses of DebugDraw in org.jbox2d.testbed.framework
Methods in org.jbox2d.testbed.framework that return DebugDrawModifier and TypeMethodDescriptionTestbedModel.getDebugDraw()TestbedTest.getDebugDraw()Gets the debug draw for the testbedMethods in org.jbox2d.testbed.framework with parameters of type DebugDraw -
Uses of DebugDraw in org.jbox2d.testbed.framework.j2d
Subclasses of DebugDraw in org.jbox2d.testbed.framework.j2d