Last updated

API / geotoolkit / welllog / widgets / tools / AbstractLogVisualEditingTool / AbstractLogVisualEditingTool

Namespace: AbstractLogVisualEditingTool

tools.AbstractLogVisualEditingTool.AbstractLogVisualEditingTool

Table of contents

Type Aliases

Contents

Type Aliases

HandleStyles

Ƭ HandleStyles: Object

object containing stylings for different types of handle states

Type declaration

NameTypeDescription
activefillstyle?TypeFill Style of the handle when it is selected and active
activelinestyle?TypeLine Style of the handle when it is active
ghostfillstyle?TypeFill Style of the handle when it is in ghost state
ghostlinestyle?TypeLine Style of the handle when it is in ghost state
inactivefillstyle?TypeFill Style of the handle when it is selected and inactive
inactivelinestyle?TypeLine Style of the handle when it is inactive

HandleStylesOut

Ƭ HandleStylesOut: Object

object containing stylings for different types of handle states

Type declaration

NameTypeDescription
activefillstyle?FillStyleFill Style of the handle when it is selected and active
activelinestyle?LineStyleLine Style of the handle when it is active
ghostfillstyle?FillStyleFill Style of the handle when it is in ghost state
ghostlinestyle?LineStyleLine Style of the handle when it is in ghost state
inactivefillstyle?FillStyleFill Style of the handle when it is selected and inactive
inactivelinestyle?LineStyleLine Style of the handle when it is inactive

Options

Ƭ Options: Options & { cachedlayer?: Group | Layer ; handlesize?: number ; handlestyles?: HandleStyles }

tool options


OptionsOut

Ƭ OptionsOut: OptionsOut & { handlesize: number ; handlestyles: HandleStylesOut }