API / geotoolkit / welllog / widgets / visuals / LogTrackContainer / LogTrackContainer
visuals.LogTrackContainer.LogTrackContainer
Type Aliases
Ƭ CollapsedInterval: Object
| Name | Type | Description |
|---|---|---|
collapsed | boolean | flag if interval is collapsed |
index? | number | interval index |
range | Range | interval depth range |
scale? | number | scale |
Ƭ CollapsedIntervalMarker: Object
collapsed marker styles
| Name | Type | Description |
|---|---|---|
collapsed? | { line?: { color?: string ; decoration?: ILineDecoration ; width?: number } ; symbol?: { fillstyle?: Type ; linestyle?: Type ; painter?: Painter ; size?: number } } | marker styles for collapsed mode |
collapsed.line? | { color?: string ; decoration?: ILineDecoration ; width?: number } | marker line style |
collapsed.line.color? | string | marker line color |
collapsed.line.decoration? | ILineDecoration | marker line decoration style |
collapsed.line.width? | number | marker line width |
collapsed.symbol? | { fillstyle?: Type ; linestyle?: Type ; painter?: Painter ; size?: number } | marker symbol shape |
collapsed.symbol.fillstyle? | Type | marker symbol shape fillstyle |
collapsed.symbol.linestyle? | Type | marker symbol shape linestyle |
collapsed.symbol.painter? | Painter | marker symbol shape painter |
collapsed.symbol.size? | number | marker symbol shape size |
uncollapsed? | { line?: { color?: string ; decoration?: ILineDecoration ; width?: number } ; symbol?: { fillstyle?: Type ; linestyle?: Type ; painter?: Painter ; size?: number } } | marker styles for uncollapsed mode |
uncollapsed.line? | { color?: string ; decoration?: ILineDecoration ; width?: number } | marker line style |
uncollapsed.line.color? | string | marker line color |
uncollapsed.line.decoration? | ILineDecoration | marker line decoration style |
uncollapsed.line.width? | number | marker line width |
uncollapsed.symbol? | { fillstyle?: Type ; linestyle?: Type ; painter?: Painter ; size?: number } | marker symbol shape |
uncollapsed.symbol.fillstyle? | Type | marker symbol shape fillstyle |
uncollapsed.symbol.linestyle? | Type | marker symbol shape linestyle |
uncollapsed.symbol.painter? | Painter | marker symbol shape painter |
uncollapsed.symbol.size? | number | marker symbol shape size |
Ƭ InsertTrack: TrackOptions & { type?: TrackType } | TrackType | LogTrack | LogTrack[]
track to insert
Ƭ Options: Options & { indent?: number ; trackfactory?: TrackFactory ; tracks?: LogTrack[] }
track factory or properties object
Ƭ OptionsOut: OptionsOut & { indent: number ; trackfactory: TrackFactory ; tracks: LogTrack[] }
properties object