G I M O P R S

G

getAmplitude() - Method in class Sinus
Synchronized method called by the run method to get the current amplitude
getFrequency() - Method in class Sinus
Synchronized method called by the run method to get the current frequency

I

initializeGUI() - Method in class Opcom
Create the GUI.

M

Main - class Main.
Main class used only for initialization
Main() - Constructor for class Main
 
main(String[]) - Static method in class Main
main method called when application starts
main(String[]) - Static method in class Opcom
 

O

Opcom - class Opcom.
Class for creating and maintaining the GUI.
Opcom() - Constructor for class Opcom
 

P

putDataPoint(DoublePoint) - Method in class Opcom
Sends a new data point to the plotter panel.

R

resetAmplitude(double) - Method in class Opcom
Resets the amplitude to 0.1.
run() - Method in class Sinus
Run method

S

setAmplitude(double) - Method in class Sinus
Synchronized method called by Opcom to set the current amplitude
setFrequency(double) - Method in class Sinus
Synchronized method called by Opcom to set the current frequency
setOpcom(Opcom) - Method in class Sinus
Sets up a reference to Opcom.
setSinus(Sinus) - Method in class Opcom
Sets up a reference to sinus.
Sinus - class Sinus.
Sinus thread.
Sinus() - Constructor for class Sinus
 
start() - Method in class Opcom
Starts the thread in the plotter panel
stopThread() - Method in class Sinus
Stop the thread

G I M O P R S