java.lang.Object | ||
↳ | java.util.EventObject | |
↳ | org.jfree.chart.ChartMouseEvent |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
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
).