Package | Description |
---|---|
com.steema.teechart | |
com.steema.teechart.styles | |
com.steema.teechart.tools |
Modifier and Type | Field and Description |
---|---|
static Cursor |
Cursor.CROSS |
static Cursor |
Cursor.DEFAULT |
static Cursor |
Cursor.E_RESIZE |
static Cursor |
Cursor.HAND |
static Cursor |
Cursor.HSPLIT |
static Cursor |
Cursor.N_RESIZE |
static Cursor |
Cursor.NE_RESIZE |
static Cursor |
Cursor.NO |
static Cursor |
Cursor.NW_RESIZE |
Cursor |
Chart.originalCursor |
static Cursor |
Cursor.S_RESIZE |
static Cursor |
Cursor.SE_RESIZE |
static Cursor |
Cursor.SIZEALL |
static Cursor |
Cursor.SIZEWE |
static Cursor |
Cursor.VSPLIT |
Modifier and Type | Method and Description |
---|---|
protected Cursor |
Chart.broadcastMouseEvent(FrameworkMouseEvent e) |
protected Cursor |
Chart.broadcastMouseEvent(FrameworkMouseEvent e,
Cursor c) |
Cursor |
Chart.doMouseMove(int x,
int y,
FrameworkMouseEvent e,
Cursor c) |
Cursor |
TChart.getTeeCursor() |
Cursor |
IChart.getTeeCursor() |
Cursor |
Chart.mouseMoved(FrameworkMouseEvent e)
Internal use.
|
Modifier and Type | Method and Description |
---|---|
protected Cursor |
Chart.broadcastMouseEvent(FrameworkMouseEvent e,
Cursor c) |
Cursor |
Chart.doMouseMove(int x,
int y,
FrameworkMouseEvent e,
Cursor c) |
void |
TChart.setCursor(Cursor cursor) |
void |
IChart.setCursor(Cursor c) |
Constructor and Description |
---|
Chart(IChart parent,
Cursor cursor) |
Modifier and Type | Field and Description |
---|---|
Cursor |
MouseClicked.cursor |
Modifier and Type | Method and Description |
---|---|
Cursor |
Series.getCursor()
Cursor displayed when mouse is over a series point.
Each Series determines the intersection of points with mouse coordinates each time the mouse moves. |
Cursor |
Series.mouseEvent(FrameworkMouseEvent e,
Cursor c) |
Modifier and Type | Method and Description |
---|---|
MouseClicked |
Series.checkMouse(Cursor c,
int x,
int y) |
Cursor |
Series.mouseEvent(FrameworkMouseEvent e,
Cursor c) |
void |
Series.setCursor(Cursor value)
Cursor displayed when mouse is over a series point.
Default value: default |
Constructor and Description |
---|
MouseClicked(Cursor cursor) |
MouseClicked(Cursor cursor,
boolean clicked) |
Modifier and Type | Method and Description |
---|---|
Cursor |
Tool.mouseEvent(FrameworkMouseEvent e,
Cursor c) |
Cursor |
SubChartTool.mouseEvent(FrameworkMouseEvent e,
Cursor c) |
Cursor |
ScrollPager.mouseEvent(FrameworkMouseEvent e,
Cursor c) |
Cursor |
Rotate.mouseEvent(FrameworkMouseEvent e,
Cursor c) |
Cursor |
PieTool.mouseEvent(FrameworkMouseEvent e,
Cursor c) |
Cursor |
NearestPoint.mouseEvent(FrameworkMouseEvent e,
Cursor c) |
Cursor |
MarksTip.mouseEvent(FrameworkMouseEvent e,
Cursor c) |
Cursor |
GanttTool.mouseEvent(FrameworkMouseEvent e,
Cursor c) |
Cursor |
DrawLine.mouseEvent(FrameworkMouseEvent e,
Cursor c) |
Cursor |
DragPoint.mouseEvent(FrameworkMouseEvent e,
Cursor c) |
Cursor |
DragMarks.mouseEvent(FrameworkMouseEvent e,
Cursor c) |
Cursor |
CursorTool.mouseEvent(FrameworkMouseEvent e,
Cursor c) |
Cursor |
ColorLine.mouseEvent(FrameworkMouseEvent e,
Cursor c) |
Cursor |
ColorBand.mouseEvent(FrameworkMouseEvent e,
Cursor c) |
Cursor |
AxisArrow.mouseEvent(FrameworkMouseEvent e,
Cursor c) |
Cursor |
Annotation.mouseEvent(FrameworkMouseEvent e,
Cursor c) |
void |
DragPoint.setCursor(Cursor value)
Determines the type of DragPoint Cursor displayed.
Default value: Hand |
void |
Annotation.setCursor(Cursor value)
Selects the Cursor type for when the user moves the mouse over the
Annotation bounds.
|
void |
GanttTool.setCursorDrag(Cursor value)
Defines the cursor to show when the user is dragging a Gantt bar.
|
void |
GanttTool.setCursorResize(Cursor value)
Defines the cursor to show when the end user passes the mouse over an
edge (left or right) of a gantt series bar.
|