Uses of Interface
org.jfree.chart.plot.dial.DialLayerChangeListener
-
Packages that use DialLayerChangeListener Package Description org.jfree.chart.plot.dial Classes for creating dial plots. -
-
Uses of DialLayerChangeListener in org.jfree.chart.plot.dial
Classes in org.jfree.chart.plot.dial that implement DialLayerChangeListener Modifier and Type Class Description classDialPlotA dial plot composed of user-definable layers.Methods in org.jfree.chart.plot.dial with parameters of type DialLayerChangeListener Modifier and Type Method Description voidAbstractDialLayer. addChangeListener(DialLayerChangeListener listener)Registers an object for notification of changes to the dial layer.voidDialLayer. addChangeListener(DialLayerChangeListener listener)Registers a listener with this layer, so that it receives notification of changes to this layer.voidAbstractDialLayer. removeChangeListener(DialLayerChangeListener listener)Deregisters an object for notification of changes to the dial layer.voidDialLayer. removeChangeListener(DialLayerChangeListener listener)Deregisters a listener, so that it no longer receives notification of changes to this layer.
-