class org.aswing.Cursor

The Cursor definited from Look and Feels. @author paling

Class Fields

static var HV_MOVE_CURSOR:String

All direction move cursor key.

static var HV_RESIZE_CURSOR:String

All direction resize cursor key.

static var H_MOVE_CURSOR:String

Horizontal move cursor key.

static var H_RESIZE_CURSOR:String

Horizontal resize cursor key.

static var V_MOVE_CURSOR:String

Vertical move cursor key.

static var V_RESIZE_CURSOR:String

Vertical resize cursor key.

static function createCursor(type:String): DisplayObject

Create a cursor from the look and feel defined system cursor.

the

type of the cursor

returns

a cursor, or null if there is not such cursor of this type.