Uses of Interface
org.jfree.data.xy.XYZDataset
Packages that use XYZDataset
Package
Description
Core classes, including
JFreeChart
and
ChartPanel
.Generators and other classes used for the display of item labels and tooltips.
Plug-in renderers for the
XYPlot
class.Classes for adding URLS to charts for HTML image map generation.
Datasets used by the
ContourPlot
class.Data interfaces and classes.
A package containing the
XYDataset
interface and related classes.-
Uses of XYZDataset in org.jfree.chart
Methods in org.jfree.chart with parameters of type XYZDatasetModifier and TypeMethodDescriptionstatic JFreeChart
ChartFactory.createBubbleChart
(String title, String xAxisLabel, String yAxisLabel, XYZDataset dataset) Creates a bubble chart with default settings.static 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 of XYZDataset in org.jfree.chart.labels
Methods in org.jfree.chart.labels with parameters of type XYZDatasetModifier and TypeMethodDescriptionprotected Object[]
BubbleXYItemLabelGenerator.createItemArray
(XYZDataset dataset, int series, int item) Creates the array of items that can be passed to theMessageFormat
class for creating labels.protected Object[]
StandardXYZToolTipGenerator.createItemArray
(XYZDataset dataset, int series, int item) Creates the array of items that can be passed to theMessageFormat
class for creating labels.StandardXYZToolTipGenerator.generateToolTip
(XYZDataset dataset, int series, int item) Generates a tool tip text item for a particular item within a series.XYZToolTipGenerator.generateToolTip
(XYZDataset dataset, int series, int item) Generates a tool tip text item for a particular item within a series. -
Uses of XYZDataset in org.jfree.chart.renderer.xy
Methods in org.jfree.chart.renderer.xy with parameters of type XYZDatasetModifier and TypeMethodDescriptionXYShapeRenderer.findZBounds
(XYZDataset dataset) Return the range of z-values in the specified dataset. -
Uses of XYZDataset in org.jfree.chart.urls
Methods in org.jfree.chart.urls with parameters of type XYZDatasetModifier and TypeMethodDescriptionStandardXYZURLGenerator.generateURL
(XYZDataset dataset, int series, int item) Generates a URL for a particular item within a series.XYZURLGenerator.generateURL
(XYZDataset dataset, int series, int item) Generates a URL for a particular item within a series. -
Uses of XYZDataset in org.jfree.data.contour
Subinterfaces of XYZDataset in org.jfree.data.contourModifier and TypeInterfaceDescriptioninterface
Deprecated.This interface is no longer supported (as of version 1.0.4).Classes in org.jfree.data.contour that implement XYZDatasetModifier and TypeClassDescriptionclass
Deprecated.This class is no longer supported (as of version 1.0.4).class
Deprecated.This class is no longer supported (as of version 1.0.4). -
Uses of XYZDataset in org.jfree.data.general
Methods in org.jfree.data.general with parameters of type XYZDatasetModifier and TypeMethodDescriptionstatic Range
DatasetUtilities.findZBounds
(XYZDataset dataset) Returns the range of values in the z-dimension for the dataset.static Range
DatasetUtilities.findZBounds
(XYZDataset dataset, boolean includeInterval) Returns the range of values in the z-dimension for the dataset.static Range
DatasetUtilities.findZBounds
(XYZDataset dataset, List visibleSeriesKeys, Range xRange, boolean includeInterval) Finds the bounds of the z-values in the specified dataset, including only those series that are listed in visibleSeriesKeys, and those items whose x-values fall within the specified range.static Range
DatasetUtilities.iterateToFindZBounds
(XYZDataset dataset, List visibleSeriesKeys, Range xRange, boolean includeInterval) Returns the range of z-values in the specified dataset for the data items belonging to the visible series and with x-values in the given range.static Range
DatasetUtilities.iterateZBounds
(XYZDataset dataset) Iterates over the data item of the xyz dataset to find the z-dimension bounds.static Range
DatasetUtilities.iterateZBounds
(XYZDataset dataset, boolean includeInterval) Iterates over the data items of the xyz dataset to find the z-dimension bounds. -
Uses of XYZDataset in org.jfree.data.xy
Subinterfaces of XYZDataset in org.jfree.data.xyModifier and TypeInterfaceDescriptioninterface
An extension of theXYZDataset
interface that allows a range of data to be defined for any of the X values, the Y values, and the Z values.Classes in org.jfree.data.xy that implement XYZDatasetModifier and TypeClassDescriptionclass
An base class that you can use to create new implementations of theXYZDataset
interface.class
A default implementation of theXYZDataset
interface that stores data values in arrays of double primitives.class
Represents a collection ofMatrixSeries
that can be used as a dataset.