com.steema.teechart.tools
Class CursorTool.CursorEvent

java.lang.Object
  extended by com.steema.teechart.tools.CursorTool.CursorEvent
Enclosing class:
CursorTool

public final class CursorTool.CursorEvent
extends java.lang.Object


Field Summary
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 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
 
Method Summary
 Point getPoint()
           
 ISeries getSeries()
           
 double getValueIndex()
           
 double getXValue()
           
 double getYValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

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

Method Detail

getPoint

public Point getPoint()

getSeries

public ISeries getSeries()

getXValue

public double getXValue()

getYValue

public double getYValue()

getValueIndex

public double getValueIndex()