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 classSplineSeriesASplineSeriesis very similar to aLineSeriesclass, except that the line between the specified datapoints is "smoothed" by applying a Spline curve.classTrendSeriesATrendSeriescan 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 FunctionLineSeriesFunctionLineSeries. createFunctionSeries(String name, double min, double max, Method method)Return a FunctionLineSeries that uses the specifed method as it's function.
-