Package org.bzdev.graphs


package org.bzdev.graphs
Package for drawing graphs.

The graphs are rectangular areas in which various objects can be drawn. In addition to device space and user space (defined by Java), a Graph will support a space called graph coordinate space, which follows normal mathematical convention where the X axis points right and the Y axis points up, and where units are those that make sense to the application.

Please see the package description" for additional information about this package.