Uses of Class
org.faceless.graph2.FunctionLineSeries
-
Packages that use FunctionLineSeries Package Description org.faceless.graph2 -
-
Uses of FunctionLineSeries in org.faceless.graph2
Subclasses of FunctionLineSeries in org.faceless.graph2 Modifier and Type Class Description class
SplineSeries
ASplineSeries
is very similar to aLineSeries
class, except that the line between the specified datapoints is "smoothed" by applying a Spline curve.class
TrendSeries
ATrendSeries
can be used to plot a trend-line based on a LineSeries, or on a series of data points.Methods in org.faceless.graph2 that return FunctionLineSeries Modifier and Type Method 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.
-