Uses of Class
org.jbox2d.particle.ParticleColor
Packages that use ParticleColor
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.
Java 2D rendering implementation for the JBox2D testbed framework.
-
Uses of ParticleColor in org.jbox2d.callbacks
Methods in org.jbox2d.callbacks with parameters of type ParticleColorModifier and TypeMethodDescriptionabstract voidDebugDraw.drawParticles(Vec2[] centers, float radius, ParticleColor[] colors, int count) Draw a particle arrayabstract voidDebugDraw.drawParticlesWireframe(Vec2[] centers, float radius, ParticleColor[] colors, int count) Draw a particle array -
Uses of ParticleColor in org.jbox2d.dynamics
Methods in org.jbox2d.dynamics that return ParticleColorMethods in org.jbox2d.dynamics with parameters of type ParticleColorModifier and TypeMethodDescriptionvoidWorld.setParticleColorBuffer(ParticleColor[] buffer, int capacity) -
Uses of ParticleColor in org.jbox2d.particle
Fields in org.jbox2d.particle declared as ParticleColorModifier and TypeFieldDescriptionParticleDef.colorThe color of the particle.ParticleGroupDef.colorThe color of all particles in the group.Fields in org.jbox2d.particle with type parameters of type ParticleColorMethods in org.jbox2d.particle that return ParticleColorMethods in org.jbox2d.particle with parameters of type ParticleColorModifier and TypeMethodDescriptionvoidParticleColor.set(ParticleColor color) voidParticleSystem.setParticleColorBuffer(ParticleColor[] buffer, int capacity) -
Uses of ParticleColor in org.jbox2d.testbed.framework.j2d
Methods in org.jbox2d.testbed.framework.j2d with parameters of type ParticleColorModifier and TypeMethodDescriptionvoidDebugDrawJ2D.drawParticles(Vec2[] centers, float radius, ParticleColor[] colors, int count) voidDebugDrawJ2D.drawParticlesWireframe(Vec2[] centers, float radius, ParticleColor[] colors, int count)