public class SeriesMouseEvent
extends java.lang.Object
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 |
SERIES_CLICKED |
static int |
SERIES_ENTERED |
static int |
SERIES_EXITED |
static int |
SERIES_FIRST |
static int |
SERIES_LAST |
Constructor and Description |
---|
SeriesMouseEvent(ISeries series,
int id,
int valueIndex,
FrameworkMouseEvent mouseEvent) |
SeriesMouseEvent(ISeries series,
int id,
int valueIndex,
Point p) |
Modifier and Type | Method and Description |
---|---|
int |
getID() |
FrameworkMouseEvent |
getMouseEvent() |
Point |
getPoint() |
ISeries |
getSeries() |
int |
getValueIndex() |
public static final int SERIES_FIRST
public static final int SERIES_CLICKED
public static final int SERIES_ENTERED
public static final int SERIES_EXITED
public static final int SERIES_LAST
public SeriesMouseEvent(ISeries series, int id, int valueIndex, FrameworkMouseEvent mouseEvent)
public ISeries getSeries()
public int getValueIndex()
public FrameworkMouseEvent getMouseEvent()
public Point getPoint()
public int getID()