public class PointPainterPlus extends info.monitorenter.gui.chart.pointpainters.APointPainter<PointPainterPlus>
| Constructor and Description | 
|---|
| PointPainterPlus()Creates an instance with the given plus size. | 
| PointPainterPlus(int plusSize)Creates an instance with a default plus size of 4. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object obj) | 
| int | getPlusSize()Returns the size of the plus point in pixels
  | 
| int | hashCode() | 
| void | paintPoint(int absoluteX,
          int absoluteY,
          int nextX,
          int nextY,
          Graphics g,
          info.monitorenter.gui.chart.ITracePoint2D original) | 
| void | setPlusSize(int plusSize)Sets the size of the plus point in pixels | 
compareTo, endPaintIteration, getColor, getColorFill, getStroke, getTransparency, getTransparencyFill, installColor, installColorFill, installStroke, setColor, setColorFill, setStroke, setTransparency, setTransparencyFill, startPaintIterationpublic PointPainterPlus(int plusSize)
public PointPainterPlus()
plusSize - the plus size in pixel to use.public boolean equals(Object obj)
equals in class info.monitorenter.gui.chart.pointpainters.APointPainter<PointPainterPlus>APointPainter.equals(java.lang.Object)public int hashCode()
hashCode in class info.monitorenter.gui.chart.pointpainters.APointPainter<PointPainterPlus>APointPainter.hashCode()public void paintPoint(int absoluteX,
              int absoluteY,
              int nextX,
              int nextY,
              Graphics g,
              info.monitorenter.gui.chart.ITracePoint2D original)
IPointPainter.paintPoint(int, int, int,
      int, java.awt.Graphics, info.monitorenter.gui.chart.ITracePoint2D)public int getPlusSize()
public void setPlusSize(int plusSize)
plusSize - the size of the plus point in pixelsCopyright © 2013 Centre de Recherche en Informatique de Lens (CRIL). All Rights Reserved.