@Revision(value="$Revision: 1.1 $", date="$Date: 2006/12/15 20:37:44 $", tag="$Name: $")

Package radtools.graphing

Contains code for displaying both 2D simple line graphs, and three dimensional color block or "heat" graphs.

See:
          Description

Class Summary
ActiveGraph The base class of the graphing package which represents a window showing a graph.
Graph Graph describes the graph of the points, as well as the specifics of the graph itself: all of the values of the graph are set in this class, including the titles of strings, the ranges of the axes, and the points that are plotted.
GraphicsWrapper Wrapper class for Graphics object, contains outside information to translate applet styled coordinate system to with origin in upper left corner to user-defined coordinate system with origin set by x and y range
Point Point class represents a set of coordinates on a three dimensional graph can be used for two dimensions with z coordinate defaulted as 0
 

Package radtools.graphing Description

Contains code for displaying both 2D simple line graphs, and three dimensional color block or "heat" graphs.

TODO: Javadoc
TODO: Javadoc review, Seal/Finalize

Author:
Greg Gibeling