Package org.jfree.chart.plot.dial
Class DialLayerChangeEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.jfree.chart.event.ChartChangeEvent
-
- org.jfree.chart.plot.dial.DialLayerChangeEvent
-
- All Implemented Interfaces:
java.io.Serializable
public class DialLayerChangeEvent extends ChartChangeEvent
An event that can be forwarded to anyDialLayerChangeListener
to signal a change to aDialLayer
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DialLayerChangeEvent(DialLayer layer)
Creates a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DialLayer
getDialLayer()
Returns the layer that generated the event.-
Methods inherited from class org.jfree.chart.event.ChartChangeEvent
getChart, getType, setChart, setType
-
-
-
-
Field Detail
-
layer
private DialLayer layer
The dial layer that generated the event.
-
-
Constructor Detail
-
DialLayerChangeEvent
public DialLayerChangeEvent(DialLayer layer)
Creates a new instance.- Parameters:
layer
- the dial layer that generated the event.
-
-
Method Detail
-
getDialLayer
public DialLayer getDialLayer()
Returns the layer that generated the event.- Returns:
- The layer that generated the event.
-
-