Class APointPainter<T extends IPointPainterConfigurableUI<T>>

    • Constructor Summary

      Constructors 
      Constructor Description
      APointPainter()
      Default constructor (sets the consumed by paint flag to false).
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int compareTo​(T arg0)  
      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)  
      java.awt.Color getColor()
      Returns the color to paint with or null if no special color is desired.
      java.awt.Color getColorFill()
      Returns the color to paint fillings with or null if no special color is desired.
      java.awt.Stroke getStroke()
      Returns the stroke to paint with.
      int getTransparency()
      Returns the transparency to use for painting.
      int getTransparencyFill()
      Returns the transparency to use for fill painting.
      int hashCode()  
      protected java.awt.Color installColor​(java.awt.Graphics g)
      Installs the color to the graphics context if and only if a color has been set.
      protected java.awt.Color installColorFill​(java.awt.Graphics g)
      Installs the fill color to the graphics context if and only if a fill color has been set.
      protected java.awt.Stroke installStroke​(java.awt.Graphics g)
      Installs the stroke to the graphics context if and only if a stroke has been set.
      java.awt.Color setColor​(java.awt.Color color)
      Sets the color to paint with or null if no special color is desired.
      java.awt.Color setColorFill​(java.awt.Color fillColor)
      Sets the color to paint fillings with or null if no special fill color is desired.
      java.awt.Stroke setStroke​(java.awt.Stroke stroke)
      Sets the stroke to paint with or null if no special color is desired.
      int setTransparency​(int transparency0to255)
      Sets the transparency to use for painting.
      int setTransparencyFill​(int transparency0to255)
      Sets the transparency to use for fill painting.
      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