Last updated

API / geotoolkit / seismic / widgets / SeismicWidget / SeismicWidget

Namespace: SeismicWidget

widgets.SeismicWidget.SeismicWidget

Table of contents

Type Aliases

Contents

Type Aliases

EventMap

Ƭ EventMap: EventMap & { HeaderViewVisibilityChanged: void | boolean }


ExportToPdfOptions

Ƭ ExportToPdfOptions: ExportToPdfOptions & { hideauxiliarychart?: boolean }

option to specify paper parameters and header and footer


HeadersViewOptions

Ƭ HeadersViewOptions: OptionsBase & { enabled?: boolean ; options?: Options ; size?: number ; visible?: boolean | "none" | "hidden" | "visible" }


InfoCallback

Ƭ InfoCallback: (x: SeismicWidget, n: number, m: number, y: PickSampleCallbackData) => StatusBarInfo

Type declaration

▸ (x, n, m, y): StatusBarInfo

Parameters
Name Type
xSeismicWidget
nnumber
mnumber
yPickSampleCallbackData
Returns

StatusBarInfo


Options

Ƭ Options: Options & OptionsBase

options or seismic pipeline


OptionsBase

Ƭ OptionsBase: OptionsBase & { auxiliarychart?: Options & { size?: number } ; pickingevent?: Events ; statusbar?: StatusBar ; table?: HeadersViewOptions }


OptionsBaseOut

Ƭ OptionsBaseOut: OptionsBaseOut & { auxiliarychart?: OptionsOut & { size?: number } ; pickingevent?: Events ; statusbar?: StatusBar ; table?: OptionsBase & { enabled?: boolean ; name: string ; size?: number ; visible: boolean | "none" | "visible" | "hidden" } }


OptionsOut

Ƭ OptionsOut: OptionsOut & OptionsBaseOut

seismic view options


StatusBar

Ƭ StatusBar: Object

Type declaration

NameTypeDescription
autosize?booleandefines status auto size mode
cssclass?stringspecify status bar cssclass name
sections?{ info?: InfoCallback ; samples?: { format?: string | NumberFormat ; label?: string } ; samplevalue?: { format?: string | NumberFormat ; label?: string } ; traces?: { label?: string } }defines section setting
sections.info?InfoCallbackdefines custom section formatter
sections.samples?{ format?: string | NumberFormat ; label?: string }defines first section
sections.samples.format?string | NumberFormatdefines format of the section
sections.samples.label?stringdefines title of the section
sections.samplevalue?{ format?: string | NumberFormat ; label?: string }defines third section
sections.samplevalue.format?string | NumberFormatdefines format of the section
sections.samplevalue.label?stringdefines title of the section
sections.traces?{ label?: string }defines second section
sections.traces.label?stringdefines title of the section
sizes?{ medium?: number ; small?: number }defines status auto size settings
sizes.medium?numberdefines medium size
sizes.small?numberdefines small size
visible?booleanspecify status bar visibility

StatusBarInfo

Ƭ StatusBarInfo: Object

Type declaration

NameTypeDescription
samplesstringtext to display in samples section
traces?stringtext io display in traces section
valuestringtext to display in value section