Package | Description |
---|---|
de.erichseifert.gral.plots |
Plot related classes like axis and plot area management.
|
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.legends |
Classes for rendering different kind of legends.
|
de.erichseifert.gral.plots.lines |
Classes for rendering data series connected by lines.
|
de.erichseifert.gral.plots.points |
Classes for rendering point shapes in a plot.
|
de.erichseifert.gral.plots.settings |
Classes for managing user-defined settings.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractPlot
Basic implementation of a plot that can listen to changes of data sources
and settings.
|
class |
BarPlot
Class that displays data in a bar plot.
|
static class |
BarPlot.BarPlotLegend
A legend implementation for bar plots that displays all values of the
data source as items.
|
static class |
BarPlot.BarRenderer
Class that renders a bar in a bar plot.
|
class |
BoxPlot
Class that displays data as a box-and-whisker plot showing summaries of
important statistical values.
|
static class |
BoxPlot.BoxPlotLegend
A legend implementation for box-and-whisker plots that displays all
values of the data source as items.
|
static class |
BoxPlot.BoxWhiskerRenderer
Class that renders a box and its whiskers in a box-and-whisker plot.
|
class |
Label
Class that draws a label to a specific location.
|
class |
PiePlot
Class that displays data as segments of a pie plot.
|
static class |
PiePlot.PiePlotArea2D
Class that represents the drawing area of a
PiePlot . |
static class |
PiePlot.PiePlotLegend
A legend implementation for pie plots that displays items for each data
value of a data source.
|
static class |
PiePlot.PieSliceRenderer
A point renderer for a single slice in a pie plot.
|
class |
PlotArea
Abstract class that represents a canvas on which plot data will be drawn.
|
class |
RasterPlot
Class that displays two coordinate values and a value as a raster of
boxes.
|
protected static class |
RasterPlot.RasterRenderer
Class that renders a box and its whiskers in a box-and-whisker plot.
|
class |
StylableContainer
Abstract class that represents a drawable object which can store components
and which can be styled using settings.
|
class |
StylableDrawable
Abstract class that represents a drawable object which can be styled using
settings.
|
class |
XYPlot
Class that displays data in an two dimensional coordinate system
(x-y plot).
|
static class |
XYPlot.XYLegend
Class that displays a legend in an
XYPlot . |
static class |
XYPlot.XYPlotArea2D
Class that represents the drawing area of an
XYPlot . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAreaRenderer
Abstract class that renders an area in two-dimensional space.
|
class |
DefaultAreaRenderer2D
Default two-dimensional implementation of the
AreaRenderer
interface. |
class |
LineAreaRenderer2D
Default two-dimensional implementation of the
AreaRenderer interface
that draws lines from data points to the main axis. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAxisRenderer2D
Abstract class that provides function for rendering axes in
two-dimensional space.
|
class |
LinearRenderer2D
Class that renders axes with a linear scale in two dimensional space.
|
class |
LogarithmicRenderer2D
Class that renders axes with a logarithmic scale in two dimensional space.
|
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.
|
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. |
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. |
Modifier and Type | Method and Description |
---|---|
void |
BasicSettingsStorage.addSettingsListener(SettingsListener l)
Adds a new listener which gets notified if settings have changed.
|
void |
BasicSettingsStorage.removeSettingsListener(SettingsListener l)
Removes the specified listener.
|
Copyright © 2009-2013. All Rights Reserved.