Class Resultat
Class Resultat
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Window
|
+----java.awt.Frame
|
+----Resultat
- public class Resultat
- extends Frame
- implements Runnable
the class Resultat extends class frame to display the results
-
affiche
- affiche is a thread which permit to synchronise the computations and the displays
-
Bclose
- Bclose coresponding to button CLOSE
-
courbe_fft
-
-
courbe_temp
- courbe_temp and courbe_fft are objects of the the class Courbe
-
cv4
- cv4 & c7 are two extended Panel
-
cv7
-
-
saisie
- saisie is used to make a copy of the input parameters
-
Resultat(Saisie)
- construtor of classe : adapt the component according to the imput parameter
saisie
-
action(Event, Object)
-
-
close()
- method close kill processes and close window
-
handleEventf(Event)
-
-
run()
- The run method makes the computation start in courbe temp
and courbe_fft of class
-
start()
- initialized and start Thread affiche
courbe_temp
public Courbe courbe_temp
- courbe_temp and courbe_fft are objects of the the class Courbe
courbe_fft
public Courbe courbe_fft
saisie
public Saisie saisie
- saisie is used to make a copy of the input parameters
affiche
public Thread affiche
- affiche is a thread which permit to synchronise the computations and the displays
Bclose
public Button Bclose
- Bclose coresponding to button CLOSE
cv4
public Panelspe cv4
- cv4 & c7 are two extended Panel
cv7
public Panelspe cv7
Resultat
public Resultat(Saisie sais)
- construtor of classe : adapt the component according to the imput parameter
saisie
start
public void start()
- initialized and start Thread affiche
- See Also:
- Thread
run
public void run()
- The run method makes the computation start in courbe temp
and courbe_fft of class
- See Also:
- Courbe, compute, paint
handleEventf
public boolean handleEventf(Event evt)
action
public boolean action(Event evt,
Object arg)
- Overrides:
- action in class Component
close
public void close()
- method close kill processes and close window