Skip to main content

Class: ImageMouseCursor

Extends

Extended by

Constructors

new ImageMouseCursor()

new ImageMouseCursor(url, x?, y?, name?, fallback?): ImageMouseCursor

Parameters

url: string

x?: number

y?: number

name?: string

fallback?: MouseCursor

Returns

ImageMouseCursor

Overrides

MouseCursor.constructor

Defined in

tools/src/cursors/ImageMouseCursor.ts:11

Methods

addFallbackStyleProperty()

addFallbackStyleProperty(style): string

Parameters

style: string

Returns

string

Inherited from

MouseCursor.addFallbackStyleProperty

Defined in

tools/src/cursors/MouseCursor.ts:54


getName()

getName(): string

Returns

string

Inherited from

MouseCursor.getName

Defined in

tools/src/cursors/MouseCursor.ts:50


getStyleProperty()

getStyleProperty(): string

Returns

string

Overrides

MouseCursor.getStyleProperty

Defined in

tools/src/cursors/ImageMouseCursor.ts:27


getDefinedCursor()

static getDefinedCursor(name): MouseCursor

Parameters

name: string

Returns

MouseCursor

Inherited from

MouseCursor.getDefinedCursor

Defined in

tools/src/cursors/MouseCursor.ts:66


getUniqueInstanceName()

static getUniqueInstanceName(prefix): string

Parameters

prefix: string

Returns

string

Defined in

tools/src/cursors/ImageMouseCursor.ts:36


setDefinedCursor()

static setDefinedCursor(name, cursor): boolean

Parameters

name: string

cursor: MouseCursor

Returns

boolean

Inherited from

MouseCursor.setDefinedCursor

Defined in

tools/src/cursors/MouseCursor.ts:83