org.jbox2d.testbed.tests
Class WashingMachine

java.lang.Object
  extended by PTest
      extended by org.jbox2d.testbed.tests.WashingMachine

public class WashingMachine
extends PTest


Constructor Summary
WashingMachine()
           
 
Method Summary
protected  void checkKeys()
           
 void DrawJoint(Joint j)
           
 void go(World world)
           
static void main(java.lang.String[] argv)
          Entry point
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WashingMachine

public WashingMachine()
Method Detail

go

public void go(World world)

DrawJoint

public void DrawJoint(Joint j)

checkKeys

protected void checkKeys()

main

public static void main(java.lang.String[] argv)
Entry point