Module platform

Class DialLayerChangeEvent

java.lang.Object
java.util.EventObject
org.jfree.chart.event.ChartChangeEvent
org.jfree.chart.plot.dial.DialLayerChangeEvent
All Implemented Interfaces:
Serializable

public class DialLayerChangeEvent extends ChartChangeEvent
An event that can be forwarded to any DialLayerChangeListener to signal a change to a DialLayer.
See Also:
  • Constructor Details

    • DialLayerChangeEvent

      public DialLayerChangeEvent(DialLayer layer)
      Creates a new instance.
      Parameters:
      layer - the dial layer that generated the event.
  • Method Details

    • getDialLayer

      public DialLayer getDialLayer()
      Returns the layer that generated the event.
      Returns:
      The layer that generated the event.