Package | Description |
---|---|
de.erichseifert.gral.plots.areas |
Classes for drawing areas in plots.
|
de.erichseifert.gral.plots.axes |
Classes for managing and drawing axes in plots.
|
de.erichseifert.gral.plots.lines |
Classes for rendering data series connected by lines.
|
Modifier and Type | Method and Description |
---|---|
Drawable |
DefaultAreaRenderer2D.getArea(List<DataPoint> points,
Shape shape)
Returns the graphical representation to be drawn for the specified
data points.
|
Drawable |
LineAreaRenderer2D.getArea(List<DataPoint> points,
Shape shape)
Returns the graphical representation to be drawn for the specified data
points.
|
Drawable |
AreaRenderer.getArea(List<DataPoint> points,
Shape shape)
Returns the graphical representation to be drawn for the specified data
points.
|
Shape |
DefaultAreaRenderer2D.getAreaShape(List<DataPoint> points)
Returns the shape used for rendering the area of a data points.
|
Shape |
LineAreaRenderer2D.getAreaShape(List<DataPoint> points)
Returns the shape used for rendering the area of a data points.
|
Shape |
AreaRenderer.getAreaShape(List<DataPoint> points)
Returns the shape used for rendering the area of a data points.
|
protected Shape |
AbstractAreaRenderer.punch(Shape shape,
List<DataPoint> dataPoints)
Returns the shape of an area from which the shapes of the specified
points are subtracted.
|
Modifier and Type | Class and Description |
---|---|
class |
Tick
Class for storing the tick mark of an axis.
|
Modifier and Type | Method and Description |
---|---|
Drawable |
DiscreteLineRenderer2D.getLine(List<DataPoint> points,
Shape shape)
Returns a graphical representation for the line defined by
points . |
Drawable |
SmoothLineRenderer2D.getLine(List<DataPoint> points,
Shape shape)
Returns a graphical representation for the line defined by
points . |
Drawable |
DefaultLineRenderer2D.getLine(List<DataPoint> points,
Shape shape)
Returns a graphical representation for the line defined by
e points . |
Drawable |
LineRenderer.getLine(List<DataPoint> points,
Shape shape)
Returns a graphical representation for the line defined by
points . |
Shape |
DiscreteLineRenderer2D.getLineShape(List<DataPoint> points)
Returns the geometric shape for this line.
|
Shape |
SmoothLineRenderer2D.getLineShape(List<DataPoint> points)
Returns the geometric shape for this line.
|
Shape |
DefaultLineRenderer2D.getLineShape(List<DataPoint> points)
Returns the geometric shape for this line.
|
Shape |
LineRenderer.getLineShape(List<DataPoint> points)
Returns the geometric shape for this line.
|
protected Shape |
AbstractLineRenderer2D.punch(Shape line,
Iterable<DataPoint> dataPoints)
Returns the shape of a line from which the shapes of the specified
points are subtracted.
|
Copyright © 2009-2013. All Rights Reserved.