Class TracePainterFill

    • Constructor Summary

      Constructors 
      Constructor Description
      TracePainterFill​(Chart2D chart)
      Constructor with the corresponding chart.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void discontinue​(java.awt.Graphics g2d)
      Invoked to inform the painter that a discontinue in the trace to # paint has occured.
      void endPaintIteration​(java.awt.Graphics g2d)
      Invoked to inform implementations that a paint iteration ends for the corresponding ITrace2D.
      boolean equals​(java.lang.Object obj)  
      int hashCode()  
      void paintPoint​(int absoluteX, int absoluteY, int nextX, int nextY, java.awt.Graphics g, ITracePoint2D original)
      Paint the point given by absolute coordinates on the given graphic context.
      void startPaintIteration​(java.awt.Graphics g2d)
      Invoked to inform implementations that a paint iteration starts for the corresponding ITrace2D.
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait