com.steema.teechart.tools
Class CursorTool.CursorEvent
java.lang.Object
com.steema.teechart.tools.CursorTool.CursorEvent
- Enclosing class:
- CursorTool
public final class CursorTool.CursorEvent
- extends java.lang.Object
Constructor Summary |
CursorTool.CursorEvent(java.lang.Object source,
int id,
ISeries series,
Point p,
double iXValue,
double iYValue,
int valueIndex)
Creates a new instance of CursorEvent |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CURSOR_FIRST
public static final int CURSOR_FIRST
- See Also:
- Constant Field Values
CURSOR_MOVED
public static final int CURSOR_MOVED
- See Also:
- Constant Field Values
CURSOR_LAST
public static final int CURSOR_LAST
- See Also:
- Constant Field Values
p
protected Point p
series
protected ISeries series
iXValue
protected double iXValue
iYValue
protected double iYValue
valueIndex
protected int valueIndex
CursorTool.CursorEvent
public CursorTool.CursorEvent(java.lang.Object source,
int id,
ISeries series,
Point p,
double iXValue,
double iYValue,
int valueIndex)
- Creates a new instance of CursorEvent
getPoint
public Point getPoint()
getSeries
public ISeries getSeries()
getXValue
public double getXValue()
getYValue
public double getYValue()
getValueIndex
public double getValueIndex()