Class socrates
Class socrates
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----java.applet.Applet
|
+----socrates
- public class socrates
- extends Applet
Socrates is an applet which permit to visualize the Fourier
transform of simple function.
The function is sample
and the Fourier transform is performed over a window among the most
commonly used windows in signal processing
this applet as been programmed for the Ineit mucon thematic network in order to be insert in education modulus for distance learning. *http://tavel.esstin.u-nancy.fr/~eaeeie
- Version:
- 1.0 february 1998
- Author:
- Stephane Verlet verlet@cadet.esstin.u-nancy.fr
engineering student at ESSTIN http://esstin.u-nancy.fr
-
fen_ouverte
- fen_ouverte is a vector wich contains all the opened windows
-
fenetre
- fenetre is a frame where the results are displayed
-
saisie_temp
-
Saisie is an extended panel which contain all the applet components
-
socrates()
-
-
action(Event, Object)
- display or remove result frame of class Resultat
-
destroy()
- destroy all the opened windows
-
init()
-
-
stop()
-
saisie_temp
public Saisie saisie_temp
- Saisie is an extended panel which contain all the applet components
fen_ouverte
public static Vector fen_ouverte
- fen_ouverte is a vector wich contains all the opened windows
fenetre
public Resultat fenetre
- fenetre is a frame where the results are displayed
socrates
public socrates()
init
public void init()
- Overrides:
- init in class Applet
stop
public void stop()
- Overrides:
- stop in class Applet
destroy
public void destroy()
- destroy all the opened windows
- Overrides:
- destroy in class Applet
action
public boolean action(Event evt,
Object arg)
- display or remove result frame of class Resultat
- Overrides:
- action in class Component
- See Also:
- Resultat