API / geotoolkit / welllog / widgets / tools / AbstractLogVisualEditingTool / AbstractLogVisualEditingTool
tools.AbstractLogVisualEditingTool.AbstractLogVisualEditingTool
Type Aliases
Type Aliases
Ƭ HandleStyles: Object
object containing stylings for different types of handle states
| Name | Type | Description |
|---|---|---|
activefillstyle? | Type | Fill Style of the handle when it is selected and active |
activelinestyle? | Type | Line Style of the handle when it is active |
ghostfillstyle? | Type | Fill Style of the handle when it is in ghost state |
ghostlinestyle? | Type | Line Style of the handle when it is in ghost state |
inactivefillstyle? | Type | Fill Style of the handle when it is selected and inactive |
inactivelinestyle? | Type | Line Style of the handle when it is inactive |
Ƭ HandleStylesOut: Object
object containing stylings for different types of handle states
| Name | Type | Description |
|---|---|---|
activefillstyle? | FillStyle | Fill Style of the handle when it is selected and active |
activelinestyle? | LineStyle | Line Style of the handle when it is active |
ghostfillstyle? | FillStyle | Fill Style of the handle when it is in ghost state |
ghostlinestyle? | LineStyle | Line Style of the handle when it is in ghost state |
inactivefillstyle? | FillStyle | Fill Style of the handle when it is selected and inactive |
inactivelinestyle? | LineStyle | Line Style of the handle when it is inactive |
Ƭ Options: Options & { cachedlayer?: Group | Layer ; handlesize?: number ; handlestyles?: HandleStyles }
tool options
Ƭ OptionsOut: OptionsOut & { handlesize: number ; handlestyles: HandleStylesOut }