public interface IChartPanelMouseListener
ChartPanelMouseAdapter
,
IChartPanelMouseEvent
Modifier and Type | Method and Description |
---|---|
void |
mouseClicked(IChartPanelMouseEvent e)
Invoked when the mouse button has been clicked (pressed
and released) on a chart panel.
|
void |
mouseDragged(IChartPanelMouseEvent e)
Invoked when a mouse button is pressed on a chart panel and then
dragged.
|
void |
mouseEntered(IChartPanelMouseEvent e)
Invoked when the mouse enters a chart panel.
|
void |
mouseExited(IChartPanelMouseEvent e)
Invoked when the mouse exits a chart panel.
|
void |
mouseMoved(IChartPanelMouseEvent e)
Invoked when the mouse cursor has been moved onto a chart panel
but no buttons have been pushed.
|
void |
mousePressed(IChartPanelMouseEvent e)
Invoked when a mouse button has been pressed on a chart panel.
|
void |
mouseReleased(IChartPanelMouseEvent e)
Invoked when a mouse button has been released on a chart panel.
|
void mouseClicked(IChartPanelMouseEvent e)
void mousePressed(IChartPanelMouseEvent e)
void mouseReleased(IChartPanelMouseEvent e)
void mouseEntered(IChartPanelMouseEvent e)
void mouseExited(IChartPanelMouseEvent e)
void mouseDragged(IChartPanelMouseEvent e)
MOUSE_DRAGGED
events will continue to be
delivered to the chart panel where the drag originated until the
mouse button is released (regardless of whether the mouse position
is within the bounds of the component).void mouseMoved(IChartPanelMouseEvent e)
Copyright © 2016. All rights reserved.