Uses of Interface
org.jfree.data.XYZDataset
Package | Description |
---|---|
org.jfree.chart |
Core classes, including
JFreeChart and
ChartPanel . |
org.jfree.chart.demo | |
org.jfree.chart.labels |
Generators and other classes used for the display of item labels and tooltips.
|
org.jfree.chart.urls |
Classes for adding URLS to charts for HTML image map generation.
|
org.jfree.data |
Data interfaces and classes.
|
-
Uses of XYZDataset in org.jfree.chart
Methods in org.jfree.chart with parameters of type XYZDataset Modifier and Type Method Description 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.demo
Classes in org.jfree.chart.demo that implement XYZDataset Modifier and Type Class Description class
SampleXYZDataset
A quick-and-dirty implementation of theinterface
. -
Uses of XYZDataset in org.jfree.chart.labels
Methods in org.jfree.chart.labels with parameters of type XYZDataset Modifier and Type Method Description String
StandardXYZToolTipGenerator. generateToolTip(XYZDataset data, 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 of XYZDataset in org.jfree.chart.urls
Methods in org.jfree.chart.urls with parameters of type XYZDataset Modifier and Type Method Description String
StandardXYZURLGenerator. generateURL(XYZDataset data, int series, int item)
Generates a URL for a particular item within a series.String
XYZURLGenerator. generateURL(XYZDataset data, int series, int item)
Generates a URL for a particular item within a series. -
Uses of XYZDataset in org.jfree.data
Subinterfaces of XYZDataset in org.jfree.data Modifier and Type Interface Description interface
ContourDataset
The interface through which JFreeChart obtains data in the form of (x, y, z) items - used for XY and XYZ plots.interface
IntervalXYZDataset
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 that implement XYZDataset Modifier and Type Class Description class
AbstractXYZDataset
An base class that you can use to create new implementations of theXYZDataset
interface.class
DefaultContourDataset
A convenience class that provides a default implementation of theContourDataset
interface.class
MatrixSeriesCollection
Represents a collection ofMatrixSeries
that can be used as a dataset.class
NonGridContourDataset
A convenience class that extends theDefaultContourDataset
to acommadate non-grid data.