public class PointDisplay
extends java.lang.Object
| Constructor and Description |
|---|
PointDisplay(Point[] points)
Construct a point display with no title.
|
PointDisplay(Point[] points,
java.lang.String title)
Construct a point display.
|
public PointDisplay(Point[] points,
java.lang.String title)
points - The points to displaytitle - The window title.public PointDisplay(Point[] points)
points - The points to display