Package | Description |
---|---|
de.erichseifert.gral.graphics |
Classes for drawing and layout of components.
|
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 |
DrawableContainer
Implementation of
Container that is a Drawable
itself and stores instances of Drawable as components. |
Modifier and Type | Method and Description |
---|---|
Dimension2D |
OuterEdgeLayout.getPreferredSize(Container container)
Returns the preferred size of the specified container using this layout.
|
Dimension2D |
StackedLayout.getPreferredSize(Container container)
Returns the preferred size of the specified container using this layout.
|
Dimension2D |
EdgeLayout.getPreferredSize(Container container)
Returns the preferred size of the specified container using this layout.
|
Dimension2D |
TableLayout.getPreferredSize(Container container)
Returns the preferred size of the specified container using this layout.
|
Dimension2D |
Layout.getPreferredSize(Container container)
Returns the preferred size of the specified container using this layout.
|
void |
OuterEdgeLayout.layout(Container container)
Arranges the components of the specified container according to this
layout.
|
void |
StackedLayout.layout(Container container)
Arranges the components of the specified container according to this
layout.
|
void |
EdgeLayout.layout(Container container)
Arranges the components of the specified container according to this
layout.
|
void |
TableLayout.layout(Container container)
Arranges the components of the specified container according to this
layout.
|
void |
Layout.layout(Container container)
Arranges the components of the specified container according to this
layout.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Plot
Interface for classes that display data in a plot.
|
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 |
StylableContainer
Abstract class that represents a drawable object which can store components
and 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 . |
Modifier and Type | Method and Description |
---|---|
protected Container |
AbstractPlot.getLegendContainer()
Returns the object containing the Legend.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Legend
Interface for a legend that display visual examples of the variables used in
a plot.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractLegend
Abstract class that serves as a base for legends in plots.
|
protected static class |
AbstractLegend.Item
Class that displays a specific data source as an item of a legend.
|
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.
|
Copyright © 2009-2013. All Rights Reserved.