org.jfree.chart.plot.dial

Class DialLayerChangeEvent


public class DialLayerChangeEvent
extends ChartChangeEvent

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

Constructor Summary

DialLayerChangeEvent(DialLayer layer)
Creates a new instance.

Method Summary

DialLayer
getDialLayer()
Returns the layer that generated the event.

Methods inherited from class org.jfree.chart.event.ChartChangeEvent

getChart, getType, setChart, setType

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.