Interface | Description |
---|---|
AbstractChartData<N extends java.lang.Number> |
An interface for chart data with a numerical data type.
|
Canvas |
A general canvas representing the area to display drawings.
|
CanvasCoordinateChart<N extends java.lang.Number> |
A canvas to display charts in a coordinate system.
|
CanvasCoordinateChartInterval<N extends java.lang.Number> |
A canvas to display a chart with its data divided into sections of an interval.
|
Class | Description |
---|---|
AbstractChartDataTable<N extends java.lang.Number> |
A chart data table with data values from type
N . |
AbstractNumericalChartCanvas<N extends java.lang.Number> |
A general Chart environment with defined gaps between the canvas border and the actual chart.
|
AbstractNumericalCoorChartCanvas<N extends java.lang.Number> |
A Chart with a numerical scale (only) on the y-axis.
|
AbstractNumericalCoorChartCanvasDouble |
A chart to represent
Double data on the y-axis of a coordinate system. |
AbstractNumericalCoorChartCanvasLong |
A chart to represent
Long data on the y-axis of a coordinate system. |
CanvasHistogramDouble |
A canvas to display the data from a Histogram.
|
CanvasHistogramLong |
A canvas to display the data from a Histogram.
|
CanvasTimeSeries |
A canvas to display data from multiple TimeSeries.
|
ChartDataHistogramDouble |
A chart data for a Text Histogram.
|
ChartDataHistogramLong |
A chart data for a Text Histogram.
|
ChartDataTimeSeries |
A chart data for a Time Series.
|