Package org.newdawn.slick.particles

The particle engine maintains a set of small sprites being controlled by emitters to give some special effect.

See:
          Description

Interface Summary
ConfigurableEmitter.Value a general interface to provide a general value :]
ConfigurableEmitterFactory A description of any class that can create Configurable Emitters during the ParticleIO load phase.
ParticleEmitter An emitter is responsible for producing the particles and controlling them during their life.
 

Class Summary
ConfigurableEmitter An emitter than can be externally configured.
Particle A single particle within a system
ParticleIO Utility methods to (de)serialize ConfigureEmitters to and from XML
ParticleSystem A particle syste responsible for maintaining a set of data about individual particles which are created and controlled by assigned emitters.
 

Package org.newdawn.slick.particles Description

The particle engine maintains a set of small sprites being controlled by emitters to give some special effect.



Copyright © 2006 New Dawn Software. All Rights Reserved.