Uses of Class
org.jfree.data.general.WaferMapDataset
Packages that use WaferMapDataset
- 
Uses of WaferMapDataset in org.jfree.chart
Methods in org.jfree.chart with parameters of type WaferMapDatasetModifier and TypeMethodDescriptionstatic JFreeChartChartFactory.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 WaferMapDatasetMethods in org.jfree.chart.plot with parameters of type WaferMapDatasetModifier and TypeMethodDescriptionvoidWaferMapPlot.setDataset(WaferMapDataset dataset) Sets the dataset used by the plot and sends aPlotChangeEventto all registered listeners.Constructors in org.jfree.chart.plot with parameters of type WaferMapDatasetModifierConstructorDescriptionWaferMapPlot(WaferMapDataset dataset) Creates a new plot.WaferMapPlot(WaferMapDataset dataset, WaferMapRenderer renderer) Creates a new plot.