|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FunctionLineSeries | |
|---|---|
| org.faceless.graph2 | Contains all the classes required to create and render a Graph to an SVG, PNG, PDF or other format. |
| Uses of FunctionLineSeries in org.faceless.graph2 |
|---|
| Subclasses of FunctionLineSeries in org.faceless.graph2 | |
|---|---|
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. |
| Methods in org.faceless.graph2 that return FunctionLineSeries | |
|---|---|
static FunctionLineSeries |
FunctionLineSeries.createFunctionSeries(String name,
double min,
double max,
Method method)
Return a FunctionLineSeries that uses the specifed method as it's function. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||