ERPPieChart.AccumulatingPieDataset Class Reference
Inherits org::jfree::data::general::DefaultPieDataset.
List of all members.
Detailed Description
Utility class to accomodate for accumulating data (the superclass can only replace values, so it will always yield the latest one.)
- Author:
- ak
Member Function Documentation
| void setValue |
( |
Comparable |
key, |
|
|
Number |
value | |
|
) |
| | |
Overridden so it adds the value to the current value for the key instead of replacing it.
The documentation for this class was generated from the following file: