Package | Description |
---|---|
de.erichseifert.gral.plots |
Plot related classes like axis and plot area management.
|
de.erichseifert.gral.plots.legends |
Classes for rendering different kind of legends.
|
Modifier and Type | Class and Description |
---|---|
static class |
BarPlot.BarPlotLegend
A legend implementation for bar plots that displays all values of the
data source as items.
|
static class |
BoxPlot.BoxPlotLegend
A legend implementation for box-and-whisker plots that displays all
values of the data source as items.
|
static class |
PiePlot.PiePlotLegend
A legend implementation for pie plots that displays items for each data
value of a data source.
|
static class |
XYPlot.XYLegend
Class that displays a legend in an
XYPlot . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractLegend
Abstract class that serves as a base for legends in plots.
|
class |
SeriesLegend
A legend implementation that displays an item for each data series that are
added to the legend.
|
class |
ValueLegend
A legend implementation that displays items for all data values of all data
series that are added to the legend.
|
Constructor and Description |
---|
AbstractLegend.Item(Row row,
LegendSymbolRenderer symbolRenderer,
String labelText,
Font font)
Creates a new Item object with the specified data source and text.
|
Copyright © 2009-2013. All Rights Reserved.