Uses of Class
org.jfree.chart.event.ChartChangeEvent
-
Packages that use ChartChangeEvent Package Description org.jfree.chart Core classes for JFreeChart includingJFreeChartandChartFactory.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.org.jfree.chart.swing Classes that provide support for JFreeChart in Swing applications. -
-
Uses of ChartChangeEvent in org.jfree.chart
Methods in org.jfree.chart with parameters of type ChartChangeEvent Modifier and Type Method Description protected voidJFreeChart. notifyListeners(ChartChangeEvent event)Sends aChartChangeEventto all registered listeners. -
Uses of ChartChangeEvent in org.jfree.chart.event
Subclasses of ChartChangeEvent in org.jfree.chart.event Modifier and Type Class Description classAnnotationChangeEventAn event that can be forwarded to anyAnnotationChangeListenerto signal a change to anAnnotation.classAxisChangeEventA change event that encapsulates information about a change to an axis.classMarkerChangeEventAn event that can be forwarded to anyMarkerChangeListenerto signal a change to aMarker.classPlotChangeEventAn event that can be forwarded to anyPlotChangeListenerto signal a change to a plot.classRendererChangeEventAn event that can be forwarded to anyRendererChangeListenerto signal a change to a renderer.classTitleChangeEventA change event that encapsulates information about a change to a chart title.Methods in org.jfree.chart.event with parameters of type ChartChangeEvent Modifier and Type Method Description voidChartChangeListener. 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 Modifier and Type Class Description classDialLayerChangeEventAn event that can be forwarded to anyDialLayerChangeListenerto signal a change to aDialLayer. -
Uses of ChartChangeEvent in org.jfree.chart.swing
Methods in org.jfree.chart.swing with parameters of type ChartChangeEvent Modifier and Type Method Description voidChartPanel. chartChanged(ChartChangeEvent event)Receives notification of changes to the chart, and redraws the chart.
-