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

Uses in package org.jfree.chart

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

JFreeChart
ChartFactory.createBubbleChart(String title, String xAxisLabel, String yAxisLabel, XYZDataset dataset, PlotOrientation orientation, boolean legend, boolean tooltips, boolean urls)
Creates a bubble chart with default settings.

Uses in package org.jfree.data.contour

Classes implementing org.jfree.data.xy.XYZDataset

class
A convenience class that provides a default implementation of the ContourDataset interface.
class
A convenience class that extends the DefaultContourDataset to accommodate non-grid data.

Uses in package org.jfree.data.xy

Classes implementing org.jfree.data.xy.XYZDataset

class
An base class that you can use to create new implementations of the XYZDataset interface.
class
A default implementation of the XYZDataset interface that stores data values in arrays of double primitives.
class
Represents a collection of MatrixSeries that can be used as a dataset.

Uses in package org.jfree.chart.labels

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

Object[]
BubbleXYItemLabelGenerator.createItemArray(XYZDataset dataset, int series, int item)
Creates the array of items that can be passed to the MessageFormat class for creating labels.
Object[]
StandardXYZToolTipGenerator.createItemArray(XYZDataset dataset, int series, int item)
Creates the array of items that can be passed to the MessageFormat class for creating labels.
String
StandardXYZToolTipGenerator.generateToolTip(XYZDataset dataset, int series, int item)
Generates a tool tip text item for a particular item within a series.
String
XYZToolTipGenerator.generateToolTip(XYZDataset dataset, int series, int item)
Generates a tool tip text item for a particular item within a series.

Uses in package org.jfree.chart.urls

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

String
StandardXYZURLGenerator.generateURL(XYZDataset dataset, int series, int item)
Generates a URL for a particular item within a series.
String
XYZURLGenerator.generateURL(XYZDataset dataset, int series, int item)
Generates a URL for a particular item within a series.