Module org.bzdev.graphics
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.
-
ClassDescriptionAxisBuilder<T extends Graph.Axis>Base class for axis builders.AxisBuilder for axes that use a combination of hours, minutes, and seconds.AxisBuilder for a linear axis.AxisBuilder for a log axis.Spacings between similar tick marks for the class
AxisBuilder.ClockTime
.Class to provide various colors.Class for representing and creating graphs.Class to specify a graph axis.The direction of an axis.Vertical text positioning for strings.Interface for objects that have a corresponding shape.Class specifying a graph's font parameters.Interface for objects that can be drawn on a graph.Enumeration specifying the image type for a graph.Enumeration specifying text justification for strings.Class to provide a logarithmic axis.Class for symbols used in plotting.Factory class for creating graph symbols.Class specifying graph tick marks along an axis.Interface for user-space objects that have a corresponding shape.Interface for user-space objects that can be drawn on a graph.Interface for objects that create a graph.Utility package containing various inner classes.Class to create a Cartesian grid.Class to create a series of lines and circles representing polar coordinates.Location of a reference point for an object to be drawn or an image.