Package | Description |
---|---|
org.faceless.graph2 |
Contains all the classes required to create and render a Graph to an SVG, PNG, PDF or other format.
|
org.faceless.graph2.tag |
Contains classes that can be used by customers wanting to extend the Tag Library.
|
Class and Description |
---|
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.
|
Class and Description |
---|
FlashOutput
The FlashOutput class allows you to create simple Macromedia Flash movies
which display the graph.
|
Graph
The abstract base class for all Graphs in the Big Faceless Graph Library version 2.x.
|
ImageOutput
The ImageOutput class is a subclass of Output, which allows Graphs to be drawn to a
BufferedImage or Graphics2D object, and then optionally rendered to
a PNG image by calling the writePNG() method. |
Series
The Series class is the abstract superclass for all types of data to be
plotted on an
AxesGraph . |
SVGOutput
A subclass of
Output which allows the finished Graph to be rendered to SVG. |
XMLGraph
The XMLGraph class provides a simple XML interface into the Graph library.
|
XMLGraphResourceProvider
This interface is used to provide resources to the XMLGraph object
when it's parsing XML, such as fonts, images and colors.
|
Copyright © 2001-2016 Big Faceless Organization