API / geotoolkit / welllog / multiwell / CorrelationBehavior / CorrelationBehavior
multiwell.CorrelationBehavior.CorrelationBehavior
Default behavior for CorrelationTrack
Constructors
Methods
▸ clone(): IWellBehavior
Creates a clone of behavior
▸ getProperties(): AnyRecord
Gets all the properties pertaining to this object
An object containing the properties to get
▸ highlight(widget, track, highlight): CorrelationBehavior
Highlight well or track
| Name | Type | Description |
|---|---|---|
widget | MultiWellWidget | widget |
track | ITrack | track to highlight |
highlight | boolean | highlight |
this
▸ isMovable(): boolean
Return true if track is movable
boolean
true if track is movable
▸ isSelectable(): boolean
Return true if track is selectable
boolean
true if track is selectable
▸ resize(widget, track, size, silent?): boolean
Resize the track width
| Name | Type | Description |
|---|---|---|
widget | MultiWellWidget | |
track | ITrack | CorrelationTrack | track to remove |
size | number | a new size |
Optional silent | boolean |
boolean
true if update is required.
▸ setProperties(properties?): CorrelationBehavior
Sets all the properties pertaining to this object
| Name | Type | Description |
|---|---|---|
Optional properties | AnyRecord | an object containing the properties to set |
this