Uses of Class
org.jbox2d.particle.ParticleGroup
Packages that use ParticleGroup
Package
Description
Callback interfaces and data types used to observe and customize JBox2D
collision, contact, query, ray-cast, and destruction events.
The Dynamics module is the most complex part of jbox2d and is the part you
likely interact with the most.
Particle simulation types for creating, grouping, updating, and querying
particles alongside rigid bodies.
Platform-independent testbed framework contracts and shared application
infrastructure.
Interactive test scenes demonstrating JBox2D collision, dynamics, and
particle features.
-
Uses of ParticleGroup in org.jbox2d.callbacks
Methods in org.jbox2d.callbacks with parameters of type ParticleGroupModifier and TypeMethodDescriptionvoidParticleDestructionListener.sayGoodbye(ParticleGroup group) Called when any particle group is about to be destroyed. -
Uses of ParticleGroup in org.jbox2d.dynamics
Methods in org.jbox2d.dynamics that return ParticleGroupModifier and TypeMethodDescriptionWorld.createParticleGroup(ParticleGroupDef def) Create a particle group whose properties have been defined.World.getParticleGroupBuffer()World.getParticleGroupList()Get the world particle group list.Methods in org.jbox2d.dynamics with parameters of type ParticleGroupModifier and TypeMethodDescriptionvoidWorld.destroyParticlesInGroup(ParticleGroup group) Destroy particles in a group without enabling the destruction callback for destroyed particles.voidWorld.destroyParticlesInGroup(ParticleGroup group, boolean callDestructionListener) Destroy particles in a group.voidWorld.joinParticleGroups(ParticleGroup groupA, ParticleGroup groupB) Join two particle groups. -
Uses of ParticleGroup in org.jbox2d.particle
Methods in org.jbox2d.particle that return ParticleGroupModifier and TypeMethodDescriptionParticleSystem.createParticleGroup(ParticleGroupDef groupDef) ParticleGroup.getNext()Get the next particle group from the list in world.ParticleSystem.getParticleGroupBuffer()ParticleSystem.getParticleGroupList()Methods in org.jbox2d.particle with parameters of type ParticleGroupModifier and TypeMethodDescriptionvoidParticleSystem.computeDepthForGroup(ParticleGroup group) voidParticleSystem.destroyParticlesInGroup(ParticleGroup group, boolean callDestructionListener) voidParticleSystem.joinParticleGroups(ParticleGroup groupA, ParticleGroup groupB) -
Uses of ParticleGroup in org.jbox2d.testbed.framework
Methods in org.jbox2d.testbed.framework with parameters of type ParticleGroup -
Uses of ParticleGroup in org.jbox2d.testbed.tests
Methods in org.jbox2d.testbed.tests with parameters of type ParticleGroupModifier and TypeMethodDescriptionvoidDrawingParticles.particleGroupDestroyed(ParticleGroup group)