public final class CursorTool.CursorEvent
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
CURSOR_FIRST |
static int |
CURSOR_LAST |
static int |
CURSOR_MOVED |
protected double |
iXValue |
protected double |
iYValue |
protected Point |
p |
protected ISeries |
series |
protected int |
valueIndex |
Constructor and Description |
---|
CursorEvent(java.lang.Object source,
int id,
ISeries series,
Point p,
double iXValue,
double iYValue,
int valueIndex)
Creates a new instance of CursorEvent
|
Modifier and Type | Method and Description |
---|---|
Point |
getPoint() |
ISeries |
getSeries() |
double |
getValueIndex() |
double |
getXValue() |
double |
getYValue() |
public static final int CURSOR_FIRST
public static final int CURSOR_MOVED
public static final int CURSOR_LAST
protected Point p
protected ISeries series
protected double iXValue
protected double iYValue
protected int valueIndex