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 every X
value there is
a corresponding f(X)
. There are two types of Line series,
a LineSeries
for plotting sampled data and a FunctionLineSeries
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 |
void |
setDepth(double depth)
Set the depth of the line when viewed in 3D, as a proportion of the
width of the graph. |
setDepth
public void setDepth(double depth)
- Set the depth of the line when viewed in 3D, as a proportion of the
width of the graph. The default depth is 0.1, or 10% of the width.
- Parameters:
depth
- the depth of the line as a proportion of the width of the graph
Copyright © 2001-2011 Big Faceless Organization