Last updated

API / geotoolkit / welllog / widgets / tools / LogFrameVisualEditor / LogFrameVisualEditor

Namespace: LogFrameVisualEditor

tools.LogFrameVisualEditor.LogFrameVisualEditor

Deprecated

since 4.0

Table of contents

Type Aliases

Contents

Type Aliases

BoxStyles

Ƭ BoxStyles: Object

object containing stylings for different types of box states

Type declaration

NameTypeDescription
activefillstyle?TypeFill Style of the box when it is selected and active
activelinestyle?TypeLine Style of the box when it is selected and active
inactivefillstyle?TypeFill Style of the box when it is inactive
inactivelinestyle?TypeLine Style of the box when it is inactive

BoxStylesOut

Ƭ BoxStylesOut: Object

object containing stylings for different types of handle states

Type declaration

NameTypeDescription
activefillstyle?FillStyleFill Style of the box when it is selected and active
activelinestyle?LineStyleLine Style of the box when it is selected and active
inactivefillstyle?FillStyleFill Style of the box when it is inactive
inactivelinestyle?LineStyleLine Style of the box when it is inactive

Options

Ƭ Options: Options & { boxStyles?: BoxStylesOut ; freeResizeMode?: boolean ; handleStyles?: { activefillstyle?: Type ; activelinestyle?: Type ; handlePainter?: Painter ; handleSize?: number ; inactivefillstyle?: Type ; inactivelinestyle?: Type } ; instance?: () => Node ; manipulatorLayer?: Group | Layer }

options