Header
And More


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

Packages that use ChartChangeEvent
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. 
org.jfree.chart.plot.dial Classes for creating dial plots. 
 

Uses of ChartChangeEvent in org.jfree.chart
 

Methods in org.jfree.chart with parameters of type ChartChangeEvent
 void ChartPanel.chartChanged(ChartChangeEvent event)
          Receives notification of changes to the chart, and redraws the chart.
protected  void JFreeChart.notifyListeners(ChartChangeEvent event)
          Sends a ChartChangeEvent to all registered listeners.
 

Uses of ChartChangeEvent in org.jfree.chart.event
 

Subclasses of ChartChangeEvent in org.jfree.chart.event
 class AxisChangeEvent
          A change event that encapsulates information about a change to an axis.
 class MarkerChangeEvent
          An event that can be forwarded to any MarkerChangeListener to signal a change to a Marker.
 class PlotChangeEvent
          An event that can be forwarded to any PlotChangeListener to signal a change to a plot.
 class RendererChangeEvent
          An event that can be forwarded to any RendererChangeListener to signal a change to a renderer.
 class TitleChangeEvent
          A change event that encapsulates information about a change to a chart title.
 

Methods in org.jfree.chart.event with parameters of type ChartChangeEvent
 void ChartChangeListener.chartChanged(ChartChangeEvent event)
          Receives notification of a chart change event.
 

Uses of ChartChangeEvent in org.jfree.chart.plot.dial
 

Subclasses of ChartChangeEvent in org.jfree.chart.plot.dial
 class DialLayerChangeEvent
          An event that can be forwarded to any DialLayerChangeListener to signal a change to a DialLayer.
 


Footer
And More


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