com.steema.teechart
Class Cursor

java.lang.Object
  extended by com.steema.teechart.Cursor
All Implemented Interfaces:
java.io.Serializable

public final class Cursor
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
static Cursor CROSS
           
static int CUSTOM_CURSOR
           
static Cursor DEFAULT
           
static Cursor E_RESIZE
           
static Cursor HAND
           
static Cursor HSPLIT
           
static Cursor N_RESIZE
           
static Cursor NE_RESIZE
           
static Cursor NO
           
static Cursor NW_RESIZE
           
static Cursor S_RESIZE
           
static Cursor SE_RESIZE
           
static Cursor SIZEALL
           
static Cursor SIZEWE
           
static Cursor VSPLIT
           
 
Constructor Summary
Cursor(int i)
           
 
Method Summary
 int getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CUSTOM_CURSOR

public static final int CUSTOM_CURSOR
See Also:
Constant Field Values

DEFAULT

public static final Cursor DEFAULT

HAND

public static final Cursor HAND

CROSS

public static final Cursor CROSS

SIZEWE

public static final Cursor SIZEWE

HSPLIT

public static final Cursor HSPLIT

VSPLIT

public static final Cursor VSPLIT

SIZEALL

public static final Cursor SIZEALL

NO

public static final Cursor NO

E_RESIZE

public static final Cursor E_RESIZE

N_RESIZE

public static final Cursor N_RESIZE

NE_RESIZE

public static final Cursor NE_RESIZE

NW_RESIZE

public static final Cursor NW_RESIZE

S_RESIZE

public static final Cursor S_RESIZE

SE_RESIZE

public static final Cursor SE_RESIZE
Constructor Detail

Cursor

public Cursor(int i)
Method Detail

getType

public final int getType()