|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ijchart.xychart.listener.AbstractChartMouseAdapter
public abstract class AbstractChartMouseAdapter
Title: IJChart
Description: a chart library for the Java(tm) platform.
An abstract adapter class for receiving chart mouse events.Copyright: Copyright (c) 2013
Company:
Constructor Summary | |
---|---|
AbstractChartMouseAdapter()
|
Method Summary | |
---|---|
void |
chartMouseClicked(ChartMouseEvent event)
Callback method for receiving notification of a mouse click on a chart. |
void |
chartMouseEntered(ChartMouseEvent event)
Callback method for receiving notification of a mouse entered on a chart. |
void |
chartMouseExited(ChartMouseEvent event)
Callback method for receiving notification of a mouse exited on a chart. |
void |
chartMouseMoved(ChartMouseEvent event)
Callback method for receiving notification of a mouse movement on a chart. |
void |
chartMousePressed(ChartMouseEvent event)
Callback method for receiving notification of a mouse pressed on a chart. |
void |
chartMouseReleased(ChartMouseEvent event)
Callback method for receiving notification of a mouse released on a chart. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractChartMouseAdapter()
Method Detail |
---|
public void chartMouseClicked(ChartMouseEvent event)
chartMouseClicked
in interface IChartMouseListener
event
- ChartMouseEvent
The event.public void chartMouseMoved(ChartMouseEvent event)
chartMouseMoved
in interface IChartMouseListener
event
- ChartMouseEvent
The event.public void chartMousePressed(ChartMouseEvent event)
chartMousePressed
in interface IChartMouseListener
event
- ChartMouseEvent
The event.public void chartMouseReleased(ChartMouseEvent event)
chartMouseReleased
in interface IChartMouseListener
event
- ChartMouseEvent
The event.public void chartMouseEntered(ChartMouseEvent event)
chartMouseEntered
in interface IChartMouseListener
event
- ChartMouseEvent
The event.public void chartMouseExited(ChartMouseEvent event)
chartMouseExited
in interface IChartMouseListener
event
- ChartMouseEvent
The event.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |