public class

DialLayerChangeEvent

extends ChartChangeEvent
java.lang.Object
   ↳ java.util.EventObject
     ↳ org.jfree.chart.event.ChartChangeEvent
       ↳ org.jfree.chart.plot.dial.DialLayerChangeEvent

Class Overview

An event that can be forwarded to any DialLayerChangeListener to signal a change to a DialLayer.

Summary

[Expand]
Inherited Fields
From class java.util.EventObject
Public Constructors
DialLayerChangeEvent(DialLayer layer)
Creates a new instance.
Public Methods
DialLayer getDialLayer()
Returns the layer that generated the event.
[Expand]
Inherited Methods
From class org.jfree.chart.event.ChartChangeEvent
From class java.util.EventObject
From class java.lang.Object

Public Constructors

public DialLayerChangeEvent (DialLayer layer)

Creates a new instance.

Parameters
layer the dial layer that generated the event.

Public Methods

public DialLayer getDialLayer ()

Returns the layer that generated the event.

Returns
  • The layer that generated the event.