API / geotoolkit / welllog / header / AdaptiveDiscreteFillVisualHeader / AdaptiveDiscreteFillVisualHeader
header.AdaptiveDiscreteFillVisualHeader.AdaptiveDiscreteFillVisualHeader
Type Aliases
Ƭ BoxOptions: Object
Layout box options
| Name | Type | Description |
|---|---|---|
icon? | { height?: number ; width?: number } | box icon options |
icon.height? | number | Flex box height |
icon.width? | number | Flex box width |
margin? | Type | Flexbox item margins |
title? | { alignment?: AnchorType | null ; maxwidth?: number ; offset?: number } | box item title options |
title.alignment? | AnchorType | null | Flexbox item title location |
title.maxwidth? | number | Flexbox item title maximum width |
title.offset? | number | Layout item title spaces from fill box |
Ƭ BoxOptionsOut: Object
Box layout options
| Name | Type | Description |
|---|---|---|
icon | { height: number ; width: number } | Flexbox lithology options |
icon.height | number | Layout box height |
icon.width | number | Layout box width |
margin | SpaceStyle | null | Flexbox item margins |
title | { alignment?: AnchorType | null ; maxwidth: number ; offset: number } | Layout box item title options |
title.alignment? | AnchorType | null | box item title location |
title.maxwidth | number | box item title maximum width |
title.offset | number | box item title spaces from the box |
Ƭ FlexBoxOptions: BoxOptions & { enabled?: boolean }
FlexBox layout options
Ƭ Hits: Object
| Name | Type |
|---|---|
header | { bounds: Rect ; fillstyle: FillStyle ; linestyle?: LineStyle ; text: string ; textstyle: TextStyle } |
header.bounds | Rect |
header.fillstyle | FillStyle |
header.linestyle? | LineStyle |
header.text | string |
header.textstyle | TextStyle |
index | number |
Ƭ Options<T>: Options<T> & { boxoptions?: BoxOptions ; flexboxoptions?: BoxOptions ; headertype?: DiscreteFillDisplayType }
visual or properties object
| Name | Type |
|---|---|
T | extends LogAbstractVisual = LogAbstractVisual |
Ƭ OptionsOut<T>: OptionsOut<T> & { boxoptions: BoxOptionsOut ; flexboxoptions: BoxOptionsOut ; headertype: DiscreteFillDisplayType }
of the header
| Name | Type |
|---|---|
T | extends LogAbstractVisual = LogAbstractVisual |
Ƭ Settings: Settings & { order?: (Elements | string)[] ; priority?: (Elements | string | Elements[] | string[])[] }
settings