Frames | No Frames |
Classes implementing org.jfree.data.xy.TableXYDataset | |
class | This class provides an XYDataset implementation over a database
JDBC result set. |
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. |
Classes implementing org.jfree.data.xy.TableXYDataset | |
class | A dataset for regular time periods that implements the
TableXYDataset interface. |
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. |
Methods with parameter type org.jfree.data.xy.TableXYDataset | |
double | Calculates the stacked value of the all series up to, but not including
series for the specified item. |
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). |