Last updated

API / geotoolkit / welllog / multiwell / CorrelationBehavior / CorrelationBehavior

Class: CorrelationBehavior

multiwell.CorrelationBehavior.CorrelationBehavior

Default behavior for CorrelationTrack

Implements

Table of contents

Constructors
Methods

Contents

Constructors

new CorrelationBehavior()

new CorrelationBehavior()

Methods

clone

clone(): IWellBehavior

Creates a clone of behavior

Returns

IWellBehavior

Implementation of

IWellBehavior.clone


getProperties

getProperties(): AnyRecord

Gets all the properties pertaining to this object

Returns

AnyRecord

An object containing the properties to get

Implementation of

IWellBehavior.getProperties


highlight

highlight(widget, track, highlight): CorrelationBehavior

Highlight well or track

Parameters

Name Type Description
widgetMultiWellWidgetwidget
trackITracktrack to highlight
highlightbooleanhighlight

Returns

CorrelationBehavior

this

Implementation of

IWellBehavior.highlight


isMovable

isMovable(): boolean

Return true if track is movable

Returns

boolean

true if track is movable

Implementation of

IWellBehavior.isMovable


isSelectable

isSelectable(): boolean

Return true if track is selectable

Returns

boolean

true if track is selectable

Implementation of

IWellBehavior.isSelectable


resize

resize(widget, track, size, silent?): boolean

Resize the track width

Parameters

Name Type Description
widgetMultiWellWidget
trackITrack | CorrelationTracktrack to remove
sizenumbera new size
Optional silentboolean

Returns

boolean

true if update is required.

Implementation of

IWellBehavior.resize


setProperties

setProperties(properties?): CorrelationBehavior

Sets all the properties pertaining to this object

Parameters

Name Type Description
Optional propertiesAnyRecordan object containing the properties to set

Returns

CorrelationBehavior

this

Implementation of

IWellBehavior.setProperties