Uses of Class
com.steema.teechart.Cursor

Packages that use Cursor
com.steema.teechart   
com.steema.teechart.styles   
com.steema.teechart.tools   
 

Uses of Cursor in com.steema.teechart
 

Fields in com.steema.teechart declared as Cursor
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
           
 

Methods in com.steema.teechart that return Cursor
protected  Cursor Chart.broadcastMouseEvent(FrameworkMouseEvent e)
           
protected  Cursor Chart.broadcastMouseEvent(FrameworkMouseEvent e, Cursor c)
           
 Cursor Chart.doMouseMove(int x, int y, Cursor c)
           
 Cursor TChart.getTeeCursor()
           
 Cursor IChart.getTeeCursor()
           
 Cursor Chart.mouseMoved(FrameworkMouseEvent e)
          Internal use.
 

Methods in com.steema.teechart with parameters of type Cursor
protected  Cursor Chart.broadcastMouseEvent(FrameworkMouseEvent e, Cursor c)
           
 Cursor Chart.doMouseMove(int x, int y, Cursor c)
           
 void TChart.setCursor(Cursor cursor)
           
 void IChart.setCursor(Cursor c)
           
 

Constructors in com.steema.teechart with parameters of type Cursor
Chart(IChart parent, Cursor cursor)
           
 

Uses of Cursor in com.steema.teechart.styles
 

Fields in com.steema.teechart.styles declared as Cursor
 Cursor MouseClicked.cursor
           
 

Methods in com.steema.teechart.styles that return Cursor
 Cursor Series.getCursor()
          Cursor displayed when mouse is over a series point.
 Cursor Series.mouseEvent(FrameworkMouseEvent e, Cursor c)
           
 Cursor Calendar.mouseEvent(FrameworkMouseEvent e, Cursor c)
           
 

Methods in com.steema.teechart.styles with parameters of type Cursor
 MouseClicked Series.checkMouse(Cursor c, int x, int y)
           
 Cursor Series.mouseEvent(FrameworkMouseEvent e, Cursor c)
           
 Cursor Calendar.mouseEvent(FrameworkMouseEvent e, Cursor c)
           
 void Series.setCursor(Cursor value)
          Cursor displayed when mouse is over a series point.
 

Constructors in com.steema.teechart.styles with parameters of type Cursor
MouseClicked(Cursor cursor)
           
MouseClicked(Cursor cursor, boolean clicked)
           
 

Uses of Cursor in com.steema.teechart.tools
 

Methods in com.steema.teechart.tools that return Cursor
 Cursor DragPoint.getCursor()
          Determines the type of DragPoint Cursor displayed.
 Cursor Annotation.getCursor()
          The Cursor type for when the user moves the mouse over the Annotation bounds.
 Cursor GanttTool.getCursorDrag()
          The cursor to show when the user is dragging a Gantt bar.
 Cursor GanttTool.getCursorResize()
          The cursor to show when the end user passes the mouse over an edge (left or right) of a gantt series bar.
 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)
           
 

Methods in com.steema.teechart.tools with parameters of type Cursor
 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.
 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.