Documentation of 'kcl.waterloo.graphics.plots2D.GJFastPlotInterface' Java class
GJFastPlotInterface
kcl.waterloo.graphics.plots2D

Interface GJFastPlotInterface

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      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
    • Method Detail

      • plotRedraw

        void plotRedraw()
        plotRedraw repaints this plot without re-painting the container hierarchy and, therefore, without erasing the previous copy of the plot on screen.
      • plotRedraw

        void plotRedraw(java.awt.Graphics2D g)
        Performs a plot redraw using the supplied Graphics instance
        Parameters:
        a - Graphic2Ds instance
      • plotUpdate

        boolean plotUpdate()
        In this abstract class implementations, plotUpdate will generally just call plotRedraw. In concrete plot classes, plotUpdate may be overridden to paint only points that have been added to end of a plot since the last plot.
        Returns:
        true if this method has been overloaded, false if not so that it just calls plotRedraw.
      • plotUpdate

        boolean plotUpdate(java.awt.Graphics2D g)
        Performs a plot append using the supplied Graphics instance
        Parameters:
        a - Graphics2D instance

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.