| Interface | Description |
|---|---|
| XyAxes |
An interface that provides access to the domain and range axes in an XyPlot.
|
| XyAxis |
An interface to an axis in an XyPlot.
|
| XyDataset<X extends Comparable,S extends Comparable> |
Interface to an XY dataset that is associated with a single DataFrame which holds the data for an XYPlot.
|
| XyModel<X extends Comparable,S extends Comparable> |
Interface to the overall data model for an XYPlot, which allows multiple XYDatasets to be plotted
|
| XyOrient |
An interface to control the orientation of an XyPlot.
|
| XyPlot<X extends Comparable> |
The interface to an XyPlot which provides access to the axes, orientation, style and model controllers.
|
| XyRender |
An interface to the rendering controller for an XyPlot
|
| XyStyle |
An interface to style a specific series in a plot.
|
| XyTrend |
An interface to a linear trend line in an XyPlot.
|
| Class | Description |
|---|---|
| XyPlotBase<X extends Comparable> |
A convenience base class implementation of XyPlot
|
| XyTrendBase |
A convenience base class for building XyTrend implementations
|
Copyright 2014-2017, Xavier Witdouck