Uses of Class
org.jfree.chart.plot.dial.DialLayerChangeEvent
-
Packages that use DialLayerChangeEvent Package Description org.jfree.chart.plot.dial Classes for creating dial plots. -
-
Uses of DialLayerChangeEvent in org.jfree.chart.plot.dial
Methods in org.jfree.chart.plot.dial with parameters of type DialLayerChangeEvent Modifier and Type Method Description voidDialLayerChangeListener. dialLayerChanged(DialLayerChangeEvent event)A call-back method for receiving notification of a change to aDialLayer.voidDialPlot. dialLayerChanged(DialLayerChangeEvent event)Receives notification when a layer has changed, and responds by forwarding aPlotChangeEventto all registered listeners.protected voidAbstractDialLayer. notifyListeners(DialLayerChangeEvent event)Notifies all registered listeners that the dial layer has changed.
-