Package | Description |
---|---|
de.erichseifert.gral.plots |
Plot related classes like axis and plot area management.
|
de.erichseifert.gral.plots.points |
Classes for rendering point shapes in a plot.
|
Modifier and Type | Class and Description |
---|---|
static class |
BarPlot.BarRenderer
Class that renders a bar in a bar plot.
|
static class |
BoxPlot.BoxWhiskerRenderer
Class that renders a box and its whiskers in a box-and-whisker plot.
|
static class |
PiePlot.PieSliceRenderer
A point renderer for a single slice in a pie plot.
|
protected static class |
RasterPlot.RasterRenderer
Class that renders a box and its whiskers in a box-and-whisker plot.
|
Modifier and Type | Method and Description |
---|---|
PointRenderer |
PiePlot.getPointRenderer(DataSource s)
Returns the
PointRenderer for the specified data source. |
PointRenderer |
XYPlot.getPointRenderer(DataSource s)
Returns the
PointRenderer for the specified data source. |
Modifier and Type | Method and Description |
---|---|
void |
PiePlot.setPointRenderer(DataSource s,
PointRenderer pointRenderer)
Sets the
PointRenderer for a certain data source to the
specified value. |
void |
XYPlot.setPointRenderer(DataSource s,
PointRenderer pointRenderer)
Sets the
PointRenderer for a certain data source to the
specified value. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPointRenderer
Abstract class implementing functions for the administration of settings.
|
class |
DefaultPointRenderer2D
Class that creates
Drawable s for a row of data. |
class |
LabelPointRenderer
Class that provides
Drawable s, which display a specified data
values. |
class |
SizeablePointRenderer
Class that provides
Drawable s, which are sized accordingly to
the data. |
Copyright © 2009-2013. All Rights Reserved.