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:

  1. Hist - A class to generate a histogram of a data set using the AWT GUI.
  2. JCanvas - A blank Swing "Canvas" for drawing graphics on.
  3. JHist - A class to generate a histogram of a data set using the Swing GUI.
  4. JPlot2D - A class to generate 2D line and bar plots using the Swing GUI.
  5. Plot2D - A class to generate 2D line and bar plots using the AWT GUI.