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 class
FunctionLineSeries
This class represents a mathematical curve (eg. a Sine curve), drawn onto the graph as a line.class
LineSeries
The LineSeries represents the data found on a typical line graph - a collection of sampled values.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 with parameters of type AbstractLineSeries Modifier and Type Method Description void
AreaSeries. add(AbstractLineSeries series)
Add a LineSeries to this Series
-