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.private final JointGearJoint.m_joint1private final JointGearJoint.m_joint2Joint.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, java.io.InputStream input, java.util.Map<java.lang.Integer, Body> bodyMap, java.util.Map<java.lang.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, java.io.InputStream argInput, java.util.Map<java.lang.Integer, Body> argBodyMap, java.util.Map<java.lang.Integer, Joint> jointMap) PbDeserializer.deserializeJoint(World argWorld, Box2D.PbJoint joint, java.util.Map<java.lang.Integer, Body> argBodyMap, java.util.Map<java.lang.Integer, Joint> jointMap) Methods in org.jbox2d.serialization.pb with parameters of type JointModifier and TypeMethodDescriptionPbSerializer.serialize(Joint argJoint, java.util.Map<Body, java.lang.Integer> argBodyIndexMap, java.util.Map<Joint, java.lang.Integer> argJointIndexMap) PbSerializer.serializeJoint(Joint joint, java.util.Map<Body, java.lang.Integer> argBodyIndexMap, java.util.Map<Joint, java.lang.Integer> argJointIndexMap) -
Uses of Joint in org.jbox2d.testbed.framework
Methods in org.jbox2d.testbed.framework with parameters of type JointModifier and TypeMethodDescriptionjava.lang.Longjava.lang.LongvoidTestbedTest.jointDestroyed(Joint joint) voidListenerAdapter.processJoint(Joint argJoint, java.lang.Long argTag) voidTestbedTest.processJoint(Joint joint, java.lang.Long tag) -
Uses of Joint in org.jbox2d.testbed.tests
Fields in org.jbox2d.testbed.tests declared as JointModifier and TypeFieldDescription(package private) Joint[]Web.m_joints(package private) JointRopeTest.m_ropeMethods in org.jbox2d.testbed.tests with parameters of type JointModifier and TypeMethodDescriptionjava.lang.Longjava.lang.Longjava.lang.Longjava.lang.Longjava.lang.Longjava.lang.LongvoidWeb.jointDestroyed(Joint joint) voidCar.processJoint(Joint joint, java.lang.Long tag) voidCircleStress.processJoint(Joint argJoint, java.lang.Long argTag) voidPrismaticTest.processJoint(Joint joint, java.lang.Long tag) voidPulleys.processJoint(Joint joint, java.lang.Long tag) voidRevoluteTest.processJoint(Joint joint, java.lang.Long tag) voidTheoJansen.processJoint(Joint argJoint, java.lang.Long argTag)