Uses of Class
org.faceless.graph2.AbstractLineSeries
-
Packages that use AbstractLineSeries Package Description org.faceless.graph2 -
-
Uses of AbstractLineSeries in org.faceless.graph2
Subclasses of AbstractLineSeries in org.faceless.graph2 Modifier and Type Class Description classFunctionLineSeriesThis class represents a mathematical curve (eg. a Sine curve), drawn onto the graph as a line.classLineSeriesThe LineSeries represents the data found on a typical line graph - a collection of sampled values.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 with parameters of type AbstractLineSeries Modifier and Type Method Description voidAreaSeries. add(AbstractLineSeries series)Add a LineSeries to this Series
-