Package org.faceless.graph2
Class AbstractLineSeries
- java.lang.Object
-
- org.faceless.graph2.Series
-
- org.faceless.graph2.AbstractLineSeries
-
- Direct Known Subclasses:
FunctionLineSeries
,LineSeries
public abstract class AbstractLineSeries extends Series
A Line series represents a function - for everyX
value there is a correspondingf(X)
. There are two types of Line series, aLineSeries
for plotting sampled data and aFunctionLineSeries
for plotting mathematical functions, and this is the superclass of both. Most of the interesting methods are in the subclasses.- See Also:
LineSeries
,FunctionLineSeries
,AreaSeries
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setDepth(double depth)
Set the depth of the line when viewed in 3D, as a proportion of the width of the graph.-
Methods inherited from class org.faceless.graph2.Series
addBox, addLine, addMarker, getName, outputToSeries, outputToSeriesFunction, setStyle, toString
-
-