Header
And More


Uses of Class
org.jfree.chart.event.AxisChangeEvent

Packages that use AxisChangeEvent
org.jfree.chart.axis Axis classes and interfaces. 
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. 
org.jfree.chart.plot Plot classes and related interfaces. 
org.jfree.chart.title Classes used to display chart titles and subtitles. 
 

Uses of AxisChangeEvent in org.jfree.chart.axis
 

Methods in org.jfree.chart.axis with parameters of type AxisChangeEvent
protected  void Axis.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 AxisChangeEvent
 void AxisChangeListener.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 AxisChangeEvent
 void Plot.axisChanged(AxisChangeEvent event)
          Receives notification of a change to one of the plot's axes.
 void ContourPlot.axisChanged(AxisChangeEvent event)
          Deprecated. 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 AxisChangeEvent
 void PaintScaleLegend.axisChanged(AxisChangeEvent event)
          Receives notification of an axis change event and responds by firing a title change event.
 


Footer
And More


Copyright © 2000-2009 by Object Refinery Limited. All Rights Reserved.