public interface GJFastPlotInterface
Modifier and Type | Method and Description |
---|---|
void |
plotRedraw()
plotRedraw repaints this plot without re-painting the container hierarchy
and, therefore, without erasing the previous copy of the plot on screen.
|
void |
plotRedraw(java.awt.Graphics2D g)
Performs a plot redraw using the supplied Graphics instance
|
boolean |
plotUpdate()
In this abstract class implementations, plotUpdate will generally just
call plotRedraw.
|
boolean |
plotUpdate(java.awt.Graphics2D g)
Performs a plot append using the supplied Graphics instance
|
void plotRedraw()
void plotRedraw(java.awt.Graphics2D g)
a
- Graphic2Ds instanceboolean plotUpdate()
boolean plotUpdate(java.awt.Graphics2D g)
a
- Graphics2D instance