|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.torstennahm.integrate.visualize.ResultVisualizer
public class ResultVisualizer
Plots the estimated integration result as function of the number of evaluations.
If the correct result is known and provided via CorrectValue
, this
is displayed as well.
CorrectValue
Constructor Summary | |
---|---|
ResultVisualizer(javax.swing.JFrame frame)
Creates the visualizer within the specified JFrame . |
Method Summary | |
---|---|
void |
destroy()
Fully turn off the visualizer. |
void |
init()
Initializes the visualizer for use. |
void |
start()
Signals the visualizer that integration is now being started. |
void |
stop()
Signals the visualizer that integration has now ended and no further VisualizerData will be sent. |
void |
submit(VisualizerData data)
Send a data object to the visualizer. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResultVisualizer(javax.swing.JFrame frame)
JFrame
.
frame
- JFrame
for the visualizer's graphical output.Method Detail |
---|
public void init()
Visualizer
init
in interface Visualizer
public void destroy()
Visualizer
destroy
in interface Visualizer
public void start()
Visualizer
start
in interface Visualizer
public void stop()
Visualizer
VisualizerData
will be sent. The Visualizer
may use this signal to present a final display for this integration process.
stop
in interface Visualizer
public void submit(VisualizerData data)
Visualizer
submit
in interface Visualizer
data
- object containing data about the current state of the integration process
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |