|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XYZDataset | |
org.jfree.chart | Core classes, including JFreeChart and
ChartPanel . |
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.contour | Datasets used by the ContourPlot class. |
org.jfree.data.xy | 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 XYZDataset | |
static JFreeChart |
ChartFactory.createBubbleChart(java.lang.String title,
java.lang.String xAxisLabel,
java.lang.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 XYZDataset | |
java.lang.String |
XYZToolTipGenerator.generateToolTip(XYZDataset dataset,
int series,
int item)
Generates a tool tip text item for a particular item within a series. |
java.lang.String |
StandardXYZToolTipGenerator.generateToolTip(XYZDataset dataset,
int series,
int item)
Generates a tool tip text item for a particular item within a series. |
protected java.lang.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. |
Uses of XYZDataset in org.jfree.chart.urls |
Methods in org.jfree.chart.urls with parameters of type XYZDataset | |
java.lang.String |
XYZURLGenerator.generateURL(XYZDataset dataset,
int series,
int item)
Generates a URL for a particular item within a series. |
java.lang.String |
StandardXYZURLGenerator.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.contour | |
interface |
ContourDataset
The 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.contour that implement XYZDataset | |
class |
DefaultContourDataset
A convenience class that provides a default implementation of the ContourDataset interface. |
class |
NonGridContourDataset
A convenience class that extends the DefaultContourDataset to
accommodate non-grid data. |
Uses of XYZDataset in org.jfree.data.xy |
Subinterfaces of XYZDataset in org.jfree.data.xy | |
interface |
IntervalXYZDataset
An extension of the XYZDataset 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 XYZDataset | |
class |
AbstractXYZDataset
An base class that you can use to create new implementations of the XYZDataset interface. |
class |
MatrixSeriesCollection
Represents a collection of MatrixSeries that can be used as a
dataset. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |