|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object
|
+--Flop.Particle
|
+--Flop.plugins.Point3d
| Fields inherited from class Flop.Particle |
age,
direction,
lifeTime,
position |
| Constructor Summary | |
Point3d()
Construit une particule de type "Point". |
|
| Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent e)
|
void |
compute()
Calcule les variables spécifiques à l'évolution ce ce type de particule. |
void |
display(gl4java.GLFunc gl,
gl4java.GLUFunc glu)
Affiche une particule de type "Point". |
java.lang.String |
getName()
Renvoie le nom du plugin. |
Particle |
getNewInstance()
Crée et retourne une particule. |
int |
getSize()
Renvoie la taille du point. |
java.lang.String |
getType()
Renvoie le type du plugin. |
void |
setSize(int size)
Donne une taille au point. |
javax.swing.JPanel |
showOptions(ParticleSystem pSystem)
Affiche le panneau d'édition correspondant. |
void |
update()
Méthode de mise à jour des paramètres spécifiques. |
| Methods inherited from class Flop.Particle |
calcDirection,
generate,
getAge,
getLifeTime,
getSpeed,
setAge,
setLifeTime,
setSpeed,
updatePosition |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public Point3d()
| Method Detail |
public java.lang.String getName()
public java.lang.String getType()
public void display(gl4java.GLFunc gl,
gl4java.GLUFunc glu)
public void update()
public void compute()
public javax.swing.JPanel showOptions(ParticleSystem pSystem)
public void actionPerformed(java.awt.event.ActionEvent e)
public Particle getNewInstance()
public void setSize(int size)
public int getSize()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||