| Package | Description |
|---|---|
| org.jfree.beans |
Core classes for Orson (a chart beans library based on JFreeChart).
|
| org.jfree.beans.events |
Events and listeners.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JPieChart.fireSectionClickEvent(SectionClickEvent event)
Fires a section click event.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SectionClickListener.onSectionClick(SectionClickEvent event)
Called when the user clicks on a section within a pie chart.
|