|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsimu.TypeAffichage
simu.AffMulti
public class AffMulti
Affichage d'un ensemble d'affichages, calculés simultanément.
Field Summary | |
---|---|
(package private) Affichage |
aff
|
(package private) SimuApplet |
applet
|
(package private) java.awt.Button |
bstart
|
(package private) java.awt.Button |
bstop
|
(package private) Chronos |
chrono
|
(package private) java.awt.Label |
info
|
(package private) boolean |
live
|
(package private) java.util.Vector |
outp
|
(package private) boolean |
sousaff
|
(package private) TypeAffichage[] |
typesaff
|
Constructor Summary | |
---|---|
AffMulti(SimuApplet applet,
Affichage aff,
boolean sousaff)
|
Method Summary | |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
|
void |
affiche(ListeValeurs in,
java.util.Vector outp)
méthode d'affichage En entrée : paramètres d'entrée sous forme d'objets type d'affichage paramètres de sortie sous forme d'objets état de la simulation |
protected void |
ajouterBoutons(java.awt.Panel p)
|
void |
ajuster()
ajustement du graphe |
void |
avantLancement()
|
void |
effacer()
effacement affichage |
boolean |
estLive()
|
void |
fin()
fin de la simu |
java.awt.Panel |
initPanel(java.util.Vector outp)
Création des composants AWT à afficher |
void |
setChronos(Chronos chrono)
|
void |
start()
lancement simu |
void |
stop()
arrêt temporaire de la simu |
void |
update(ListeValeurs out)
Mise à jour de l'affichage à partir des valeurs de sortie |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
TypeAffichage[] typesaff
SimuApplet applet
Affichage aff
java.util.Vector outp
java.awt.Label info
java.awt.Button bstop
java.awt.Button bstart
Chronos chrono
boolean live
boolean sousaff
Constructor Detail |
---|
public AffMulti(SimuApplet applet, Affichage aff, boolean sousaff)
Method Detail |
---|
public boolean estLive()
estLive
in class TypeAffichage
public java.awt.Panel initPanel(java.util.Vector outp) throws SimuException
TypeAffichage
initPanel
in class TypeAffichage
SimuException
public void setChronos(Chronos chrono)
setChronos
in class TypeAffichage
public void avantLancement()
avantLancement
in class TypeAffichage
public void affiche(ListeValeurs in, java.util.Vector outp) throws SimuException
TypeAffichage
affiche
in class TypeAffichage
SimuException
protected void ajouterBoutons(java.awt.Panel p)
public void start()
TypeAffichage
start
in class TypeAffichage
public void stop()
TypeAffichage
stop
in class TypeAffichage
public void fin()
TypeAffichage
fin
in class TypeAffichage
public void update(ListeValeurs out) throws SimuException
TypeAffichage
update
in class TypeAffichage
SimuException
public void effacer()
TypeAffichage
effacer
in class TypeAffichage
public void ajuster()
TypeAffichage
ajuster
in class TypeAffichage
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |