com.steema.teechart
Class Cursors
java.lang.Object
java.awt.Cursor
com.steema.teechart.Cursors
- All Implemented Interfaces:
- java.io.Serializable
public class Cursors
- extends java.awt.Cursor
Title: Cursors class
Description: List of system installed mouse cursors.
Copyright (c) 2005-2008 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
- See Also:
- Serialized Form
Field Summary |
static java.awt.Cursor |
CROSS
|
static java.awt.Cursor |
DEFAULT
|
static java.awt.Cursor |
HAND
|
static java.awt.Cursor |
HSPLIT
|
static java.awt.Cursor |
NO
|
static java.awt.Cursor |
SIZEALL
|
static java.awt.Cursor |
SIZEWE
|
static java.awt.Cursor |
VSPLIT
|
Fields inherited from class java.awt.Cursor |
CROSSHAIR_CURSOR, CUSTOM_CURSOR, DEFAULT_CURSOR, E_RESIZE_CURSOR, HAND_CURSOR, MOVE_CURSOR, N_RESIZE_CURSOR, name, NE_RESIZE_CURSOR, NW_RESIZE_CURSOR, predefined, S_RESIZE_CURSOR, SE_RESIZE_CURSOR, SW_RESIZE_CURSOR, TEXT_CURSOR, W_RESIZE_CURSOR, WAIT_CURSOR |
Methods inherited from class java.awt.Cursor |
getDefaultCursor, getName, getPredefinedCursor, getSystemCustomCursor, getType, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DEFAULT
public static final java.awt.Cursor DEFAULT
HAND
public static final java.awt.Cursor HAND
CROSS
public static final java.awt.Cursor CROSS
SIZEWE
public static final java.awt.Cursor SIZEWE
HSPLIT
public static final java.awt.Cursor HSPLIT
VSPLIT
public static final java.awt.Cursor VSPLIT
SIZEALL
public static final java.awt.Cursor SIZEALL
NO
public static final java.awt.Cursor NO