Last updated

API / geotoolkit / contour / events / FillVisualEvent / FillVisualEvent

Class: FillVisualEvent

events.FillVisualEvent.FillVisualEvent

The fill visual event. This class encapsulates more event types that its superclass.

Deprecated

since 4.0, use common event flow instead

Hierarchy

Table of contents

Constructors
Methods

Contents

Constructors

new FillVisualEvent(source, param, id)

new FillVisualEvent(source, param, id)

Parameters

Name Type Description
sourceShapeSource of event.
paramanyParameter of event (reference to shape, for example).
idstringInteger value - ID of event

Inherited from

VisualEvent.constructor

Methods

getClassName

getClassName(): string

Returns

string

Inherited from

VisualEvent.getClassName


getID

getID(): string

Retrieves the ID of this event.

Returns

string

id The integer value - ID of event

Inherited from

VisualEvent.getID


getParameter

getParameter(): any

Gets the parameter object associated with this event.

Returns

any

parameter The parameter.

Inherited from

VisualEvent.getParameter


getSource

getSource(): Shape

Obtains the source object of this event.

Returns

Shape

source The event source.

Inherited from

VisualEvent.getSource


getClassName

Static getClassName(): string

Returns

string

Inherited from

VisualEvent.getClassName