Package | Description |
---|---|
de.erichseifert.gral.plots |
Plot related classes like axis and plot area management.
|
de.erichseifert.gral.plots.lines |
Classes for rendering data series connected by lines.
|
Modifier and Type | Method and Description |
---|---|
LineRenderer |
XYPlot.getLineRenderer(DataSource s)
Returns the
LineRenderer for the specified data source. |
Modifier and Type | Method and Description |
---|---|
void |
XYPlot.setLineRenderer(DataSource s,
LineRenderer lineRenderer)
Sets the
LineRenderer for a certain data source to the specified
value. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractLineRenderer2D
Abstract class that renders a line in two-dimensional space.
|
class |
DefaultLineRenderer2D
Class that connects two dimensional data points with a straight line.
|
class |
DiscreteLineRenderer2D
Class that connects
DataPoint s with a stair-like line. |
class |
SmoothLineRenderer2D
Class that connects
DataPoint s with a smooth line. |
Copyright © 2009-2013. All Rights Reserved.