Uses of Class
org.jbox2d.dynamics.World
-
Packages that use World Package Description org.jbox2d.dynamics org.jbox2d.dynamics.joints org.jbox2d.profile org.jbox2d.serialization org.jbox2d.serialization.pb org.jbox2d.testbed.framework org.jbox2d.testbed.tests -
-
Uses of World in org.jbox2d.dynamics
Fields in org.jbox2d.dynamics declared as World Modifier and Type Field Description WorldBody. m_worldprivate WorldContactManager. poolMethods in org.jbox2d.dynamics that return World Modifier and Type Method Description WorldBody. getWorld()Get the parent world of this body.Constructors in org.jbox2d.dynamics with parameters of type World Constructor Description Body(BodyDef bd, World world)ContactManager(World argPool, BroadPhaseStrategy strategy) -
Uses of World in org.jbox2d.dynamics.joints
Fields in org.jbox2d.dynamics.joints declared as World Modifier and Type Field Description private WorldConstantVolumeJoint. worldMethods in org.jbox2d.dynamics.joints with parameters of type World Modifier and Type Method Description static JointJoint. create(World world, JointDef def)Constructors in org.jbox2d.dynamics.joints with parameters of type World Constructor Description ConstantVolumeJoint(World argWorld, ConstantVolumeJointDef def) -
Uses of World in org.jbox2d.profile
Fields in org.jbox2d.profile declared as World Modifier and Type Field Description WorldPistonBenchmark. world -
Uses of World in org.jbox2d.serialization
Methods in org.jbox2d.serialization that return World Modifier and Type Method Description WorldJbDeserializer. deserializeWorld(java.io.InputStream input)Deserializes a worldMethods in org.jbox2d.serialization with parameters of type World Modifier and Type Method Description BodyJbDeserializer. deserializeBody(World world, java.io.InputStream input)Deserializes a bodyJointJbDeserializer. 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 jointjava.lang.LongJbSerializer.ObjectSigner. getTag(World world)voidJbDeserializer.ObjectListener. processWorld(World world, java.lang.Long tag)SerializationResultJbSerializer. serialize(World world)Serializes the world -
Uses of World in org.jbox2d.serialization.pb
Methods in org.jbox2d.serialization.pb that return World Modifier and Type Method Description WorldPbDeserializer. deserializeWorld(java.io.InputStream argInput)WorldPbDeserializer. deserializeWorld(Box2D.PbWorld pbWorld)Methods in org.jbox2d.serialization.pb with parameters of type World Modifier and Type Method Description BodyPbDeserializer. deserializeBody(World argWorld, java.io.InputStream argInput)BodyPbDeserializer. deserializeBody(World argWorld, Box2D.PbBody argBody)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)SerializationResultPbSerializer. serialize(World argWorld)Box2D.PbWorld.BuilderPbSerializer. serializeWorld(World argWorld) -
Uses of World in org.jbox2d.testbed.framework
Fields in org.jbox2d.testbed.framework declared as World Modifier and Type Field Description protected WorldTestbedTest. m_worldOnly visible for compatibility.Methods in org.jbox2d.testbed.framework that return World Modifier and Type Method Description WorldTestbedTest. getWorld()Gets the current worldMethods in org.jbox2d.testbed.framework with parameters of type World Modifier and Type Method Description java.lang.LongSignerAdapter. getTag(World argWorld)java.lang.LongTestbedTest. getTag(World world)voidTestbedTest. init(World argWorld, boolean argDeserialized)voidListenerAdapter. processWorld(World argWorld, java.lang.Long argTag)voidTestbedTest. processWorld(World world, java.lang.Long tag) -
Uses of World in org.jbox2d.testbed.tests
Methods in org.jbox2d.testbed.tests with parameters of type World Modifier and Type Method Description voidDominoTower. makeDomino(float x, float y, boolean horizontal, World world)
-