Package org.jbox2d.serialization
Interface JbDeserializer.ObjectListener
- All Known Implementing Classes:
ApplyForce,BlobTest4,BodyTypes,Breakable,Cantilever,Car,Chain,CharacterCollision,CircleStress,CollisionFiltering,CollisionProcessing,CompoundShapes,ConfinedTest,ContinuousTest,ConvexHull,ConveyorBelt,DistanceTest,DominoTest,DominoTower,DynamicTreeTest,EdgeShapes,FixedPendulumTest,FreePendulumTest,Gears,LiquidTest,OneSidedTest,PistonTest,PolyShapes,PrismaticTest,Pulleys,PyramidTest,RayCastTest,RevoluteTest,RopeTest,SensorTest,ShapeEditing,SliderCrankTest,SphereStack,TestbedTest,TheoJansen,Tumbler,VaryingFrictionTest,VaryingRestitution,VerticalStack,Web
- Enclosing interface:
JbDeserializer
public static interface JbDeserializer.ObjectListener
Called for each physics object with a tag defined.
- Author:
- dmurph
-
Method Summary
Modifier and TypeMethodDescriptionvoidprocessBody(Body body, Long tag) voidprocessFixture(Fixture fixture, Long tag) voidprocessJoint(Joint joint, Long tag) voidprocessShape(Shape shape, Long tag) voidprocessWorld(World world, Long tag)
-
Method Details
-
processWorld
-
processBody
-
processFixture
-
processShape
-
processJoint
-