Package chapman.io contains classes that generate two-dimensional
graphics output. Note that the classes whose names begin with "J" use the
Swing graphical user interface, while the other classes use the older AWT
graphical uses interfaces.
The classes in this package include:
-
Hist - A class to generate a histogram of a data set using the
AWT GUI.
-
JCanvas - A blank Swing "Canvas" for drawing graphics on.
-
JHist - A class to generate a histogram of a data set using the
Swing GUI.
-
JPlot2D - A class to generate 2D line and bar plots using the
Swing GUI.
-
Plot2D - A class to generate 2D line and bar plots using the AWT
GUI.