| java.lang.Object | |||
| ↳ | java.util.EventObject | ||
| ↳ | org.jfree.chart.event.ChartChangeEvent | ||
| ↳ | org.jfree.chart.plot.dial.DialLayerChangeEvent | ||
An event that can be forwarded to any DialLayerChangeListener to
signal a change to a DialLayer.
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.util.EventObject
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new instance.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
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
| |||||||||||
Creates a new instance.
| layer | the dial layer that generated the event. |
|---|
Returns the layer that generated the event.