| Frames | No Frames |
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. |
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. |
Methods with parameter type org.jfree.data.xy.XYZDataset | |
| Object[] | Creates the array of items that can be passed to the
MessageFormat class for creating labels. |
| Object[] | Creates the array of items that can be passed to the
MessageFormat class for creating labels. |
| String | Generates a tool tip text item for a particular item within a series. |
| String | Generates a tool tip text item for a particular item within a series. |
Methods with parameter type org.jfree.data.xy.XYZDataset | |
| String | Generates a URL for a particular item within a series. |
| String | Generates a URL for a particular item within a series. |
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. |