|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--Opcom
Class for creating and maintaining the GUI. Contains a plotter panel with an internal thread taking care of the plotting.
Constructor Summary | |
Opcom()
|
Method Summary | |
void |
initializeGUI()
Create the GUI. |
static void |
main(java.lang.String[] argv)
|
void |
putDataPoint(se.lth.control.DoublePoint dp)
Sends a new data point to the plotter panel. |
void |
resetAmplitude(double amp)
Resets the amplitude to 0.1. |
void |
setSinus(Sinus sin)
Sets up a reference to sinus. |
void |
start()
Starts the thread in the plotter panel |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Opcom()
Method Detail |
public void start()
public void setSinus(Sinus sin)
public void initializeGUI()
public void resetAmplitude(double amp)
public void putDataPoint(se.lth.control.DoublePoint dp)
public static void main(java.lang.String[] argv)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |