public class PointPainterLine extends APointPainter<PointPainterLine>
Constructor and Description |
---|
PointPainterLine()
Defcon.
|
Modifier and Type | Method and Description |
---|---|
void |
paintPoint(int absoluteX,
int absoluteY,
int nextX,
int nextY,
Graphics g,
ITracePoint2D point)
Paints a line from current to next point.
|
compareTo, endPaintIteration, equals, getColor, getColorFill, getStroke, getTransparency, getTransparencyFill, hashCode, installColor, installColorFill, installStroke, setColor, setColorFill, setStroke, setTransparency, setTransparencyFill, startPaintIteration
public void paintPoint(int absoluteX, int absoluteY, int nextX, int nextY, Graphics g, ITracePoint2D point)
absoluteX
- the ready to use x value for the point to paint.absoluteY
- the ready to use y value for the point to paint.nextX
- the ready to use next x value for the point to paint.nextY
- the ready to use next y value for the point to paint.g
- the graphic context to paint on.point
- just for information, for painting this should be irrelevant and
it should not be changed too!IPointPainter.paintPoint(int, int, int,
int, java.awt.Graphics, info.monitorenter.gui.chart.ITracePoint2D)
Copyright © 2001 - 2010 LGPL, All Rights Footloose.