API / geotoolkit / welllog / widgets / tools / DepthShiftingTool / DepthShiftingTool
tools.DepthShiftingTool.DepthShiftingTool
Type Aliases
Ƭ DepthLabelCallback: (depthMapping: { from: number ; to: number }, logCurve: LogCurve) => string | null
▸ (depthMapping, logCurve): string | null
DepthLabelCallback definition
| Name | Type |
|---|---|
depthMapping | Object |
depthMapping.from | number |
depthMapping.to | number |
logCurve | LogCurve |
string | null
Ƭ EventMap: EventMap & { delete: DepthShiftingToolEventArgs ; dragend: DepthShiftingToolEventArgs ; dragging: DepthShiftingToolEventArgs ; dragstart: DepthShiftingToolEventArgs ; insert: DepthShiftingToolEventArgs ; onStateChanged: { mode: Mode } }
Ƭ HandleStyles: HandleStyles & { depthlabelfillstyle?: Type ; depthlabellinestyle?: Type ; depthlabelpaddingstyle?: Type ; depthlabeltextstyle?: Type }
object containing stylings for different types of handle states
Ƭ HandleStylesOut: HandleStylesOut & { depthlabelfillstyle?: FillStyle ; depthlabellinestyle?: LineStyle ; depthlabelpaddingstyle?: SpaceStyle ; depthlabeltextstyle?: TextStyle }
object containing stylings for different types of handle states
Ƭ Options: Options & { handlestyles?: HandleStyles ; mode?: Mode }
tool options
Ƭ OptionsOut: OptionsOut & { handlestyles: HandleStylesOut ; mode: Mode }
tool options