Uses of Class
org.jfree.beans.events.SectionClickEvent
-
Packages that use SectionClickEvent Package Description org.jfree.beans Core classes for Orson (a chart beans library based on JFreeChart).org.jfree.beans.events Events and listeners. -
-
Uses of SectionClickEvent in org.jfree.beans
Methods in org.jfree.beans with parameters of type SectionClickEvent Modifier and Type Method Description void
JPieChart. fireSectionClickEvent(SectionClickEvent event)
Fires a section click event. -
Uses of SectionClickEvent in org.jfree.beans.events
Methods in org.jfree.beans.events with parameters of type SectionClickEvent Modifier and Type Method Description void
SectionClickListener. onSectionClick(SectionClickEvent event)
Called when the user clicks on a section within a pie chart.
-