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 World
Body. m_world
private World
ContactManager. pool
Methods in org.jbox2d.dynamics that return World Modifier and Type Method Description World
Body. 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 World
ConstantVolumeJoint. world
Methods in org.jbox2d.dynamics.joints with parameters of type World Modifier and Type Method Description static Joint
Joint. 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 World
PistonBenchmark. world
-
Uses of World in org.jbox2d.serialization
Methods in org.jbox2d.serialization that return World Modifier and Type Method Description World
JbDeserializer. deserializeWorld(java.io.InputStream input)
Deserializes a worldMethods in org.jbox2d.serialization with parameters of type World Modifier and Type Method Description Body
JbDeserializer. deserializeBody(World world, java.io.InputStream input)
Deserializes a bodyJoint
JbDeserializer. 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.Long
JbSerializer.ObjectSigner. getTag(World world)
void
JbDeserializer.ObjectListener. processWorld(World world, java.lang.Long tag)
SerializationResult
JbSerializer. 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 World
PbDeserializer. deserializeWorld(java.io.InputStream argInput)
World
PbDeserializer. deserializeWorld(Box2D.PbWorld pbWorld)
Methods in org.jbox2d.serialization.pb with parameters of type World Modifier and Type Method Description Body
PbDeserializer. deserializeBody(World argWorld, java.io.InputStream argInput)
Body
PbDeserializer. deserializeBody(World argWorld, Box2D.PbBody argBody)
Joint
PbDeserializer. deserializeJoint(World argWorld, java.io.InputStream argInput, java.util.Map<java.lang.Integer,Body> argBodyMap, java.util.Map<java.lang.Integer,Joint> jointMap)
Joint
PbDeserializer. deserializeJoint(World argWorld, Box2D.PbJoint joint, java.util.Map<java.lang.Integer,Body> argBodyMap, java.util.Map<java.lang.Integer,Joint> jointMap)
SerializationResult
PbSerializer. serialize(World argWorld)
Box2D.PbWorld.Builder
PbSerializer. 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 World
TestbedTest. m_world
Only visible for compatibility.Methods in org.jbox2d.testbed.framework that return World Modifier and Type Method Description World
TestbedTest. getWorld()
Gets the current worldMethods in org.jbox2d.testbed.framework with parameters of type World Modifier and Type Method Description java.lang.Long
SignerAdapter. getTag(World argWorld)
java.lang.Long
TestbedTest. getTag(World world)
void
TestbedTest. init(World argWorld, boolean argDeserialized)
void
ListenerAdapter. processWorld(World argWorld, java.lang.Long argTag)
void
TestbedTest. 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 void
DominoTower. makeDomino(float x, float y, boolean horizontal, World world)
-