public abstract class ChartPanelMouseAdapter extends 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
public void mousePressed(IChartPanelMouseEvent e)
mousePressed
in interface IChartPanelMouseListener
public void mouseReleased(IChartPanelMouseEvent e)
mouseReleased
in interface IChartPanelMouseListener
public void mouseEntered(IChartPanelMouseEvent e)
mouseEntered
in interface IChartPanelMouseListener
public void mouseExited(IChartPanelMouseEvent e)
mouseExited
in interface IChartPanelMouseListener
public 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
public void mouseMoved(IChartPanelMouseEvent e)
mouseMoved
in interface IChartPanelMouseListener
Copyright © 2016. All rights reserved.