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 |
AbstractChart.fireLegendClickEvent(LegendClickEvent event)
Fires a legend click event.
|
Modifier and Type | Method and Description |
---|---|
void |
LegendClickListener.onLegendClick(LegendClickEvent event)
Called when the user clicks on a series within a legend.
|