API / geotoolkit / contour / events / FillVisualEvent / 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
↳
FillVisualEvent
Constructors
Constructors
• new FillVisualEvent(source, param, id)
| Name | Type | Description |
|---|---|---|
source | Shape | Source of event. |
param | any | Parameter of event (reference to shape, for example). |
id | string | Integer value - ID of event |
VisualEvent.constructor
Methods
▸ getClassName(): string
string
▸ getID(): string
Retrieves the ID of this event.
string
id The integer value - ID of event
▸ getParameter(): any
Gets the parameter object associated with this event.
any
parameter The parameter.
▸ getSource(): Shape
Obtains the source object of this event.
source The event source.
▸ Static getClassName(): string
string