Uses of Class
com.steema.teechart.tools.CursorClicked

Packages that use CursorClicked
com.steema.teechart.tools   
 

Uses of CursorClicked in com.steema.teechart.tools
 

Fields in com.steema.teechart.tools declared as CursorClicked
static CursorClicked CursorClicked.BOTH
          The Cursor on the horizontal and vertical line of the cursortool.
static CursorClicked CursorClicked.HORIZONTAL
          The Cursor is on the horizontal line of the cursortool.
static CursorClicked CursorClicked.NONE
          The Cursor is not on a cursortool.
static CursorClicked CursorClicked.VERTICAL
          The Cursor is on the vertical line of the cursortool.
 

Methods in com.steema.teechart.tools that return CursorClicked
 CursorClicked CursorTool.clicked(int x, int y)
           
 CursorClicked CursorTool.clicked(Point p)