|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
com.ijchart.xychart.event.ChartMouseEvent
public class ChartMouseEvent
Title: IJChart
Description: a chart library for the Java(tm) platform.
A mouse event for a chart that is displayed in aChartPanel.
Copyright: Copyright (c) 2013
Company:
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
ChartMouseEvent(IJChart chart,
java.awt.event.MouseEvent trigger,
IChartShape shape)
The constructor. |
|
| Method Summary | |
|---|---|
IJChart |
getChart()
Returns the chart object. |
IChartShape |
getShape()
Returns the chart shape. |
java.awt.event.MouseEvent |
getTrigger()
Returns the mouse event. |
| 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 ChartMouseEvent(IJChart chart,
java.awt.event.MouseEvent trigger,
IChartShape shape)
chart - IJChart
The chart object.trigger - MouseEvent
The mouse event.shape - IChartShape
The chart shape.| Method Detail |
|---|
public IJChart getChart()
public java.awt.event.MouseEvent getTrigger()
public IChartShape getShape()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||