Public Member Functions

WorldOfParticles.RenderingContext Interface Reference

Provides rendering context interface for the WorldOfParticles. More...

Inheritance diagram for WorldOfParticles.RenderingContext:
Inheritance graph
[legend]

List of all members.

Public Member Functions

abstract void onParticleCountChanged (int newParticleCount)
abstract Barrier getBarrier ()
abstract GraphicsConfiguration getGraphicsConfiguration ()

Detailed Description

Provides rendering context interface for the WorldOfParticles.

Definition at line 20 of file WorldOfParticles.java.


Member Function Documentation

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]

The documentation for this interface was generated from the following file: