Uses of Class
com.jrefinery.chart.event.AxisChangeEvent

Packages that use AxisChangeEvent
com.jrefinery.chart The main classes in the JFreeChart class library. 
com.jrefinery.chart.event The event classes in the JFreeChart class library. 
 

Uses of AxisChangeEvent in com.jrefinery.chart
 

Methods in com.jrefinery.chart with parameters of type AxisChangeEvent
protected  void Axis.notifyListeners(AxisChangeEvent event)
          Notifies all registered listeners that the axis has changed.
 void Plot.axisChanged(AxisChangeEvent event)
          Receives notification of a change to one of the plot's axes.
 

Uses of AxisChangeEvent in com.jrefinery.chart.event
 

Methods in com.jrefinery.chart.event with parameters of type AxisChangeEvent
 void AxisChangeListener.axisChanged(AxisChangeEvent event)
          Receives notification of an axis change event.