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
DialLayergetDialLayer()
Returns the 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.

Copyright © 2000-2009 by Object Refinery Limited. All Rights Reserved.