Package | Description |
---|---|
de.erichseifert.gral.data |
Data model classes.
|
de.erichseifert.gral.data.filters |
Classes for filtering data sources.
|
de.erichseifert.gral.data.statistics |
Classes for statistical analysis.
|
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 |
---|---|
class |
DataSeries
Class that represents a view on several columns of a
DataSource . |
class |
EnumeratedData
Class that creates a new data source which adds a leading column
containing the row number.
|
class |
RowSubset
Abstract class that represents a view on several rows of a data source.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractDataSource.addDataListener(DataListener dataListener)
Adds the specified
DataListener to this data source. |
void |
DataSource.addDataListener(DataListener dataListener)
Adds the specified
DataListener to this data source. |
void |
AbstractDataSource.removeDataListener(DataListener dataListener)
Removes the specified
DataListener from this data source. |
void |
DataSource.removeDataListener(DataListener dataListener)
Removes the specified
DataListener from this data source. |
Modifier and Type | Class and Description |
---|---|
class |
Convolution
Class that applies a specified kernel to a data source to convolve it.
|
class |
Filter
Abstract class that provides basic functions for filtering arbitrary
columns of a DataSource, in other words a set of one-dimensional data.
|
class |
Median
Class that calculates the median of a data sequence.
|
class |
Resize
Filter to change the size of equally spaced data sources.
|
Modifier and Type | Class and Description |
---|---|
class |
Histogram
Abstract base class for histograms.
|
class |
Histogram1D
View that aggregates the column values of an other data source into
a histogram with cells.
|
class |
Statistics
A class that computes and stores various statistical information
on a data source.
|
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.
|
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.
|
class |
PiePlot
Class that displays data as segments of a pie plot.
|
static class |
PiePlot.PiePlotLegend
A legend implementation for pie plots that displays items for each data
value of a data source.
|
class |
RasterPlot
Class that displays two coordinate values and a value as a raster of
boxes.
|
class |
XYPlot
Class that displays data in an two dimensional coordinate system
(x-y plot).
|
Modifier and Type | Class and Description |
---|---|
class |
ValueLegend
A legend implementation that displays items for all data values of all data
series that are added to the legend.
|
Copyright © 2009-2013. All Rights Reserved.