public interface ChartMouseListener
extends java.util.EventListener
Title: TeeChart for Java
Description: TeeChart for Java
Copyright (c) 2004-2008 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
|
void |
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
|
void |
titleClicked(ChartMouseEvent e)
Invoked when the mouse button has been clicked (pressed and released) on an Title
|
void axesClicked(ChartMouseEvent e)
void backgroundClicked(ChartMouseEvent e)
void legendClicked(ChartMouseEvent e)
void titleClicked(ChartMouseEvent e)