See: Description
Interface | Description |
---|---|
Plot |
Interface for classes that display data in a plot.
|
Class | Description |
---|---|
AbstractPlot |
Basic implementation of a plot that can listen to changes of data sources
and settings.
|
BarPlot |
Class that displays data in a bar plot.
|
BarPlot.BarPlotLegend |
A legend implementation for bar plots that displays all values of the
data source as items.
|
BarPlot.BarRenderer |
Class that renders a bar in a bar plot.
|
BoxPlot |
Class that displays data as a box-and-whisker plot showing summaries of
important statistical values.
|
BoxPlot.BoxPlotLegend |
A legend implementation for box-and-whisker plots that displays all
values of the data source as items.
|
BoxPlot.BoxWhiskerRenderer |
Class that renders a box and its whiskers in a box-and-whisker plot.
|
DataPoint |
Class for storing points of a plot.
|
Label |
Class that draws a label to a specific location.
|
PiePlot |
Class that displays data as segments of a pie plot.
|
PiePlot.PiePlotArea2D |
Class that represents the drawing area of a
PiePlot . |
PiePlot.PiePlotLegend |
A legend implementation for pie plots that displays items for each data
value of a data source.
|
PiePlot.PiePlotNavigator |
Navigator implementation for pie plots.
|
PiePlot.PieSliceRenderer |
A point renderer for a single slice in a pie plot.
|
PiePlot.Slice |
Data class for storing slice information in world units.
|
PlotArea |
Abstract class that represents a canvas on which plot data will be drawn.
|
PlotNavigator |
Abstract base class that can be used to control the zoom and panning of a
plot.
|
PlotNavigator.NavigationInfo |
Data class for storing navigational information for an axis.
|
RasterPlot |
Class that displays two coordinate values and a value as a raster of
boxes.
|
RasterPlot.RasterRenderer |
Class that renders a box and its whiskers in a box-and-whisker plot.
|
StylableContainer |
Abstract class that represents a drawable object which can store components
and which can be styled using settings.
|
StylableDrawable |
Abstract class that represents a drawable object which can be styled using
settings.
|
XYPlot |
Class that displays data in an two dimensional coordinate system
(x-y plot).
|
XYPlot.XYLegend |
Class that displays a legend in an
XYPlot . |
XYPlot.XYPlotArea2D |
Class that represents the drawing area of an
XYPlot . |
XYPlot.XYPlotNavigator |
Navigator implementation for two-dimensional plots.
|
Enum | Description |
---|---|
XYPlot.XYNavigationDirection |
Constants which determine the direction of zoom and pan actions.
|
Copyright © 2009-2013. All Rights Reserved.