Class fvaswing.components.colorchooser.FvColorPickerCursor

Description

A 'color picker' cursor.

Used by the FvColorChooser component.

Field Index

color, CURSOR_COLOR

Method Index

new FvColorPickerCursor()
getInstance(), hide(), repaint(), show()

Inherited from FvAbstractCursor

Constructor Detail

FvColorPickerCursor

public function FvColorPickerCursor()

Constructor.

Cursor properties are initialized with constants values.

Field Detail

CURSOR_COLOR

static public CURSOR_COLOR:Number
Color used if color is not defined.

color

public color:Number
Cursor color.

Method Detail

getInstance

static public function getInstance():FvColorPickerCursor

Returns a unique FvCursor instance.

show

static public function show():Void

Shows cursor and hides the system cursor.

hide

static public function hide():Void

Hides cursor and shows the default system cursor.

repaint

public function repaint():Void

Concrete drawing implementation.