- plot(Polyline) - Method in class plotter.Plotter
-
Adds the given polyline to the window.
- plotter - package plotter
-
- Plotter - Class in plotter
-
Displays a set of polylines in a window.
- Plotter() - Constructor for class plotter.Plotter
-
Creates a plotter with an empty window.
- Polyline - Class in plotter
-
Class representing a polyline, a sequence of points with
line segments connecting them.
- Polyline(String) - Constructor for class plotter.Polyline
-
Constructs an empty polyline with the given color and a
width of one pixel.
- Polyline(String, int) - Constructor for class plotter.Polyline
-
Constructs an empty polyline with the given color and the given
width, in pixels.