PointDisplay
- 
- 
Constructor Summary
Constructors 
| Constructor | 
Description | 
PointDisplay(Point[] points) | 
 Construct a point display with no title. 
 | 
PointDisplay(Point[] points,
            java.lang.String title) | 
 Construct a point display. 
 | 
 
- 
Method Summary
- 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
 
 
 
- 
- 
Constructor Detail
- 
PointDisplay
public PointDisplay(Point[] points,
                    java.lang.String title)
Construct a point display. Once the display is instantiated it will
 immediately display the provided points.
- Parameters:
 
points - The points to display 
title - The window title.