net.sf.j3d.physics.circles
Class ParticleSet

java.lang.Object
  extended by net.sf.j3d.physics.circles.ParticleSet
All Implemented Interfaces:
Runnable

public class ParticleSet
extends Object
implements Runnable


Constructor Summary
ParticleSet(int max)
           
 
Method Summary
 void addIterationListener(IterationListener l)
           
 void addMotionListener(MotionListener l)
           
 void addParticle(int[] pos)
           
 int[] force(int x, int y, int z)
           
 void run()
           
 void start()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParticleSet

public ParticleSet(int max)
Method Detail

addParticle

public void addParticle(int[] pos)

start

public void start()

force

public int[] force(int x,
                   int y,
                   int z)

run

public void run()
Specified by:
run in interface Runnable

addMotionListener

public void addMotionListener(MotionListener l)

addIterationListener

public void addIterationListener(IterationListener l)