API / geotoolkit / welllog / widgets / tools / LogFrameEditorEventArgs / LogFrameEditorEventArgs
tools.LogFrameEditorEventArgs.LogFrameEditorEventArgs
Deprecated
since 4.0. Not use.
↳
LogFrameEditorEventArgs
Accessors
Constructors
• new LogFrameEditorEventArgs(eventName, rect, track, shape, previousRect?)
| Name | Type | Description |
|---|---|---|
eventName | string | name of the event |
rect | Rect | a new shape bounds |
track | LogTrack | track |
shape | LogFrameVisual | shape |
Optional previousRect | Rect | a previous bounds |
BaseEventArgs.constructor
Accessors
• get previousRect(): Rect
Define previous area of the shape
Name
module:geotoolkit/welllog/widgets/tools/LogFrameEditorEventArgs~LogFrameEditorEventArgs#previousRect
• set previousRect(value): void
Define previous area of the shape
Name
module:geotoolkit/welllog/widgets/tools/LogFrameEditorEventArgs~LogFrameEditorEventArgs#previousRect
| Name | Type |
|---|---|
value | Rect |
void
• get rect(): Rect
Define new area of the shape
Name
module:geotoolkit/welllog/widgets/tools/LogFrameEditorEventArgs~LogFrameEditorEventArgs#rect
• set rect(value): void
Define new area of the shape
Name
module:geotoolkit/welllog/widgets/tools/LogFrameEditorEventArgs~LogFrameEditorEventArgs#rect
| Name | Type |
|---|---|
value | Rect |
void
• get shape(): LogFrameVisual
Define a current frame
Name
module:geotoolkit/welllog/widgets/tools/LogFrameEditorEventArgs~LogFrameEditorEventArgs#shape
• get track(): LogTrack
Define a current track
Name
module:geotoolkit/welllog/widgets/tools/LogFrameEditorEventArgs~LogFrameEditorEventArgs#track
Methods
▸ getEventName(): string
Returns event name
string
▸ isCanceled(): boolean
Returns whether event has been cancelled
boolean
▸ isPreventDefault(): boolean
Returns whether event has been prevented default
boolean
BaseEventArgs.isPreventDefault
▸ preventDefault(): LogFrameEditorEventArgs
Prevents default
this
▸ stopPropagation(): LogFrameEditorEventArgs
Stops propagation
this