Uses of Interface
org.jfree.data.XYDataset
| Package | Description |
|---|---|
| de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_control.statistics | |
| org.jfree.chart |
Core classes, including
JFreeChart and
ChartPanel. |
| org.jfree.chart.demo | |
| org.jfree.chart.entity |
Classes representing components of (or entities in) a chart.
|
| org.jfree.chart.labels |
Generators and other classes used for the display of item labels and tooltips.
|
| org.jfree.chart.plot |
Plot classes and related interfaces.
|
| org.jfree.chart.renderer |
Plug-in renderers for the
CategoryPlot and XYPlot classes. |
| org.jfree.chart.urls |
Classes for adding URLS to charts for HTML image map generation.
|
| org.jfree.data |
Data interfaces and classes.
|
| org.jfree.data.statistics |
Classes for representing statistical data.
|
| org.jfree.data.time |
Interfaces and classes for time-related data.
|
-
Uses of XYDataset in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_control.statistics
Classes in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_control.statistics that implement XYDataset Modifier and Type Class Description classMyXML_XYDataset -
Uses of XYDataset in org.jfree.chart
Methods in org.jfree.chart with parameters of type XYDataset Modifier and Type Method Description static JFreeChartChartFactory. createAreaXYChart(String title, String xAxisLabel, String yAxisLabel, XYDataset data, PlotOrientation orientation, boolean legend, boolean tooltips, boolean urls)Deprecated.Use createXYAreaChart(...).static JFreeChartChartFactory. createLineXYChart(String title, String xAxisLabel, String yAxisLabel, XYDataset dataset, PlotOrientation orientation, boolean legend, boolean tooltips, boolean urls)Deprecated.Use createXYLineChart(...).static JFreeChartChartFactory. createPolarChart(String title, XYDataset dataset, boolean legend, boolean tooltips, boolean urls)Creates a polar plot for the specified dataset (x-values interpreted as angles in degrees).static JFreeChartChartFactory. createScatterPlot(String title, String xAxisLabel, String yAxisLabel, XYDataset dataset, PlotOrientation orientation, boolean legend, boolean tooltips, boolean urls)Creates a scatter plot with default settings.static JFreeChartChartFactory. createTimeSeriesChart(String title, String timeAxisLabel, String valueAxisLabel, XYDataset dataset, boolean legend, boolean tooltips, boolean urls)Creates and returns a time series chart.static JFreeChartChartFactory. createXYAreaChart(String title, String xAxisLabel, String yAxisLabel, XYDataset dataset, PlotOrientation orientation, boolean legend, boolean tooltips, boolean urls)Creates an area chart using anXYDataset.static JFreeChartChartFactory. createXYLineChart(String title, String xAxisLabel, String yAxisLabel, XYDataset dataset, PlotOrientation orientation, boolean legend, boolean tooltips, boolean urls)Creates a line chart (based on anXYDataset) with default settings.static JFreeChartChartFactory. createXYStepAreaChart(String title, String xAxisLabel, String yAxisLabel, XYDataset dataset, PlotOrientation orientation, boolean legend, boolean tooltips, boolean urls)Creates a filled stepped XY plot with default settings.static JFreeChartChartFactory. createXYStepChart(String title, String xAxisLabel, String yAxisLabel, XYDataset dataset, PlotOrientation orientation, boolean legend, boolean tooltips, boolean urls)Creates a stepped XY plot with default settings. -
Uses of XYDataset in org.jfree.chart.demo
Classes in org.jfree.chart.demo that implement XYDataset Modifier and Type Class Description classEmptyXYDatasetAn empty dataset for testing purposes.classSampleSignalDatasetA sample signal dataset.classSampleXYDatasetA dummy dataset for an XY plot.classSampleXYDataset2Random data for a scatter plot demo.classSampleXYSymbolicDatasetRandom data for a symbolic plot demo.classSampleXYZDatasetA quick-and-dirty implementation of theinterface.classSampleYSymbolicDatasetA dataset implementation that provides random data for a symbolic plot demo.classSimpleIntervalXYDatasetA quick and dirty sample dataset.classSimpleIntervalXYDataset2A quick and dirty sample dataset.Methods in org.jfree.chart.demo that return XYDataset Modifier and Type Method Description XYDatasetMovingAverageDemo. createDataset()Creates a dataset, one series containing unit trust prices, the other a moving average.XYDatasetSymbolicChartDemo1. createDataset()Creates a dataset, consisting of two series of monthly data.XYDatasetTimePeriodValuesDemo2. createDataset()Creates a dataset, consisting of two series of monthly data.XYDatasetTimePeriodValuesDemo3. createDataset()Creates a dataset, consisting of two series of monthly data.XYDatasetTimeSeriesDemo6. createDataset()Creates a dataset, consisting of two series of monthly data.XYDatasetTimeSeriesDemo9. createDataset()Creates a sample dataset.XYDatasetTimePeriodValuesDemo. createDataset1()Creates a dataset, consisting of two series of monthly data.XYDatasetTimePeriodValuesDemo. createDataset2()Creates a dataset, consisting of two series of monthly data.static XYDatasetDemoDatasetFactory. createSampleXYDataset()Returns a sample XY dataset.static XYDatasetXYStepChartDemo. createStepXYDataset()Creates and returns a sample dataset for the XY 'Step' chart.Methods in org.jfree.chart.demo with parameters of type XYDataset Modifier and Type Method Description static JFreeChartSymbolicXYPlotDemo. createXYSymbolicPlot(String title, String xAxisLabel, String yAxisLabel, XYDataset data, boolean legend)Creates a XY graph with symbolic value on X and Y axis.static JFreeChartSymbolicYPlotDemo. createYSymbolicPlot(String title, String xAxisLabel, String yAxisLabel, XYDataset data, boolean legend)Creates a XY graph with symbolic value on Y axis. -
Uses of XYDataset in org.jfree.chart.entity
Methods in org.jfree.chart.entity that return XYDataset Modifier and Type Method Description XYDatasetXYItemEntity. getDataset()Returns the dataset this entity refers to.Methods in org.jfree.chart.entity with parameters of type XYDataset Modifier and Type Method Description voidXYItemEntity. setDataset(XYDataset dataset)Sets the dataset this entity refers to.Constructors in org.jfree.chart.entity with parameters of type XYDataset Constructor Description XYItemEntity(Shape area, XYDataset dataset, int series, int item, String toolTipText, String urlText)Creates a new entity. -
Uses of XYDataset in org.jfree.chart.labels
Methods in org.jfree.chart.labels with parameters of type XYDataset Modifier and Type Method Description StringHighLowItemLabelGenerator. generateLabel(XYDataset dataset, int series, int category)Generates a label for the specified item.StringStandardXYLabelGenerator. generateLabel(XYDataset dataset, int series, int item)Generates the item label text for an item in a dataset.StringSymbolicXYItemLabelGenerator. generateLabel(XYDataset dataset, int series, int category)Generates a label for the specified item.StringXYLabelGenerator. generateLabel(XYDataset dataset, int series, int item)Generates a label for the specified item.StringAbstractXYItemLabelGenerator. generateLabelString(XYDataset dataset, int series, int item)Generates a label string for an item in the dataset.StringCustomXYToolTipGenerator. generateToolTip(XYDataset data, int series, int item)Generates a tool tip text item for a particular item within a series.StringHighLowItemLabelGenerator. generateToolTip(XYDataset dataset, int series, int item)Generates a tooltip text item for a particular item within a series.StringStandardXYToolTipGenerator. generateToolTip(XYDataset dataset, int series, int item)Generates the tool tip text for an item in a dataset.StringSymbolicXYItemLabelGenerator. generateToolTip(XYDataset data, int series, int item)Generates a tool tip text item for a particular item within a series.StringXYToolTipGenerator. generateToolTip(XYDataset dataset, int series, int item)Generates the tooltip text for the specified item. -
Uses of XYDataset in org.jfree.chart.plot
Methods in org.jfree.chart.plot that return XYDataset Modifier and Type Method Description XYDatasetPolarPlot. getDataset()Returns the primary dataset for the plot.XYDatasetXYPlot. getDataset()Returns the primary dataset for the plot.XYDatasetXYPlot. getDataset(int index)Returns a dataset.Methods in org.jfree.chart.plot with parameters of type XYDataset Modifier and Type Method Description XYItemRendererXYPlot. getRendererForDataset(XYDataset dataset)Returns the renderer for the specified dataset.intXYPlot. indexOf(XYDataset dataset)Returns the index of the specified dataset, or-1if the dataset does not belong to the plot.voidPolarPlot. setDataset(XYDataset dataset)Sets the dataset for the plot, replacing the existing dataset if there is one.voidXYPlot. setDataset(int index, XYDataset dataset)Sets a dataset for the plot.voidXYPlot. setDataset(XYDataset dataset)Sets the primary dataset for the plot, replacing the existing dataset if there is one.Constructors in org.jfree.chart.plot with parameters of type XYDataset Constructor Description PolarPlot(XYDataset dataset, ValueAxis radiusAxis, PolarItemRenderer renderer)Creates a new plot.XYPlot(XYDataset dataset, ValueAxis domainAxis, ValueAxis rangeAxis, XYItemRenderer renderer)Creates a new plot. -
Uses of XYDataset in org.jfree.chart.renderer
Methods in org.jfree.chart.renderer with parameters of type XYDataset Modifier and Type Method Description voidXYBoxAndWhiskerRenderer. drawHorizontalItem(Graphics2D g2, Rectangle2D dataArea, PlotRenderingInfo info, XYPlot plot, ValueAxis domainAxis, ValueAxis rangeAxis, XYDataset dataset, int series, int item, CrosshairState crosshairState, int pass)Draws the visual representation of a single data item.voidAreaXYRenderer. drawItem(Graphics2D g2, XYItemRendererState state, Rectangle2D dataArea, PlotRenderingInfo info, XYPlot plot, ValueAxis domainAxis, ValueAxis rangeAxis, XYDataset dataset, int series, int item, CrosshairState crosshairState, int pass)Deprecated.Draws the visual representation of a single data item.voidCandlestickRenderer. drawItem(Graphics2D g2, XYItemRendererState state, Rectangle2D dataArea, PlotRenderingInfo info, XYPlot plot, ValueAxis domainAxis, ValueAxis rangeAxis, XYDataset dataset, int series, int item, CrosshairState crosshairState, int pass)Draws the visual representation of a single data item.voidClusteredXYBarRenderer. drawItem(Graphics2D g2, XYItemRendererState state, Rectangle2D dataArea, PlotRenderingInfo info, XYPlot plot, ValueAxis domainAxis, ValueAxis rangeAxis, XYDataset dataset, int series, int item, CrosshairState crosshairState, int pass)Draws the visual representation of a single data item.voidCyclicXYItemRenderer. drawItem(Graphics2D g2, XYItemRendererState state, Rectangle2D dataArea, PlotRenderingInfo info, XYPlot plot, ValueAxis domainAxis, ValueAxis rangeAxis, XYDataset dataset, int series, int item, CrosshairState crosshairState, int pass)Draws the visual representation of a single data item.voidHighLowRenderer. drawItem(Graphics2D g2, XYItemRendererState state, Rectangle2D dataArea, PlotRenderingInfo info, XYPlot plot, ValueAxis domainAxis, ValueAxis rangeAxis, XYDataset dataset, int series, int item, CrosshairState crosshairState, int pass)Draws the visual representation of a single data item.voidSignalRenderer. drawItem(Graphics2D g2, XYItemRendererState state, Rectangle2D dataArea, PlotRenderingInfo info, XYPlot plot, ValueAxis horizontalAxis, ValueAxis verticalAxis, XYDataset dataset, int series, int item, CrosshairState crosshairState, int pass)Draws the visual representation of a single data item.voidStackedXYAreaRenderer. drawItem(Graphics2D g2, XYItemRendererState state, Rectangle2D dataArea, PlotRenderingInfo info, XYPlot plot, ValueAxis domainAxis, ValueAxis rangeAxis, XYDataset dataset, int series, int item, CrosshairState crosshairState, int pass)Draws the visual representation of a single data item.voidStackedXYAreaRenderer2. drawItem(Graphics2D g2, XYItemRendererState state, Rectangle2D dataArea, PlotRenderingInfo info, XYPlot plot, ValueAxis domainAxis, ValueAxis rangeAxis, XYDataset dataset, int series, int item, CrosshairState crosshairState, int pass)Draws the visual representation of a single data item.voidStackedXYBarRenderer. drawItem(Graphics2D g2, XYItemRendererState state, Rectangle2D dataArea, PlotRenderingInfo info, XYPlot plot, ValueAxis domainAxis, ValueAxis rangeAxis, XYDataset dataset, int series, int item, CrosshairState crosshairState, int pass)Draws the visual representation of a single data item.voidStandardXYItemRenderer. drawItem(Graphics2D g2, XYItemRendererState state, Rectangle2D dataArea, PlotRenderingInfo info, XYPlot plot, ValueAxis domainAxis, ValueAxis rangeAxis, XYDataset dataset, int series, int item, CrosshairState crosshairState, int pass)Draws the visual representation of a single data item.voidWindItemRenderer. drawItem(Graphics2D g2, XYItemRendererState state, Rectangle2D plotArea, PlotRenderingInfo info, XYPlot plot, ValueAxis domainAxis, ValueAxis rangeAxis, XYDataset dataset, int series, int item, CrosshairState crosshairState, int pass)Draws the visual representation of a single data item.voidXYAreaRenderer. drawItem(Graphics2D g2, XYItemRendererState state, Rectangle2D dataArea, PlotRenderingInfo info, XYPlot plot, ValueAxis domainAxis, ValueAxis rangeAxis, XYDataset dataset, int series, int item, CrosshairState crosshairState, int pass)Draws the visual representation of a single data item.voidXYAreaRenderer2. drawItem(Graphics2D g2, XYItemRendererState state, Rectangle2D dataArea, PlotRenderingInfo info, XYPlot plot, ValueAxis domainAxis, ValueAxis rangeAxis, XYDataset dataset, int series, int item, CrosshairState crosshairState, int pass)Draws the visual representation of a single data item.voidXYBarRenderer. drawItem(Graphics2D g2, XYItemRendererState state, Rectangle2D dataArea, PlotRenderingInfo info, XYPlot plot, ValueAxis domainAxis, ValueAxis rangeAxis, XYDataset dataset, int series, int item, CrosshairState crosshairState, int pass)Draws the visual representation of a single data item.voidXYBoxAndWhiskerRenderer. drawItem(Graphics2D g2, XYItemRendererState state, Rectangle2D dataArea, PlotRenderingInfo info, XYPlot plot, ValueAxis domainAxis, ValueAxis rangeAxis, XYDataset dataset, int series, int item, CrosshairState crosshairState, int pass)Draws the visual representation of a single data item.voidXYBubbleRenderer. drawItem(Graphics2D g2, XYItemRendererState state, Rectangle2D dataArea, PlotRenderingInfo info, XYPlot plot, ValueAxis domainAxis, ValueAxis rangeAxis, XYDataset dataset, int series, int item, CrosshairState crosshairState, int pass)Draws the visual representation of a single data item.voidXYDifferenceRenderer. drawItem(Graphics2D g2, XYItemRendererState state, Rectangle2D dataArea, PlotRenderingInfo info, XYPlot plot, ValueAxis domainAxis, ValueAxis rangeAxis, XYDataset dataset, int series, int item, CrosshairState crosshairState, int pass)Draws the visual representation of a single data item.voidXYDotRenderer. drawItem(Graphics2D g2, XYItemRendererState state, Rectangle2D dataArea, PlotRenderingInfo info, XYPlot plot, ValueAxis domainAxis, ValueAxis rangeAxis, XYDataset dataset, int series, int item, CrosshairState crosshairState, int pass)Draws the visual representation of a single data item.voidXYItemRenderer. drawItem(Graphics2D g2, XYItemRendererState state, Rectangle2D dataArea, PlotRenderingInfo info, XYPlot plot, ValueAxis domainAxis, ValueAxis rangeAxis, XYDataset dataset, int series, int item, CrosshairState crosshairState, int pass)Called for each item to be plotted.voidXYLineAndShapeRenderer. drawItem(Graphics2D g2, XYItemRendererState state, Rectangle2D dataArea, PlotRenderingInfo info, XYPlot plot, ValueAxis domainAxis, ValueAxis rangeAxis, XYDataset dataset, int series, int item, CrosshairState crosshairState, int pass)Draws the visual representation of a single data item.voidXYStepAreaRenderer. drawItem(Graphics2D g2, XYItemRendererState state, Rectangle2D dataArea, PlotRenderingInfo info, XYPlot plot, ValueAxis domainAxis, ValueAxis rangeAxis, XYDataset dataset, int series, int item, CrosshairState crosshairState, int pass)Draws the visual representation of a single data item.voidXYStepRenderer. drawItem(Graphics2D g2, XYItemRendererState state, Rectangle2D dataArea, PlotRenderingInfo info, XYPlot plot, ValueAxis domainAxis, ValueAxis rangeAxis, XYDataset dataset, int series, int item, CrosshairState crosshairState, int pass)Draws the visual representation of a single data item.voidYIntervalRenderer. drawItem(Graphics2D g2, XYItemRendererState state, Rectangle2D dataArea, PlotRenderingInfo info, XYPlot plot, ValueAxis domainAxis, ValueAxis rangeAxis, XYDataset dataset, int series, int item, CrosshairState crosshairState, int pass)Draws the visual representation of a single data item.voidDefaultPolarItemRenderer. drawSeries(Graphics2D g2, Rectangle2D dataArea, PlotRenderingInfo info, PolarPlot plot, XYDataset dataset, int seriesIndex)Plots the data for a given series.voidPolarItemRenderer. drawSeries(Graphics2D g2, Rectangle2D dataArea, PlotRenderingInfo info, PolarPlot plot, XYDataset dataset, int seriesIndex)Plots the data for a given series.voidXYBoxAndWhiskerRenderer. drawVerticalItem(Graphics2D g2, Rectangle2D dataArea, PlotRenderingInfo info, XYPlot plot, ValueAxis domainAxis, ValueAxis rangeAxis, XYDataset dataset, int series, int item, CrosshairState crosshairState, int pass)Draws the visual representation of a single data item.RangeAbstractXYItemRenderer. getRangeExtent(XYDataset dataset)Returns the range of values the renderer requires to display all the items from the specified dataset.RangeStackedXYAreaRenderer. getRangeExtent(XYDataset dataset)Returns the range of values the renderer requires to display all the items from the specified dataset.RangeStackedXYAreaRenderer2. getRangeExtent(XYDataset dataset)Returns the range of values the renderer requires to display all the items from the specified dataset.RangeStackedXYBarRenderer. getRangeExtent(XYDataset dataset)Returns the range of values the renderer requires to display all the items from the specified dataset.RangeXYItemRenderer. getRangeExtent(XYDataset dataset)Returns the range of values the renderer requires to display all the items from the specified dataset.XYItemRendererStateAbstractXYItemRenderer. initialise(Graphics2D g2, Rectangle2D dataArea, XYPlot plot, XYDataset data, PlotRenderingInfo info)Initialises the renderer and returns a state object that should be passed to all subsequent calls to the drawItem() method.XYItemRendererStateAreaXYRenderer. initialise(Graphics2D g2, Rectangle2D dataArea, XYPlot plot, XYDataset data, PlotRenderingInfo info)Deprecated.Initialises the renderer and returns a state object that should be passed to all subsequent calls to the drawItem(...) method.XYItemRendererStateCandlestickRenderer. initialise(Graphics2D g2, Rectangle2D dataArea, XYPlot plot, XYDataset dataset, PlotRenderingInfo info)Initialises the renderer then returns the number of 'passes' through the data that the renderer will require (usually just one).XYItemRendererStateClusteredXYBarRenderer. initialise(Graphics2D g2, Rectangle2D dataArea, XYPlot plot, XYDataset data, PlotRenderingInfo info)Initialises the renderer.XYItemRendererStateStackedXYAreaRenderer. initialise(Graphics2D g2, Rectangle2D dataArea, XYPlot plot, XYDataset data, PlotRenderingInfo info)Initialises the renderer.XYItemRendererStateStackedXYBarRenderer. initialise(Graphics2D g2, Rectangle2D dataArea, XYPlot plot, XYDataset data, PlotRenderingInfo info)Initialises the renderer and returns a state object that should be passed to all subsequent calls to the drawItem() method.XYItemRendererStateXYAreaRenderer. initialise(Graphics2D g2, Rectangle2D dataArea, XYPlot plot, XYDataset data, PlotRenderingInfo info)Initialises the renderer and returns a state object that should be passed to all subsequent calls to the drawItem(...) method.XYItemRendererStateXYBarRenderer. initialise(Graphics2D g2, Rectangle2D dataArea, XYPlot plot, XYDataset dataset, PlotRenderingInfo info)Initialises the renderer and returns a state object that should be passed to all subsequent calls to the drawItem() method.XYItemRendererStateXYDifferenceRenderer. initialise(Graphics2D g2, Rectangle2D dataArea, XYPlot plot, XYDataset data, PlotRenderingInfo info)Initialises the renderer and returns a state object that should be passed to subsequent calls to the drawItem() method.XYItemRendererStateXYItemRenderer. initialise(Graphics2D g2, Rectangle2D dataArea, XYPlot plot, XYDataset dataset, PlotRenderingInfo info)Initialises the renderer then returns the number of 'passes' through the data that the renderer will require (usually just one).XYItemRendererStateXYLineAndShapeRenderer. initialise(Graphics2D g2, Rectangle2D dataArea, XYPlot plot, XYDataset data, PlotRenderingInfo info)Initialises the renderer.XYItemRendererStateXYStepAreaRenderer. initialise(Graphics2D g2, Rectangle2D dataArea, XYPlot plot, XYDataset data, PlotRenderingInfo info)Initialises the renderer. -
Uses of XYDataset in org.jfree.chart.urls
Methods in org.jfree.chart.urls with parameters of type XYDataset Modifier and Type Method Description StringCustomXYURLGenerator. generateURL(XYDataset data, int series, int item)Generates a URL.StringStandardXYURLGenerator. generateURL(XYDataset dataset, int series, int item)Generates a URL for a particular item within a series.StringTimeSeriesURLGenerator. generateURL(XYDataset dataset, int series, int item)Generates a URL for a particular item within a series.StringXYURLGenerator. generateURL(XYDataset data, int series, int item)Generates a URL for a particular item within a series. -
Uses of XYDataset in org.jfree.data
Subinterfaces of XYDataset in org.jfree.data Modifier and Type Interface Description interfaceContourDatasetThe interface through which JFreeChart obtains data in the form of (x, y, z) items - used for XY and XYZ plots.interfaceHighLowDatasetAn interface that defines data in the form of (x, high, low, open, close) tuples.interfaceIntervalXYDatasetAn extension of theXYDatasetinterface that allows a range of data to be defined for the X values, the Y values, or both the X and Y values.interfaceIntervalXYZDatasetAn extension of theXYZDatasetinterface that allows a range of data to be defined for any of the X values, the Y values, and the Z values.interfaceSignalsDatasetAn interface that adds signal information to anXYDataset.interfaceTableXYDatasetA dataset containing one or more data series containing (x, y) data items, where all series in the dataset share the same set of x-values.interfaceWindDatasetInterface for a dataset that supplies wind intensity and direction values observed at various points in time.interfaceXYZDatasetThe interface through which JFreeChart obtains data in the form of (x, y, z) items - used for XY and XYZ plots.Classes in org.jfree.data that implement XYDataset Modifier and Type Class Description classAbstractIntervalXYDatasetAn base class that you can use to create new implementations of theXYDatasetinterface.classAbstractXYDatasetAn base class that you can use to create new implementations of theXYDatasetinterface.classAbstractXYZDatasetAn base class that you can use to create new implementations of theXYZDatasetinterface.classCategoryTableXYDatasetAn implementation variant of theTableXYDatasetwhere every series shares the same x-values (required for generating stacked area charts).classCombinedDatasetThis class can combine instances ofXYDataset,HighLowDatasetandIntervalXYDatasettogether exposing the union of all the series under one dataset.classDefaultContourDatasetA convenience class that provides a default implementation of theContourDatasetinterface.classDefaultHighLowDatasetA simple implementation of theHighLowDataset.classDefaultTableXYDatasetAnXYDatasetwhere every series shares the same x-values (required for generating stacked area charts).classDefaultWindDatasetA default implementation of theWindDatasetinterface.classJDBCXYDatasetThis class provides anXYDatasetimplementation over a database JDBC result set.classMatrixSeriesCollectionRepresents a collection ofMatrixSeriesthat can be used as a dataset.classNonGridContourDatasetA convenience class that extends theDefaultContourDatasetto acommadate non-grid data.classOHLCDatasetA simple implementation of theHighLowDatasetinterface.classSubSeriesDatasetThis class will create a dataset with one or more series from anotherSeriesDataset.classXYBarDatasetA dataset wrapper class that converts a standardXYDatasetinto anIntervalXYDatasetsuitable for use in creating XY bar charts.classXYSeriesCollectionRepresents a collection ofXYSeriesobjects that can be used as a dataset.Methods in org.jfree.data that return XYDataset Modifier and Type Method Description static XYDatasetMovingAverage. createMovingAverage(XYDataset source, String suffix, double period, double skip)Creates a newXYDatasetcontaining the moving averages of each series in thesourcedataset.static XYDatasetMovingAverage. createMovingAverage(XYDataset source, String suffix, long period, long skip)Creates a newXYDatasetcontaining the moving averages of each series in thesourcedataset.static XYDatasetDatasetUtilities. sampleFunction2D(Function2D f, double start, double end, int samples, String seriesName)Creates anXYDatasetby sampling the specified function over a fixed range.Methods in org.jfree.data with parameters of type XYDataset Modifier and Type Method Description static XYSeriesMovingAverage. createMovingAverage(XYDataset source, int series, String name, double period, double skip)Creates a newXYSeriescontaining the moving averages of one series in thesourcedataset.static XYSeriesMovingAverage. createMovingAverage(XYDataset source, int series, String name, long period, long skip)Deprecated.Use similar method with 'double' parameters.static XYDatasetMovingAverage. createMovingAverage(XYDataset source, String suffix, double period, double skip)Creates a newXYDatasetcontaining the moving averages of each series in thesourcedataset.static XYDatasetMovingAverage. createMovingAverage(XYDataset source, String suffix, long period, long skip)Creates a newXYDatasetcontaining the moving averages of each series in thesourcedataset.static double[]Regression. getOLSRegression(XYDataset data, int series)Returns the parameters 'a' and 'b' for an equation y = a + bx, fitted to the data using ordinary least squares regression.static double[]Regression. getPowerRegression(XYDataset data, int series)Returns the parameters 'a' and 'b' for an equation y = ax^b, fitted to the data using a power regression equation.static booleanDatasetUtilities. isEmptyOrNull(XYDataset data)Returnstrueif the dataset is empty (ornull), andfalseotherwise.static RangeDatasetUtilities. iterateDomainExtent(XYDataset data)Iterates over the data item of the xy dataset to find the domain extent.static RangeDatasetUtilities. iterateXYRangeExtent(XYDataset data)Iterates over the data item of the xy dataset to find the range extent.voidXYDatasetTableModel. setModel(XYDataset dataset)Sets the model (dataset).Constructors in org.jfree.data with parameters of type XYDataset Constructor Description XYBarDataset(XYDataset underlying, double barWidth)Creates a new dataset.XYDatasetTableModel(XYDataset dataset)Creates a new table model based on the specified dataset. -
Uses of XYDataset in org.jfree.data.statistics
Subinterfaces of XYDataset in org.jfree.data.statistics Modifier and Type Interface Description interfaceBoxAndWhiskerXYDatasetAn interface that defines data in the form of (x, max, min, average, median) tuples.Classes in org.jfree.data.statistics that implement XYDataset Modifier and Type Class Description classDefaultBoxAndWhiskerXYDatasetA simple implementation of theBoxAndWhiskerXYDataset.classHistogramDatasetA dataset that can be used for creating histograms. -
Uses of XYDataset in org.jfree.data.time
Classes in org.jfree.data.time that implement XYDataset Modifier and Type Class Description classDynamicTimeSeriesCollectionA dynamic dataset.classTimePeriodValuesCollectionA collection ofTimePeriodValuesobjects.classTimeSeriesCollectionA collection of time series objects.classTimeTableXYDatasetA dataset for regular time periods that implements the TableXYDataset interface.