Package | Description |
---|---|
org.faceless.graph2 |
Contains all the classes required to create and render a Graph to an SVG, PNG, PDF or other format.
|
Modifier and Type | Class and Description |
---|---|
class |
FunctionLineSeries
This class represents a mathematical curve (eg. a Sine curve), drawn onto the
graph as a line.
|
class |
LineSeries
The LineSeries represents the data found on a typical line graph - a collection
of sampled values.
|
class |
SplineSeries
A
SplineSeries is very similar to a LineSeries class,
except that the line between the specified datapoints is "smoothed" by applying
a Spline curve. |
class |
TrendSeries
A
TrendSeries can be used to plot a trend-line based on a LineSeries,
or on a series of data points. |
Modifier and Type | Method and Description |
---|---|
void |
AreaSeries.add(AbstractLineSeries series)
Add a LineSeries to this Series
|
Copyright © 2001-2016 Big Faceless Organization