API / geotoolkit / welllog / LogMudLogSection / LogMudLogSection
welllog.LogMudLogSection.LogMudLogSection
Type Aliases
Type Aliases
Ƭ Aggregation: Object
symbols aggregation
| Name | Type | Description |
|---|---|---|
range? | number | aggregation range |
strategy? | AggregationStrategy | string | aggregation strategy |
symbol? | SymbolShape | AggregationSymbolCallback | aggregation symbol |
Ƭ AggregationSymbolCallback: (depth: number, indices: number[]) => SymbolShape
▸ (depth, indices): SymbolShape
| Name | Type |
|---|---|
depth | number |
indices | number[] |
Ƭ FillStylesCallback<T>: (depth: number, value: T, index: number) => Type | null
| Name |
|---|
T |
▸ (depth, value, index): Type | null
Callback function to define each comment section fill style manually.
| Name | Type |
|---|---|
depth | number |
value | T |
index | number |
Type | null
Ƭ HitTestArea: Rect | Point | { x?: number[] ; y?: number[] }
model area or position
Ƭ LineStylesCallback<T>: (depth: number, value: T, index: number) => Type | null
| Name |
|---|
T |
▸ (depth, value, index): Type | null
Callback function to define each comment section line style manually.
| Name | Type |
|---|---|
depth | number |
value | T |
index | number |
Type | null
Ƭ Options<T>: Options & OptionsBase<T>
Input options
| Name |
|---|
T |
Ƭ OptionsBase<T>: Object
properties object
| Name |
|---|
T |
| Name | Type | Description |
|---|---|---|
depths? | number[] | an array of the depths |
ellipsisstring? | string | ellipsis text to string (must be under 15 characters) |
evenfillstyle? | Type | even fill style |
evenlinestyle? | Type | EvenLineStyle |
evensymbol? | SymbolShape | EvenSymbol |
eventextstyle? | Type | EvenTextStyle |
fillmode? | FillMode | mode for how to display the values |
fillstyles? | Type[] | FillStylesCallback<T> | comments fill styles array to use one by one or a callback function to define each style manually |
linestyles? | Type[] | LineStylesCallback<T> | linestyles |
margins? | Type | properties for specifying the margins for each comment section |
oddfillstyle? | Type | odd fill style |
oddlinestyle? | Type | OddLineStyle |
oddsymbol? | SymbolShape | OddSymbol |
oddtextstyle? | Type | OddTextStyle |
padding? | Type | properties for specifying the padding for each comment section |
radius? | number | properties for specifying the corner radius |
selectedfillstyle? | Type | SelectedFillStylesCallback<T> | fill style for selected segment |
selectedindices? | number[] | array of selected indices |
selectedlinestyle? | Type | SelectedLineStylesCallback<T> | line style for selected segment |
selectedsymbol? | SymbolShape | SelectedSymbolStylesCallback<T> | symbol for selected segment |
selectedtextstyle? | Type | SelectedTextStylesCallback<T> | text style for selected segment |
symbolmargins? | Type | properties for specifying the margins for symbols |
symbolposition? | SymbolPosition | symbol position |
symbols? | SymbolShape | SymbolShape[] | SymbolStylesCallback<T> | symbols |
textalign? | TextAlign | Vertical text alignment |
textorientation? | TextOrientation | Text orientation |
textstyle? | Type | text style of the displayed values |
textstyles? | Type[] | TextStylesCallback<T> | textstyles |
values? | T[] | ValueCallback<T> | array of the corresponding values |
Ƭ OptionsBaseOut<T>: Object
properties
| Name |
|---|
T |
| Name | Type | Description |
|---|---|---|
depths | number[] | array of depths |
ellipsisstring | string | ellipsis text to string under 15 characters |
evenfillstyle | FillStyle | null | EvenFillStyle |
evenlinestyle | LineStyle | null | EvenLineStyle |
evensymbol | SymbolShape | null | EvenSymbol |
eventextstyle | TextStyle | null | EvenTextStyle |
fillmode | FillMode | mode for how to display the values |
fillstyles | FillStyle[] | FillStylesCallback<T> | fillstyles |
linestyles | LineStyle[] | LineStylesCallback<T> | linestyles |
margins | SpaceStyle | null | margins properties for specifying the margins for each comment section |
oddfillstyle | FillStyle | null | OddFillStyle |
oddlinestyle | LineStyle | null | OddLineStyle |
oddsymbol | SymbolShape | null | OddSymbol |
oddtextstyle | TextStyle | null | OddTextStyle |
padding | SpaceStyle | null | properties for specifying the padding for each comment section |
radius | number | corner radius |
selectedfillstyle | FillStyle | SelectedFillStylesCallback<T> | null | selected segment fill style |
selectedindices | number[] | array of selected indices |
selectedlinestyle | LineStyle | SelectedLineStylesCallback<T> | null | selected segment line style |
selectedsymbol | SymbolShape | SelectedSymbolStylesCallback<T> | null | selected segment symbol |
selectedtextstyle | TextStyle | SelectedTextStylesCallback<T> | null | selected segment text style |
symbolmargins | SpaceStyle | null | margins properties for specifying symbol margins |
symbolposition | SymbolPosition | symbol position |
symbols | SymbolShape | SymbolShape[] | SymbolStylesCallback<T> | symbols |
textalign | TextAlign | Text vertical alignment |
textorientation | TextOrientation | Text orientation |
textstyle | TextStyle | null | the text style |
textstyles | TextStyle[] | TextStylesCallback<T> | textstyles |
values | T[] | ValueCallback<T> | array of corresponding values along the depth |
Ƭ OptionsOut<T>: OptionsOut & OptionsBaseOut<T>
Output options
| Name |
|---|
T |
Ƭ SelectedFillStylesCallback<T>: (depth: number, value: T, index: number, fillStyle: FillStyle | null) => Type | null
| Name |
|---|
T |
▸ (depth, value, index, fillStyle): Type | null
Callback function to define selected comment section fill style manually.
| Name | Type |
|---|---|
depth | number |
value | T |
index | number |
fillStyle | FillStyle | null |
Type | null
Ƭ SelectedLineStylesCallback<T>: (depth: number, value: T, index: number, lineStyle: LineStyle | null) => Type | null
| Name |
|---|
T |
▸ (depth, value, index, lineStyle): Type | null
Callback function to define selected comment section line style manually.
| Name | Type |
|---|---|
depth | number |
value | T |
index | number |
lineStyle | LineStyle | null |
Type | null
Ƭ SelectedSymbolStylesCallback<T>: (depth: number, value: T, index: number, symbolStyle: SymbolShape | null) => SymbolShape | null
| Name |
|---|
T |
▸ (depth, value, index, symbolStyle): SymbolShape | null
Callback function to define selected comment section symbol shape manually.
| Name | Type |
|---|---|
depth | number |
value | T |
index | number |
symbolStyle | SymbolShape | null |
SymbolShape | null
Ƭ SelectedTextStylesCallback<T>: (depth: number, value: T, index: number, textStyle: TextStyle | null) => Type | null
| Name |
|---|
T |
▸ (depth, value, index, textStyle): Type | null
Callback function to define selected comment section text style manually.
| Name | Type |
|---|---|
depth | number |
value | T |
index | number |
textStyle | TextStyle | null |
Type | null
Ƭ SymbolStylesCallback<T>: (depth: number, value: string | T, index: number) => SymbolShape | null
| Name |
|---|
T |
▸ (depth, value, index): SymbolShape | null
Callback function to define each comment section symbol shape manually.
| Name | Type |
|---|---|
depth | number |
value | string | T |
index | number |
SymbolShape | null
Ƭ TextStylesCallback<T>: (depth: number, value: T, index: number) => Type | null
| Name |
|---|
T |
▸ (depth, value, index): Type | null
Callback function to define each comment section text style manually.
| Name | Type |
|---|---|
depth | number |
value | T |
index | number |
Type | null
Ƭ ValueCallback<T>: (depth: number, nearestDepthIndex: number) => T
| Name |
|---|
T |
▸ (depth, nearestDepthIndex): T
Value callback
| Name | Type |
|---|---|
depth | number |
nearestDepthIndex | number |
T