|
Header
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WaferMapDataset | |
---|---|
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 | |
---|---|
static JFreeChart |
ChartFactory.createWaferMapChart(java.lang.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 | |
---|---|
WaferMapDataset |
WaferMapPlot.getDataset()
Returns the dataset |
Methods in org.jfree.chart.plot with parameters of type WaferMapDataset | |
---|---|
void |
WaferMapPlot.setDataset(WaferMapDataset dataset)
Sets the dataset used by the plot and sends a PlotChangeEvent
to all registered listeners. |
Constructors in org.jfree.chart.plot with parameters of type WaferMapDataset | |
---|---|
WaferMapPlot(WaferMapDataset dataset)
Creates a new plot. |
|
WaferMapPlot(WaferMapDataset dataset,
WaferMapRenderer renderer)
Creates a new plot. |
|
Footer
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |