Uses of Interface
j3d.examples.particles.shapes.ShapeFactoryInterface

Packages that use ShapeFactoryInterface
j3d.examples.particles   
j3d.examples.particles.shapes   
 

Uses of ShapeFactoryInterface in j3d.examples.particles
 

Constructors in j3d.examples.particles with parameters of type ShapeFactoryInterface
ShapeParticleSystem(ParticleEmitter anEmitter, ShapeFactoryInterface aFactory)
           
 

Uses of ShapeFactoryInterface in j3d.examples.particles.shapes
 

Classes in j3d.examples.particles.shapes that implement ShapeFactoryInterface
 class CloudPuffFactory
           
 class ColorCubeFactory
           
 class FakeSphereFactory
           
 class FuzzBallFactory
           
 class PhantomFactory
           
 class RockFactory
           
 class ShapeFactory
          Abstract class for all shape particle factories.