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 |
AbstractXYChart.fireXYItemClickEvent(XYItemClickEvent event)
Fires a category item click event.
|
Modifier and Type | Method and Description |
---|---|
void |
XYItemClickListener.onXYItemClick(XYItemClickEvent event)
Called when the user clicks on an item within a category chart.
|