O - The type of object to be plottedQ - The type of pixel that the image needs to beI - The type of image being plotted topublic interface ItemPlotter<O,Q,I extends Image<Q,I>>
AxesRenderer2D to determine the position.| Modifier and Type | Method and Description |
|---|---|
void |
plotObject(I visImage,
XYPlotVisualisation.LocatedObject<O> object,
AxesRenderer2D<Q,I> renderer)
Plots a specific object to the visualisation using the
AxesRenderer2D to
provide the position of the object. |
void |
renderRestarting()
Called just before a render of the visualisation is about to start.
|
void renderRestarting()
void plotObject(I visImage, XYPlotVisualisation.LocatedObject<O> object, AxesRenderer2D<Q,I> renderer)
AxesRenderer2D to
provide the position of the object. Should side affect the given image.visImage - The image to draw toobject - The objectrenderer - The axes renderer