Last updated

API / geotoolkit / welllog / widgets / tools / DepthShiftingTool / DepthShiftingTool

Namespace: DepthShiftingTool

tools.DepthShiftingTool.DepthShiftingTool

Table of contents

Type Aliases

Contents

Type Aliases

DepthLabelCallback

Ƭ DepthLabelCallback: (depthMapping: { from: number ; to: number }, logCurve: LogCurve) => string | null

Type declaration

▸ (depthMapping, logCurve): string | null

DepthLabelCallback definition

Parameters
Name Type
depthMappingObject
depthMapping.fromnumber
depthMapping.tonumber
logCurveLogCurve
Returns

string | null


EventMap

Ƭ EventMap: EventMap & { delete: DepthShiftingToolEventArgs ; dragend: DepthShiftingToolEventArgs ; dragging: DepthShiftingToolEventArgs ; dragstart: DepthShiftingToolEventArgs ; insert: DepthShiftingToolEventArgs ; onStateChanged: { mode: Mode } }


HandleStyles

Ƭ HandleStyles: HandleStyles & { depthlabelfillstyle?: Type ; depthlabellinestyle?: Type ; depthlabelpaddingstyle?: Type ; depthlabeltextstyle?: Type }

object containing stylings for different types of handle states


HandleStylesOut

Ƭ HandleStylesOut: HandleStylesOut & { depthlabelfillstyle?: FillStyle ; depthlabellinestyle?: LineStyle ; depthlabelpaddingstyle?: SpaceStyle ; depthlabeltextstyle?: TextStyle }

object containing stylings for different types of handle states


Options

Ƭ Options: Options & { handlestyles?: HandleStyles ; mode?: Mode }

tool options


OptionsOut

Ƭ OptionsOut: OptionsOut & { handlestyles: HandleStylesOut ; mode: Mode }

tool options