|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinfo.monitorenter.gui.chart.pointpainters.PointPainterLine
public class PointPainterLine
A point painter that renders a trace by lines.
| Constructor Summary | |
|---|---|
PointPainterLine()
Defcon. |
|
| Method Summary | |
|---|---|
void |
paintPoint(int absoluteX,
int absoluteY,
int nextX,
int nextY,
Graphics2D g,
TracePoint2D point)
Paints a line from current to next point. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PointPainterLine()
| Method Detail |
|---|
public void paintPoint(int absoluteX,
int absoluteY,
int nextX,
int nextY,
Graphics2D g,
TracePoint2D point)
paintPoint in interface IPointPainterabsoluteX - 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.Graphics2D, info.monitorenter.gui.chart.TracePoint2D)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||