Uses of Package
org.faceless.graph2

Packages that use org.faceless.graph2
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. 
 

Classes in org.faceless.graph2 used by org.faceless.graph2
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
           An Axis is what a Series is plotted against on an AxesGraph.
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.
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.
 

Classes in org.faceless.graph2 used by org.faceless.graph2.tag
Graph
           The abstract base class for all Graphs in the Big Faceless Graph Library version 2.x.
XMLGraph
          The XMLGraph class provides a simple XML interface into the Graph library.
 



Copyright © 2001-2011 Big Faceless Organization