|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for the visualization of algorithm steps (labels) recorded by
a Tracer
.
The interface is e.g. used by TraceBar
.
Method Summary | |
void |
clearVisualization()
Will be called on leaving the visualization mode. |
void |
initVisualization()
Will be called on entering the visualization mode. |
float |
visualize(TraceLabel label)
This method should visualize the given record step. |
float |
visualizeAfterLast(TraceLabel label)
This method should display a post-last step. |
float |
visualizeBeforeFirst(TraceLabel label)
This method should display a pre-first step. |
Method Detail |
public void initVisualization()
public void clearVisualization()
public float visualize(TraceLabel label)
TraceLabel
. The TraceLabel
gives
access to the record time and the values of all recorded items
at that time.label
- the TraceLabel
to visualize1.0f
).public float visualizeBeforeFirst(TraceLabel label)
label
- the first TraceLabel
1.0f
).public float visualizeAfterLast(TraceLabel label)
label
- the last TraceLabel
1.0f
).
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |