public static interface BoundaryPlotter.RenderingUpdateListener
Modifier and Type | Method and Description |
---|---|
void |
currentPlotRowCompleted(int row)
Called when rendering of a row in the current plot has completed
|
void |
newPlotStarted(java.lang.String description)
Called when a new plot is started
|
void |
renderingImageUpdate()
Called when a change (other than rendering a row) to the current plot has
occurred.
|
void newPlotStarted(java.lang.String description)
description
- the description/title of the plotvoid currentPlotRowCompleted(int row)
row
- the index of the row that was completedvoid renderingImageUpdate()