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