|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.j3d.physics.circles.ParticleSet
public class ParticleSet
| 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 |
|---|
public ParticleSet(int max)
| Method Detail |
|---|
public void addParticle(int[] pos)
public void start()
public int[] force(int x,
int y,
int z)
public void run()
run in interface Runnablepublic void addMotionListener(MotionListener l)
public void addIterationListener(IterationListener l)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||