API / geotoolkit / seismic / widgets / SeismicWidget / SeismicWidget
widgets.SeismicWidget.SeismicWidget
Type Aliases
Type Aliases
Ƭ EventMap: EventMap & { HeaderViewVisibilityChanged: void | boolean }
Ƭ ExportToPdfOptions: ExportToPdfOptions & { hideauxiliarychart?: boolean }
option to specify paper parameters and header and footer
Ƭ HeadersViewOptions: OptionsBase & { enabled?: boolean ; options?: Options ; size?: number ; visible?: boolean | "none" | "hidden" | "visible" }
Ƭ InfoCallback: (x: SeismicWidget, n: number, m: number, y: PickSampleCallbackData) => StatusBarInfo
▸ (x, n, m, y): StatusBarInfo
| Name | Type |
|---|---|
x | SeismicWidget |
n | number |
m | number |
y | PickSampleCallbackData |
Ƭ Options: Options & OptionsBase
options or seismic pipeline
Ƭ OptionsBase: OptionsBase & { auxiliarychart?: Options & { size?: number } ; pickingevent?: Events ; statusbar?: StatusBar ; table?: HeadersViewOptions }
Ƭ 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 & OptionsBaseOut
seismic view options
Ƭ StatusBar: Object
| Name | Type | Description |
|---|---|---|
autosize? | boolean | defines status auto size mode |
cssclass? | string | specify 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? | InfoCallback | defines custom section formatter |
sections.samples? | { format?: string | NumberFormat ; label?: string } | defines first section |
sections.samples.format? | string | NumberFormat | defines format of the section |
sections.samples.label? | string | defines title of the section |
sections.samplevalue? | { format?: string | NumberFormat ; label?: string } | defines third section |
sections.samplevalue.format? | string | NumberFormat | defines format of the section |
sections.samplevalue.label? | string | defines title of the section |
sections.traces? | { label?: string } | defines second section |
sections.traces.label? | string | defines title of the section |
sizes? | { medium?: number ; small?: number } | defines status auto size settings |
sizes.medium? | number | defines medium size |
sizes.small? | number | defines small size |
visible? | boolean | specify status bar visibility |
Ƭ StatusBarInfo: Object
| Name | Type | Description |
|---|---|---|
samples | string | text to display in samples section |
traces? | string | text io display in traces section |
value | string | text to display in value section |