|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractParticle | |
|---|---|
| simogl.effect.particle | |
| Uses of AbstractParticle in simogl.effect.particle |
|---|
| Subclasses of AbstractParticle in simogl.effect.particle | |
|---|---|
class |
DDParticle
This class represents a particle that uses the direct drawing technique. |
class |
DLParticle
This class represents a particle used as part of a particle system to produce graphical effects. |
| Methods in simogl.effect.particle that return types with arguments of type AbstractParticle | |
|---|---|
java.util.ArrayList<AbstractParticle> |
ParticleContainer.getParticles()
Return a list with all the particles in the container |
| Methods in simogl.effect.particle with parameters of type AbstractParticle | |
|---|---|
void |
ParticleContainer.addParticle(AbstractParticle particle)
Adds a particle to the particle container |
void |
ParticleContainer.deleteParticle(AbstractParticle particle)
Removes the specified particle from the container |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||