public interface ChartMouseListener
extends java.util.EventListener
Title: TeeChart for Java
Description: TeeChart for Java
Copyright (c) 2004-2019 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Modifier and Type | Method and Description |
---|---|
void |
axesClicked(ChartMouseEvent e)
Invoked when the mouse button has been clicked (pressed and released) on an Axis
|
boolean |
backgroundClicked(ChartMouseEvent e)
Invoked when the mouse button has been clicked (pressed and released) on the Background
|
void |
legendClicked(ChartMouseEvent e)
Invoked when the mouse button has been clicked (pressed and released) on a Legend
|
boolean |
mouseMove(ChartMouseEvent e)
Invoked when the mouse button has been released
|
boolean |
mouseUp(ChartMouseEvent e)
Invoked when the mouse button has been released
|
void |
titleClicked(ChartMouseEvent e)
Invoked when the mouse button has been clicked (pressed and released) on an Title
|
void axesClicked(ChartMouseEvent e)
boolean backgroundClicked(ChartMouseEvent e)
void legendClicked(ChartMouseEvent e)
void titleClicked(ChartMouseEvent e)
boolean mouseUp(ChartMouseEvent e)
boolean mouseMove(ChartMouseEvent e)