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 TypeMethodDescriptionvoid
DestructionListener.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 TypeClassDescriptionclass
class
A distance joint constrains two points on two bodies to remain at a fixed distance from each other.class
class
A gear joint is used to connect two joints together.class
A mouse joint is used to make a point on a body track a specified world point.class
A prismatic joint.class
The pulley joint is connected to two bodies and two fixed ground points.class
A revolute joint constrains two bodies to share a common point while they are free to rotate about the point.class
A rope joint enforces a maximum distance between two points on two bodies.class
A weld joint essentially glues two bodies together.class
A wheel joint.Fields in org.jbox2d.dynamics.joints declared as JointModifier and TypeFieldDescriptionJointEdge.joint
the jointGearJointDef.joint1
The first revolute/prismatic joint attached to the gear joint.GearJointDef.joint2
The second revolute/prismatic joint attached to the gear joint.private final Joint
GearJoint.m_joint1
private final Joint
GearJoint.m_joint2
Joint.m_next
Joint.m_prev
Methods in org.jbox2d.dynamics.joints that return JointModifier and TypeMethodDescriptionstatic Joint
GearJoint.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.Long
java.lang.Long
void
TestbedTest.jointDestroyed
(Joint joint) void
ListenerAdapter.processJoint
(Joint argJoint, java.lang.Long argTag) void
TestbedTest.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) Joint
RopeTest.m_rope
Methods in org.jbox2d.testbed.tests with parameters of type JointModifier and TypeMethodDescriptionjava.lang.Long
java.lang.Long
java.lang.Long
java.lang.Long
java.lang.Long
java.lang.Long
void
Web.jointDestroyed
(Joint joint) void
Car.processJoint
(Joint joint, java.lang.Long tag) void
CircleStress.processJoint
(Joint argJoint, java.lang.Long argTag) void
PrismaticTest.processJoint
(Joint joint, java.lang.Long tag) void
Pulleys.processJoint
(Joint joint, java.lang.Long tag) void
RevoluteTest.processJoint
(Joint joint, java.lang.Long tag) void
TheoJansen.processJoint
(Joint argJoint, java.lang.Long argTag)