A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
BitmapRenderer — Class in package cv.orion.renderers
The BitmapRenderer actually draws the particles and all the animations as a single bitmap.
BitmapRenderer() — Constructor in class cv.orion.renderers.BitmapRenderer
BounceEdgeFilter — Class in package cv.orion.filters
The BounceEdgeFilter forces a given particle to rebound off any edges it may encounter within the bounds of the emitter.
BounceEdgeFilter(value) — Constructor in class cv.orion.filters.BounceEdgeFilter
Applies the specified filter to a particular particle.
BurstOutput — Class in package cv.orion.output
The BurstOutput class adds the specified number of particles all at once, then doesn't add any new particles.
BurstOutput(numOfParticles, continous) — Constructor in class cv.orion.output.BurstOutput
Controls the number of particles that are emitted.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z