public class ChartMouseEvent extends ChartEvent
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 | Field and Description |
---|---|
static int |
MOUSE_CLICKED |
static int |
MOUSE_FIRST |
static int |
MOUSE_LAST |
static int |
MOUSE_MOVE |
static int |
MOUSE_UP |
CHART_ADDED, CHART_FIRST, CHART_LAST, CHART_SCROLLED, CHART_UNZOOMED, CHART_ZOOMED
Constructor and Description |
---|
ChartMouseEvent(java.lang.Object source,
int id,
ClickedParts clickedPart,
FrameworkMouseEvent mouseEvent)
Creates a new instance of ChartMouseEvent
|
Modifier and Type | Method and Description |
---|---|
boolean |
clickedAxes() |
boolean |
clickedBackground() |
boolean |
clickedLegend() |
boolean |
clickedSeries() |
boolean |
clickedTitles() |
boolean |
clickedTool() |
int |
getButton() |
ClickedParts |
getClickedPart() |
Point |
getPoint() |
getID, getSource
public static final int MOUSE_FIRST
public static final int MOUSE_CLICKED
public static final int MOUSE_UP
public static final int MOUSE_MOVE
public static final int MOUSE_LAST
public ChartMouseEvent(java.lang.Object source, int id, ClickedParts clickedPart, FrameworkMouseEvent mouseEvent)
public ClickedParts getClickedPart()
public boolean clickedAxes()
public boolean clickedBackground()
public boolean clickedLegend()
public boolean clickedSeries()
public boolean clickedTitles()
public boolean clickedTool()
public Point getPoint()
public int getButton()