|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jppf.ui.monitoring.charts.Pie3DChartHandler
public class Pie3DChartHandler
Instances of this class are used to create and update 3D pie charts.
| Field Summary | |
|---|---|
protected StatsHandler |
statsHandler
The stats formatter that provides the data. |
| Constructor Summary | |
|---|---|
Pie3DChartHandler(StatsHandler statsHandler)
Initialize this chart handler with a specified stats formatter. |
|
| Method Summary | |
|---|---|
ChartConfiguration |
createChart(ChartConfiguration config)
Create a plot XY chart based on a chart configuration. |
protected Object |
createDataset(ChartConfiguration config)
Create and populate a dataset with the values of the specified fields. |
ChartConfiguration |
populateDataset(ChartConfiguration config)
Populate a dataset based on a chart configuration. |
ChartConfiguration |
updateDataset(ChartConfiguration config)
Update a dataset based on a chart configuration. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected StatsHandler statsHandler
| Constructor Detail |
|---|
public Pie3DChartHandler(StatsHandler statsHandler)
statsHandler - the stats formatter that provides the data.| Method Detail |
|---|
public ChartConfiguration createChart(ChartConfiguration config)
createChart in interface ChartHandlerconfig - holds the configuration parameters for the chart created, modified by this method.
ChartConfiguration instance.ChartHandler.createChart(org.jppf.ui.monitoring.charts.config.ChartConfiguration)protected Object createDataset(ChartConfiguration config)
config - the names of the fields whose values populate the dataset.
DefaultCategoryDataset instance.public ChartConfiguration populateDataset(ChartConfiguration config)
populateDataset in interface ChartHandlerconfig - the chart configuration containing the dataset to populate.
ChartConfiguration instance.ChartHandler.populateDataset(org.jppf.ui.monitoring.charts.config.ChartConfiguration)public ChartConfiguration updateDataset(ChartConfiguration config)
updateDataset in interface ChartHandlerconfig - the chart configuration containing the dataset to update.
ChartConfiguration instance.ChartHandler.updateDataset(org.jppf.ui.monitoring.charts.config.ChartConfiguration)
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||