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 JFreeChartChartFactory. 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 classSampleXYZDatasetA 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 StringStandardXYZToolTipGenerator. generateToolTip(XYZDataset data, int series, int item)Generates a tool tip text item for a particular item within a series.StringXYZToolTipGenerator. 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 StringStandardXYZURLGenerator. generateURL(XYZDataset data, int series, int item)Generates a URL for a particular item within a series.StringXYZURLGenerator. 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 interfaceContourDatasetThe interface through which JFreeChart obtains data in the form of (x, y, z) items - used for XY and XYZ plots.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.Classes in org.jfree.data that implement XYZDataset Modifier and Type Class Description classAbstractXYZDatasetAn base class that you can use to create new implementations of theXYZDatasetinterface.classDefaultContourDatasetA convenience class that provides a default implementation of theContourDatasetinterface.classMatrixSeriesCollectionRepresents a collection ofMatrixSeriesthat can be used as a dataset.classNonGridContourDatasetA convenience class that extends theDefaultContourDatasetto acommadate non-grid data.