Package | Description |
---|---|
de.erichseifert.gral.data |
Data model classes.
|
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.
|
de.erichseifert.gral.plots.points |
Classes for rendering point shapes in a plot.
|
Modifier and Type | Method and Description |
---|---|
Row |
RowSubset.getRow(int row) |
Row |
AbstractDataSource.getRow(int row)
Returns the row with the specified index.
|
Row |
DataSource.getRow(int row)
Returns the row with the specified index.
|
Modifier and Type | Method and Description |
---|---|
abstract boolean |
RowSubset.accept(Row row)
Tests whether the specified row is accepted by this DataSubset or not.
|
int |
MutableDataSource.add(Row row)
Adds the specified row to the data sink.
|
int |
DataTable.add(Row row)
Adds the specified row to the table.
|
Modifier and Type | Method and Description |
---|---|
protected Iterable<Row> |
PiePlot.PiePlotLegend.getEntries(DataSource source) |
Modifier and Type | Method and Description |
---|---|
protected void |
PiePlot.PieSliceRenderer.drawValueLabel(DrawingContext context,
PiePlot.Slice slice,
double radius,
Row row,
int col)
Draws the specified value label for the specified shape.
|
Drawable |
BarPlot.BarPlotLegend.getSymbol(Row row)
Returns a symbol for rendering a legend item.
|
Drawable |
PiePlot.PiePlotLegend.getSymbol(Row row)
Returns a symbol for rendering a legend item.
|
Drawable |
BoxPlot.BoxPlotLegend.getSymbol(Row row)
Returns a symbol for rendering a legend item.
|
Drawable |
XYPlot.XYLegend.getSymbol(Row row)
Returns a symbol for rendering a legend item.
|
Modifier and Type | Method and Description |
---|---|
Row |
AbstractLegend.Item.getRow()
Returns the row that is displayed by this item.
|
Modifier and Type | Method and Description |
---|---|
protected Iterable<Row> |
SeriesLegend.getEntries(DataSource source) |
protected abstract Iterable<Row> |
AbstractLegend.getEntries(DataSource source)
Returns a sequence of items for the specified data source that should be
added to the legend.
|
protected Iterable<Row> |
ValueLegend.getEntries(DataSource source) |
Modifier and Type | Method and Description |
---|---|
protected String |
SeriesLegend.getLabel(Row row) |
protected abstract String |
AbstractLegend.getLabel(Row row)
Returns the label text for the specified row.
|
protected String |
ValueLegend.getLabel(Row row) |
Drawable |
LegendSymbolRenderer.getSymbol(Row row)
Returns a symbol for rendering a legend item.
|
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.
|
Modifier and Type | Field and Description |
---|---|
Row |
PointData.row
The data row that will get projected.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultPointRenderer2D.drawErrorBars(DrawingContext context,
Shape point,
Row row,
int col,
int colErrorTop,
int colErrorBottom,
Axis axis,
AxisRenderer axisRenderer)
Draws error bars.
|
protected void |
DefaultPointRenderer2D.drawValueLabel(DrawingContext context,
Shape point,
Row row,
int col)
Draws the specified value label for the specified shape.
|
Constructor and Description |
---|
PointData(List<Axis> axes,
List<? extends AxisRenderer> axisRenderers,
Row row,
int col)
Initializes a new instance with the specified data.
|
Copyright © 2009-2013. All Rights Reserved.