|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Visualizer
Class for realizing visualization plug-ins. The methods of this class are called during the integration process by the adaptive sparse integrator with information about the current state of integration. This information is presented to the user.
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. |
Method Detail |
---|
void init()
void start()
void stop()
VisualizerData
will be sent. The Visualizer
may use this signal to present a final display for this integration process.
void destroy()
void submit(VisualizerData data)
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 |