|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object
|
+--Flop.Particle
|
+--Flop.plugins.Sphere3d
| Fields inherited from class Flop.Particle |
age,
direction,
lifeTime,
position |
| Constructor Summary | |
Sphere3d()
Construit une particule de type "Sphere". |
|
| Method Summary | |
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 "Sphere". |
java.lang.String |
getName()
Renvoie le nom du plugin. |
Particle |
getNewInstance()
Crée et retourne une particule. |
java.lang.String |
getType()
Renvoie le type du plugin. |
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 Sphere3d()
| 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 Particle getNewInstance()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||