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 |
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 |
---|---|
static FunctionLineSeries |
FunctionLineSeries.createFunctionSeries(String name,
double min,
double max,
Method method)
Return a FunctionLineSeries that uses the specifed method
as it's function.
|
Copyright © 2001-2016 Big Faceless Organization