Documentation of 'info.monitorenter.gui.chart.traces.painters.TracePainterDisc' Java class
TracePainterDisc
info.monitorenter.gui.chart.traces.painters

Class TracePainterDisc

    • Constructor Summary

      Constructors 
      Constructor and Description
      TracePainterDisc()
      Creates an instance with a default disc size of 4.
      TracePainterDisc(int discSize)
      Creates an instance with the given disc size.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      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 getDiscSize()
      Returns the diameter of the discs to paint in pixel.
      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 setDiscSize(int discSize)
      Sets the diameter of the discs to paint in pixel.
      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

        getClass, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TracePainterDisc

        public TracePainterDisc()
        Creates an instance with a default disc size of 4.

      • TracePainterDisc

        public TracePainterDisc(int discSize)
        Creates an instance with the given disc size.
        Parameters:
        discSize - the disc size in pixel to use.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.