API / geotoolkit / welllog / header / AdaptiveLog2DVisualHeader / AdaptiveLog2DVisualHeader
header.AdaptiveLog2DVisualHeader.AdaptiveLog2DVisualHeader
Type Aliases
Type Aliases
Ƭ CursorProperties: Object
properties
| Name | Type | Description |
|---|---|---|
enabled? | boolean | cursor enabled/disabled flag |
fillstyle? | Type | cursor symbol fill style |
linestyle? | Type | cursor symbol line style |
painter? | Painter | cursor symbol painter |
valueformat? | NumberFormat | cursor value number format |
valuetextstyle? | Type | cursor value text style |
valuevisible? | boolean | cursor value visibility state |
Ƭ Options<T>: Options<T> & { cursor?: CursorProperties ; maxvalueformat?: NumberFormat ; minvalueformat?: NumberFormat }
visual or properties object
| Name | Type |
|---|---|
T | extends LogAbstractVisual & IColorProviderVisual = Log2DVisual |
Ƭ 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
| Name | Type |
|---|---|
T | extends LogAbstractVisual & IColorProviderVisual = Log2DVisual |
Ƭ Settings: Settings & { order?: (Elements | string)[] ; priority?: (Elements | string | Elements[] | string[])[] }
settings