Package | Description |
---|---|
de.erichseifert.gral.plots |
Plot related classes like axis and plot area management.
|
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.
|
class |
BoxPlot
Class that displays data as a box-and-whisker plot showing summaries of
important statistical values.
|
class |
PiePlot
Class that displays data as segments of a pie plot.
|
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 |
---|---|
protected Plot |
PlotNavigator.getPlot()
Returns the plot stored in this instance.
|
Constructor and Description |
---|
PlotNavigator(Plot plot,
List<String> axesNames)
Initializes a new instance that is responsible for zooming and panning
the axes with the specified names of the specified plot.
|
PlotNavigator(Plot plot,
String... axesNames)
Initializes a new instance that is responsible for zooming and panning
the axes with the specified names of the specified plot.
|
Copyright © 2009-2013. All Rights Reserved.