Uses of Class
org.jfree.chart.event.AxisChangeEvent
Packages that use AxisChangeEvent
Package
Description
-
Uses of AxisChangeEvent in org.jfree.chart.axis
Methods in org.jfree.chart.axis with parameters of type AxisChangeEventModifier and TypeMethodDescriptionprotected voidAxis.notifyListeners(AxisChangeEvent event) Notifies all registered listeners that the axis has changed. -
Uses of AxisChangeEvent in org.jfree.chart.event
Methods in org.jfree.chart.event with parameters of type AxisChangeEventModifier and TypeMethodDescriptionvoidAxisChangeListener.axisChanged(AxisChangeEvent event) Receives notification of an axis change event. -
Uses of AxisChangeEvent in org.jfree.chart.plot
Methods in org.jfree.chart.plot with parameters of type AxisChangeEventModifier and TypeMethodDescriptionvoidPlot.axisChanged(AxisChangeEvent event) Receives notification of a change to one of the plot's axes. -
Uses of AxisChangeEvent in org.jfree.chart.title
Methods in org.jfree.chart.title with parameters of type AxisChangeEventModifier and TypeMethodDescriptionvoidPaintScaleLegend.axisChanged(AxisChangeEvent event) Receives notification of an axis change event and responds by firing a title change event.