public abstract class ChartPanelMouseAdapter extends java.lang.Object implements IChartPanelMouseListener
Constructor and Description |
---|
ChartPanelMouseAdapter() |
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.
|
public void mouseClicked(IChartPanelMouseEvent e)
mouseClicked
in interface IChartPanelMouseListener
e
- chart panel mouse eventpublic void mousePressed(IChartPanelMouseEvent e)
mousePressed
in interface IChartPanelMouseListener
e
- chart panel mouse eventpublic void mouseReleased(IChartPanelMouseEvent e)
mouseReleased
in interface IChartPanelMouseListener
e
- chart panel mouse eventpublic void mouseEntered(IChartPanelMouseEvent e)
mouseEntered
in interface IChartPanelMouseListener
e
- chart panel mouse eventpublic void mouseExited(IChartPanelMouseEvent e)
mouseExited
in interface IChartPanelMouseListener
e
- chart panel mouse eventpublic 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).mouseDragged
in interface IChartPanelMouseListener
e
- chart panel mouse eventpublic void mouseMoved(IChartPanelMouseEvent e)
mouseMoved
in interface IChartPanelMouseListener
e
- chart panel mouse eventCopyright © 2024. All rights reserved.