Last updated

API / geotoolkit / welllog / header / AdaptiveLog2DVisualHeader / AdaptiveLog2DVisualHeader

Namespace: AdaptiveLog2DVisualHeader

header.AdaptiveLog2DVisualHeader.AdaptiveLog2DVisualHeader

Table of contents

Type Aliases

Contents

Type Aliases

CursorProperties

Ƭ CursorProperties: Object

properties

Type declaration

NameTypeDescription
enabled?booleancursor enabled/disabled flag
fillstyle?Typecursor symbol fill style
linestyle?Typecursor symbol line style
painter?Paintercursor symbol painter
valueformat?NumberFormatcursor value number format
valuetextstyle?Typecursor value text style
valuevisible?booleancursor value visibility state

Options

Ƭ Options<T>: Options<T> & { cursor?: CursorProperties ; maxvalueformat?: NumberFormat ; minvalueformat?: NumberFormat }

visual or properties object

Type parameters


OptionsOut

Ƭ OptionsOut<T>: OptionsOut<T> & { cursor: { enabled: boolean ; fillstyle: FillStyle | null ; linestyle: LineStyle | null ; painter: Painter | null ; valueformat: NumberFormat ; valuetextstyle: TextStyle | null ; valuevisible: boolean } ; maxvalueformat: NumberFormat ; minvalueformat: NumberFormat }

properties

Type parameters


Settings

Ƭ Settings: Settings & { order?: (Elements | string)[] ; priority?: (Elements | string | Elements[] | string[])[] }

settings