API / geotoolkit / welllog / widgets / tools / LogFrameVisualEditor / LogFrameVisualEditor
tools.LogFrameVisualEditor.LogFrameVisualEditor
Deprecated
since 4.0
Type Aliases
Type Aliases
Ƭ BoxStyles: Object
object containing stylings for different types of box states
| Name | Type | Description |
|---|---|---|
activefillstyle? | Type | Fill Style of the box when it is selected and active |
activelinestyle? | Type | Line Style of the box when it is selected and active |
inactivefillstyle? | Type | Fill Style of the box when it is inactive |
inactivelinestyle? | Type | Line Style of the box when it is inactive |
Ƭ BoxStylesOut: Object
object containing stylings for different types of handle states
| Name | Type | Description |
|---|---|---|
activefillstyle? | FillStyle | Fill Style of the box when it is selected and active |
activelinestyle? | LineStyle | Line Style of the box when it is selected and active |
inactivefillstyle? | FillStyle | Fill Style of the box when it is inactive |
inactivelinestyle? | LineStyle | Line Style of the box when it is inactive |
Ƭ 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