com.steema.teechart.tools
Class CursorClicked

java.lang.Object
  extended by com.steema.teechart.misc.Enum
      extended by com.steema.teechart.tools.CursorClicked
All Implemented Interfaces:
java.io.Serializable

public final class CursorClicked
extends Enum

Title: CursorClicked class

Description: Describes the possible return values of the CursorTool.clicked method.

Copyright (c) 2005-2008 by Steema Software SL. All Rights Reserved.

Company: Steema Software SL

See Also:
CursorTool.clicked(int, int), Serialized Form

Field Summary
static CursorClicked BOTH
          The Cursor on the horizontal and vertical line of the cursortool.
static CursorClicked HORIZONTAL
          The Cursor is on the horizontal line of the cursortool.
static CursorClicked NONE
          The Cursor is not on a cursortool.
static CursorClicked VERTICAL
          The Cursor is on the vertical line of the cursortool.
 
Method Summary
 
Methods inherited from class com.steema.teechart.misc.Enum
getValue, readResolve
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NONE

public static final CursorClicked NONE
The Cursor is not on a cursortool.


HORIZONTAL

public static final CursorClicked HORIZONTAL
The Cursor is on the horizontal line of the cursortool.


VERTICAL

public static final CursorClicked VERTICAL
The Cursor is on the vertical line of the cursortool.


BOTH

public static final CursorClicked BOTH
The Cursor on the horizontal and vertical line of the cursortool.