| java.lang.Object | ||
| ↳ | java.util.EventObject | |
| ↳ | org.jfree.chart.ChartMouseEvent | |
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.util.EventObject
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructs a new event.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the chart that the mouse event relates to.
| |||||||||||
Returns the chart entity (if any) under the mouse point.
| |||||||||||
Returns the mouse event that triggered this event.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.util.EventObject
| |||||||||||
From class
java.lang.Object
| |||||||||||
Constructs a new event.
| chart | the source chart (null not permitted). |
|---|---|
| trigger | the mouse event that triggered this event
(null not permitted). |
| entity | the chart entity (if any) under the mouse point
(null permitted).
|
Returns the chart that the mouse event relates to.
null).
Returns the chart entity (if any) under the mouse point.
null).
Returns the mouse event that triggered this event.
null).