Uses of Interface
org.jbox2d.dynamics.contacts.ContactCreateFcn

Packages that use ContactCreateFcn
org.jbox2d.dynamics.contacts This package performs contact handling, and is essentially internal to JBox2d. 
 

Uses of ContactCreateFcn in org.jbox2d.dynamics.contacts
 

Classes in org.jbox2d.dynamics.contacts that implement ContactCreateFcn
 class CircleContact
           
 class EdgeAndCircleContact
           
 class PointAndCircleContact
           
 class PolyAndEdgeContact
           
 class PolyContact
           
 

Fields in org.jbox2d.dynamics.contacts declared as ContactCreateFcn
 ContactCreateFcn ContactRegister.createFcn
           
 

Methods in org.jbox2d.dynamics.contacts with parameters of type ContactCreateFcn
static void Contact.addType(ContactCreateFcn createFcn, ShapeType type1, ShapeType type2)