|
Header
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.jfree.chart.event.ChartChangeEvent
org.jfree.chart.plot.dial.DialLayerChangeEvent
public class DialLayerChangeEvent
An event that can be forwarded to any DialLayerChangeListener
to
signal a change to a DialLayer
.
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
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 |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DialLayerChangeEvent(DialLayer layer)
layer
- the dial layer that generated the event.Method Detail |
---|
public DialLayer getDialLayer()
|
Footer
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |