Package | Description |
---|---|
de.erichseifert.gral.plots |
Plot related classes like axis and plot area management.
|
de.erichseifert.gral.plots.axes |
Classes for managing and drawing axes in plots.
|
Modifier and Type | Class and Description |
---|---|
class |
BarPlot
Class that displays data in a bar plot.
|
class |
BoxPlot
Class that displays data as a box-and-whisker plot showing summaries of
important statistical values.
|
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 | Method and Description |
---|---|
void |
Axis.addAxisListener(AxisListener listener)
Adds the specified
AxisListener to this Axis. |
void |
Axis.removeAxisListener(AxisListener listener)
Removes the specified
AxisListener from this Axis. |
Copyright © 2009-2013. All Rights Reserved.