Uses of Class
org.jfree.data.general.WaferMapDataset
Package | Description |
---|---|
org.jfree.chart |
Core classes, including
JFreeChart and
ChartPanel . |
org.jfree.chart.plot |
Plot classes and related interfaces.
|
-
Uses of WaferMapDataset in org.jfree.chart
Methods in org.jfree.chart with parameters of type WaferMapDataset Modifier and Type Method Description static JFreeChart
ChartFactory. createWaferMapChart(String title, WaferMapDataset dataset, PlotOrientation orientation, boolean legend, boolean tooltips, boolean urls)
Creates a wafer map chart. -
Uses of WaferMapDataset in org.jfree.chart.plot
Methods in org.jfree.chart.plot that return WaferMapDataset Modifier and Type Method Description WaferMapDataset
WaferMapPlot. getDataset()
Returns the datasetMethods in org.jfree.chart.plot with parameters of type WaferMapDataset Modifier and Type Method Description void
WaferMapPlot. setDataset(WaferMapDataset dataset)
Sets the dataset used by the plot and sends aPlotChangeEvent
to all registered listeners.Constructors in org.jfree.chart.plot with parameters of type WaferMapDataset Constructor Description WaferMapPlot(WaferMapDataset dataset)
Creates a new plot.WaferMapPlot(WaferMapDataset dataset, WaferMapRenderer renderer)
Creates a new plot.