Uses of Class
org.jbox2d.dynamics.joints.Joint
Packages that use Joint
Package
Description
-
Uses of Joint in org.jbox2d.callbacks
Methods in org.jbox2d.callbacks with parameters of type JointModifier and TypeMethodDescriptionvoidDestructionListener.sayGoodbye(Joint joint) Called when any joint is about to be destroyed due to the destruction of one of its attached bodies. -
Uses of Joint in org.jbox2d.dynamics
Fields in org.jbox2d.dynamics declared as JointMethods in org.jbox2d.dynamics that return JointModifier and TypeMethodDescriptionWorld.createJoint(JointDef def) create a joint to constrain bodies together.World.getJointList()Get the world joint list.Methods in org.jbox2d.dynamics with parameters of type Joint -
Uses of Joint in org.jbox2d.dynamics.joints
Subclasses of Joint in org.jbox2d.dynamics.jointsModifier and TypeClassDescriptionclassclassA distance joint constrains two points on two bodies to remain at a fixed distance from each other.classclassA gear joint is used to connect two joints together.classA mouse joint is used to make a point on a body track a specified world point.classA prismatic joint.classThe pulley joint is connected to two bodies and two fixed ground points.classA revolute joint constrains two bodies to share a common point while they are free to rotate about the point.classA rope joint enforces a maximum distance between two points on two bodies.classA weld joint essentially glues two bodies together.classA wheel joint.Fields in org.jbox2d.dynamics.joints declared as JointModifier and TypeFieldDescriptionJointEdge.jointthe jointGearJointDef.joint1The first revolute/prismatic joint attached to the gear joint.GearJointDef.joint2The second revolute/prismatic joint attached to the gear joint.Joint.m_nextJoint.m_prevMethods in org.jbox2d.dynamics.joints that return JointModifier and TypeMethodDescriptionstatic JointGearJoint.getJoint1()GearJoint.getJoint2()Joint.getNext()get the next joint the world joint list.Methods in org.jbox2d.dynamics.joints with parameters of type Joint -
Uses of Joint in org.jbox2d.serialization
Methods in org.jbox2d.serialization that return JointModifier and TypeMethodDescriptionJbDeserializer.deserializeJoint(World world, InputStream input, Map<Integer, Body> bodyMap, Map<Integer, Joint> jointMap) Deserializes a jointMethods in org.jbox2d.serialization with parameters of type Joint -
Uses of Joint in org.jbox2d.serialization.pb
Methods in org.jbox2d.serialization.pb that return JointModifier and TypeMethodDescriptionPbDeserializer.deserializeJoint(World argWorld, InputStream argInput, Map<Integer, Body> argBodyMap, Map<Integer, Joint> jointMap) PbDeserializer.deserializeJoint(World argWorld, Box2D.PbJoint joint, Map<Integer, Body> argBodyMap, Map<Integer, Joint> jointMap) Methods in org.jbox2d.serialization.pb with parameters of type Joint -
Uses of Joint in org.jbox2d.testbed.framework
Methods in org.jbox2d.testbed.framework with parameters of type JointModifier and TypeMethodDescriptionvoidTestbedTest.jointDestroyed(Joint joint) voidTestbedTest.processJoint(Joint joint, Long tag) -
Uses of Joint in org.jbox2d.testbed.tests
Methods in org.jbox2d.testbed.tests with parameters of type JointModifier and TypeMethodDescriptionvoidWeb.jointDestroyed(Joint joint) voidCar.processJoint(Joint joint, Long tag) voidCircleStress.processJoint(Joint argJoint, Long argTag) voidPrismaticTest.processJoint(Joint joint, Long tag) voidPulleys.processJoint(Joint joint, Long tag) voidRevoluteTest.processJoint(Joint joint, Long tag) voidTheoJansen.processJoint(Joint argJoint, Long argTag)