AbstractLineSeries |
A Line series represents a function - for every X value there is
a corresponding f(X) .
|
AbstractMarker |
This class represents an "object" which can be placed on the graph but is not
directly part of a series.
|
Axis |
|
BarAxis |
A subclass of Axis useful for plotting Bar Series.
|
FunctionLineSeries |
This class represents a mathematical curve (eg. a Sine curve), drawn onto the
graph as a line.
|
GeneralBarSeries |
The superclass for all types of series that involve plotting Bars to an AxesGraph .
|
Graph |
The abstract base class for all Graphs in the Big Faceless Graph Library version 2.x.
|
Key |
A Key can optionally be added to the Graph to display information
about the data displayed on the Graph.
|
LineSeries |
The LineSeries represents the data found on a typical line graph - a collection
of sampled values.
|
NumericAxis |
The most common type of Axis, a NumericAxis is used to display numbers, either
as integers, real numbers, percentages, currency amounts or any type of format
that can be created with a NumberFormat .
|
Output |
The Output class is the abstract base class for all types of Output in
the library.
|
Series |
The Series class is the abstract superclass for all types of data to be
plotted on an AxesGraph .
|
StripedPaint |
Manages the painting of "stripes" on the walls of an AxesGraph .
|
Style |
This class represents a style used to draw a graphic object, such as a bar, a line or
the graph key.
|
TextStyle |
The TextStyle class sets the font, color and so on for any text displayed on the Graph.
|
XMLGraphResourceProvider |
This interface is used to provide resources to the XMLGraph object
when it's parsing XML, such as fonts, images and colors.
|