Uses of Package
org.jbox2d.dynamics.contacts

Packages that use org.jbox2d.dynamics.contacts
org.jbox2d.dynamics This package handles non-collision aspects of simulation. 
org.jbox2d.dynamics.contacts This package performs contact handling, and is essentially internal to JBox2d. 
 

Classes in org.jbox2d.dynamics.contacts used by org.jbox2d.dynamics
Contact
          Base class for contacts between shapes.
ContactConstraint
           
ContactEdge
          A contact edge is used to connect bodies and contacts together in a contact graph where each body is a node and each contact is an edge.
ContactPoint
           
ContactResult
          This structure is used to report contact point results.
 

Classes in org.jbox2d.dynamics.contacts used by org.jbox2d.dynamics.contacts
CircleContact
           
Contact
          Base class for contacts between shapes.
ContactConstraint
           
ContactConstraintPoint
           
ContactCreateFcn
           
ContactEdge
          A contact edge is used to connect bodies and contacts together in a contact graph where each body is a node and each contact is an edge.