Package | Description |
---|---|
com.steema.teechart.tools |
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
CursorClicked |
CursorTool.clicked(int x,
int y) |
CursorClicked |
CursorTool.clicked(Point p) |