Uses of Interface org.jfree.data.xy.TableXYDataset

Uses in package org.jfree.data.jdbc

Classes implementing org.jfree.data.xy.TableXYDataset

class
This class provides an XYDataset implementation over a database JDBC result set.

Uses in package org.jfree.data.general

Methods with parameter type org.jfree.data.xy.TableXYDataset

double
Calculates the total for the y-values in all series for a given item index.
Range
Returns the minimum and maximum values for the dataset's range, assuming that the series are stacked.
Range
Returns the minimum and maximum values for the dataset's range, assuming that the series are stacked, using the specified base value.

Uses in package org.jfree.data.time

Classes implementing org.jfree.data.xy.TableXYDataset

class
A dataset for regular time periods that implements the TableXYDataset interface.

Uses in package org.jfree.chart

Methods with parameter type org.jfree.data.xy.TableXYDataset

JFreeChart
ChartFactory.createStackedXYAreaChart(String title, String xAxisLabel, String yAxisLabel, TableXYDataset dataset, PlotOrientation orientation, boolean legend, boolean tooltips, boolean urls)
Creates a stacked XY area plot.

Uses in package org.jfree.chart.renderer.xy

Methods with parameter type org.jfree.data.xy.TableXYDataset

double
StackedXYAreaRenderer.getPreviousHeight(TableXYDataset dataset, int series, int index)
Calculates the stacked value of the all series up to, but not including series for the specified item.

Uses in package org.jfree.data.xy

Classes implementing org.jfree.data.xy.TableXYDataset

class
An implementation variant of the TableXYDataset where every series shares the same x-values (required for generating stacked area charts).
class
An XYDataset where every series shares the same x-values (required for generating stacked area charts).

Constructors with parameter type org.jfree.data.xy.TableXYDataset

Creates a new table model based on the specified dataset.

Methods with parameter type org.jfree.data.xy.TableXYDataset

void
Sets the model (dataset).