Uses of Class
org.jbox2d.dynamics.joints.Joint
-
Packages that use Joint Package Description org.jbox2d.callbacks org.jbox2d.dynamics org.jbox2d.dynamics.joints org.jbox2d.serialization org.jbox2d.serialization.pb org.jbox2d.testbed.framework org.jbox2d.testbed.tests -
-
Uses of Joint in org.jbox2d.callbacks
Methods in org.jbox2d.callbacks with parameters of type Joint Modifier and Type Method Description voidDestructionListener. 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 Joint Modifier and Type Field Description private JointWorld. m_jointListJoint[]Island. m_jointsMethods in org.jbox2d.dynamics that return Joint Modifier and Type Method Description JointWorld. createJoint(JointDef def)create a joint to constrain bodies together.JointWorld. getJointList()Get the world joint list.Methods in org.jbox2d.dynamics with parameters of type Joint Modifier and Type Method Description voidIsland. add(Joint joint)voidWorld. destroyJoint(Joint j)destroy a joint.private voidWorld. drawJoint(Joint joint) -
Uses of Joint in org.jbox2d.dynamics.joints
Subclasses of Joint in org.jbox2d.dynamics.joints Modifier and Type Class Description classConstantVolumeJointclassDistanceJointA distance joint constrains two points on two bodies to remain at a fixed distance from each other.classFrictionJointclassGearJointA gear joint is used to connect two joints together.classMouseJointA mouse joint is used to make a point on a body track a specified world point.classPrismaticJointA prismatic joint.classPulleyJointThe pulley joint is connected to two bodies and two fixed ground points.classRevoluteJointA revolute joint constrains two bodies to share a common point while they are free to rotate about the point.classRopeJointA rope joint enforces a maximum distance between two points on two bodies.classWeldJointA weld joint essentially glues two bodies together.classWheelJointA wheel joint.Fields in org.jbox2d.dynamics.joints declared as Joint Modifier and Type Field Description JointJointEdge. jointthe jointJointGearJointDef. joint1The first revolute/prismatic joint attached to the gear joint.JointGearJointDef. joint2The second revolute/prismatic joint attached to the gear joint.private JointGearJoint. m_joint1private JointGearJoint. m_joint2JointJoint. m_nextJointJoint. m_prevMethods in org.jbox2d.dynamics.joints that return Joint Modifier and Type Method Description static JointJoint. create(World world, JointDef def)JointGearJoint. getJoint1()JointGearJoint. getJoint2()JointJoint. getNext()get the next joint the world joint list.Methods in org.jbox2d.dynamics.joints with parameters of type Joint Modifier and Type Method Description static voidJoint. destroy(Joint joint) -
Uses of Joint in org.jbox2d.serialization
Methods in org.jbox2d.serialization that return Joint Modifier and Type Method Description JointJbDeserializer. 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 Modifier and Type Method Description java.lang.LongJbSerializer.ObjectSigner. getTag(Joint joint)voidJbDeserializer.ObjectListener. processJoint(Joint joint, java.lang.Long tag)SerializationResultJbSerializer. serialize(Joint joint, java.util.Map<Body,java.lang.Integer> bodyIndexMap, java.util.Map<Joint,java.lang.Integer> jointIndexMap)Serializes joints. -
Uses of Joint in org.jbox2d.serialization.pb
Methods in org.jbox2d.serialization.pb that return Joint Modifier and Type Method Description JointPbDeserializer. deserializeJoint(World argWorld, java.io.InputStream argInput, java.util.Map<java.lang.Integer,Body> argBodyMap, java.util.Map<java.lang.Integer,Joint> jointMap)JointPbDeserializer. 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 Joint Modifier and Type Method Description SerializationResultPbSerializer. serialize(Joint argJoint, java.util.Map<Body,java.lang.Integer> argBodyIndexMap, java.util.Map<Joint,java.lang.Integer> argJointIndexMap)Box2D.PbJoint.BuilderPbSerializer. 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 Joint Modifier and Type Method Description java.lang.LongSignerAdapter. getTag(Joint argJoint)java.lang.LongTestbedTest. getTag(Joint joint)voidTestbedTest. 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 Joint Modifier and Type Field Description (package private) Joint[]Web. m_joints(package private) JointRopeTest. m_ropeMethods in org.jbox2d.testbed.tests with parameters of type Joint Modifier and Type Method Description java.lang.LongCar. getTag(Joint joint)java.lang.LongCircleStress. getTag(Joint argJoint)java.lang.LongPrismaticTest. getTag(Joint joint)java.lang.LongPulleys. getTag(Joint joint)java.lang.LongRevoluteTest. getTag(Joint joint)java.lang.LongTheoJansen. getTag(Joint argJoint)voidWeb. 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)
-