Package | Description |
---|---|
org.jfree.chart |
Core classes, including
JFreeChart and
ChartPanel . |
org.jfree.chart.plot |
Plot classes and related interfaces.
|
Modifier and Type | Method and Description |
---|---|
static JFreeChart |
ChartFactory.createWaferMapChart(java.lang.String title,
WaferMapDataset dataset,
PlotOrientation orientation,
boolean legend,
boolean tooltips,
boolean urls)
Creates a wafer map chart.
|
Modifier and Type | Method and Description |
---|---|
WaferMapDataset |
WaferMapPlot.getDataset()
Returns the dataset
|
Modifier and Type | Method and Description |
---|---|
void |
WaferMapPlot.setDataset(WaferMapDataset dataset)
Sets the dataset used by the plot and sends a
PlotChangeEvent
to all registered listeners. |
Constructor and Description |
---|
WaferMapPlot(WaferMapDataset dataset)
Creates a new plot.
|
WaferMapPlot(WaferMapDataset dataset,
WaferMapRenderer renderer)
Creates a new plot.
|