API / geotoolkit / welllog / multiwell / TrackBehavior / TrackBehavior
multiwell.TrackBehavior.TrackBehavior
Default behavior forLogTrack
TrackBehavior
Constructors
Css Properties
| Name | Type | Description |
|---|---|---|
fillstyle | string | Fill style |
fillstyle | FillStyle | Fill style |
fillstyle-color | string | Color in CSS form |
fillstyle-evenoddmode | boolean | Even-odd fill mode |
fillstyle-fillpattern | Pattern | Pattern |
fillstyle-fillpattern-containername | string | An optional container name, which creates an image pattern. This parameter is used for serialization if you want to save are reference to pattern instead of the pattern itself |
fillstyle-fillpattern-patternname | string | Name of this pattern for indexing |
fillstyle-fillpattern-scalable | boolean | Flag that sets scalability of the pattern coordinates, or relative to the shape it is filling (It is not supported) |
fillstyle-foreground | string | Foreground color |
fillstyle-pattern | Pattern | Pattern |
linestyle | string | Line style |
linestyle | LineStyle | Line style |
linestyle-color | string | Color in CSS form |
linestyle-fill | string | Optional fill style to be used to fill lines generated with this style |
linestyle-fill | FillStyle | Optional fill style to be used to fill lines generated with this style |
linestyle-linecap | CapStyle | The line cap style |
linestyle-linedashoffset | number | Line dash offset of dashed line |
linestyle-linejoin | JoinStyle | The line join style |
linestyle-pixelsnapmode | boolean | Pixel Snap Mode, default( |
linestyle-scalable | boolean | True if width should depend on transformation |
linestyle-unit | string | Optional unit for the width |
linestyle-width | number | string | The line thickness |
Constructors
• new TrackBehavior(options?)
| Name | Type | Description |
|---|---|---|
Optional options | Options | an object containing the properties of the highlighted well |
Methods
▸ clone(): IWellBehavior
Creates a clone of behavior
▸ getProperties(): OptionsOut
Gets all the properties pertaining to this object
An object containing the properties to get
▸ highlight(widget, track, highlight): void
Highlight well or track
| Name | Type | Description |
|---|---|---|
widget | MultiWellWidget | widget |
track | ITrack | track to highlight |
highlight | boolean | highlight |
void
▸ isMovable(widget, track): boolean
Return true if track is movable
| Name | Type | Description |
|---|---|---|
widget | MultiWellWidget | widget |
track | ITrack | track to move |
boolean
true if track is movable
▸ isSelectable(widget, track): boolean
Return true if track is selectable
| Name | Type | Description |
|---|---|---|
widget | MultiWellWidget | widget |
track | ITrack | track to select |
boolean
true if track is selectable
▸ resize(widget, track, size): boolean
Resize the track width
| Name | Type | Description |
|---|---|---|
widget | MultiWellWidget | |
track | ITrack | track to remove |
size | number | a new size |
boolean
true if update is required.
▸ setProperties(properties?): TrackBehavior
Sets all the properties pertaining to this object
| Name | Type | Description |
|---|---|---|
Optional properties | Options | an object containing the properties to set |
this