Provides rendering context interface for the WorldOfParticles
.
More...
Public Member Functions | |
abstract void | onParticleCountChanged (int newParticleCount) |
abstract Barrier | getBarrier () |
abstract GraphicsConfiguration | getGraphicsConfiguration () |
Provides rendering context interface for the WorldOfParticles
.
Definition at line 20 of file WorldOfParticles.java.
abstract Barrier WorldOfParticles.RenderingContext.getBarrier | ( | ) | [pure virtual] |
Implemented in JPWorld.
Referenced by WorldOfParticles.getBarrier().
abstract GraphicsConfiguration WorldOfParticles.RenderingContext.getGraphicsConfiguration | ( | ) | [pure virtual] |
Implemented in JPWorld.
Referenced by WorldOfParticles.getGraphicsConfiguration().
abstract void WorldOfParticles.RenderingContext.onParticleCountChanged | ( | int | newParticleCount ) | [pure virtual] |
Implemented in JPWorld.
Referenced by WorldOfParticles.addNewParticle(), and WorldOfParticles.removeParticle().