com.steema.teechart.events
Class SeriesMouseEvent
java.lang.Object
com.steema.teechart.events.SeriesMouseEvent
public class SeriesMouseEvent
- extends java.lang.Object
Title: TeeChart for Java
Description: TeeChart for Java
Copyright (c) 2004-2007 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SERIES_FIRST
public static final int SERIES_FIRST
- See Also:
- Constant Field Values
SERIES_CLICKED
public static final int SERIES_CLICKED
- See Also:
- Constant Field Values
SERIES_ENTERED
public static final int SERIES_ENTERED
- See Also:
- Constant Field Values
SERIES_EXITED
public static final int SERIES_EXITED
- See Also:
- Constant Field Values
SERIES_LAST
public static final int SERIES_LAST
- See Also:
- Constant Field Values
SeriesMouseEvent
public SeriesMouseEvent(ISeries series,
int id,
int valueIndex,
FrameworkMouseEvent mouseEvent)
SeriesMouseEvent
public SeriesMouseEvent(ISeries series,
int id,
int valueIndex,
Point p)
getSeries
public ISeries getSeries()
getValueIndex
public int getValueIndex()
getMouseEvent
public FrameworkMouseEvent getMouseEvent()
getPoint
public Point getPoint()
getID
public int getID()