public class LineRenderer
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
void |
init(double x,
double y)
Initialisation with coordinates
x and
y. |
void |
init(java.awt.geom.Point2D.Double p)
Same as init(double x, double y), but with a Point2D.Double
argument for convenience
|
void |
lineTo(double x,
double y)
Calls the internalLineTo(x,y), which does the actual painting.
|
void |
lineTo(java.awt.geom.Point2D.Double p)
Calls the internalLineTo(x,y), which does the actual painting.
|
public void init(double x,
double y)
x and
y.public void init(java.awt.geom.Point2D.Double p)
public void lineTo(double x,
double y)
public void lineTo(java.awt.geom.Point2D.Double p)