Uses of Class
org.jfree.chart.event.LegendChangeEvent
Package | Description |
---|---|
org.jfree.chart |
Core classes, including
JFreeChart and
ChartPanel . |
org.jfree.chart.event |
Event classes and listener interfaces, used to provide a change
notification mechanism so that charts are automatically redrawn
whenever changes are made to any chart component.
|
-
Uses of LegendChangeEvent in org.jfree.chart
Methods in org.jfree.chart with parameters of type LegendChangeEvent Modifier and Type Method Description void
JFreeChart. legendChanged(LegendChangeEvent event)
Receives notification that the chart legend has changed, and passes this on to registered listeners. -
Uses of LegendChangeEvent in org.jfree.chart.event
Methods in org.jfree.chart.event with parameters of type LegendChangeEvent Modifier and Type Method Description void
LegendChangeListener. legendChanged(LegendChangeEvent event)
Receives notification of a chart legend change event.