com.steema.teechart.tools
Class DragMarks
java.lang.Object
com.steema.teechart.TeeBase
com.steema.teechart.tools.Tool
com.steema.teechart.tools.ToolSeries
com.steema.teechart.tools.DragMarks
public class DragMarks
- extends ToolSeries
Title: DragMarks class
Description: DragMarks Tool.
Copyright (c) 2005-2013 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Methods inherited from class com.steema.teechart.tools.Tool |
chartEvent, dispose, fireChanged, fireClicked, fireDragged, fireDragging, fireMouse, fireResized, getActive, readResolve, setActive, setChart, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DragMarks
public DragMarks()
DragMarks
public DragMarks(IBaseChart c)
getDescription
public java.lang.String getDescription()
- Gets descriptive name.
- Overrides:
getDescription
in class Tool
- Returns:
- String
getSummary
public java.lang.String getSummary()
- Gets detailed descriptive text.
- Overrides:
getSummary
in class Tool
- Returns:
- String
mouseEvent
public Cursor mouseEvent(FrameworkMouseEvent e,
Cursor c)
- Overrides:
mouseEvent
in class Tool