Interface ITracePainter<T extends ITracePainter<T>>

    • Method Detail

      • discontinue

        void discontinue​(java.awt.Graphics g2d)
        Invoked to inform the painter that a discontinue in the trace to # paint has occured.

        This only has to be implemented by painters that collect several points of IPointPainter.paintPoint(int, int, int, int, Graphics, ITracePoint2D) to draw them as polygons (e.g.: Graphics.drawPolyline(int[], int[], int)).

        Parameters:
        g2d - provided in case pending paint operations have to be performed.