API / geotoolkit / schematics / widgets / SchematicsWidget / SchematicsWidget
widgets.SchematicsWidget.SchematicsWidget
Type Aliases
Type Aliases
Ƭ Options: Options & { alignment?: Alignment ; annotationssizes?: AnnotationSize ; data?: any ; gap?: number | { horizontal?: number | { left?: number ; right?: number } ; vertical?: number | { bottom?: number ; top?: number } } ; highlight?: { component?: { boundscalculation?: BoundsCalculation ; cssclass?: string ; fillstyle?: FillStyle ; linestyle?: LineStyle } ; label?: { cssclass?: string ; fillstyle?: FillStyle ; linestyle?: LineStyle } } ; labeling?: { connectorShape?: ConnectorShape ; labelInfoProvider?: Function ; labelShape?: LabelShape ; labelShapeHighlighted?: LabelShape ; mode?: Mode } ; labelingStrategy?: LabelingStrategy | { defaultAlignment?: AlignmentType ; defaultLocation?: LocationType } ; labelshape?: { padding?: Type } ; legend?: { alignment?: AnchorType ; fillstyle?: any ; legenditem?: { gettext?: AbstractLegendItemInfoProvider | Function ; symbol?: any ; textstyle?: Type } ; linestyle?: any ; padding?: Type ; visible?: boolean } ; legendalignmentarea?: AnnotationLocation ; multidiameterselectionmode?: MultiDiameterSelectionMode ; northwest?: { title?: { textstyle?: Type } } ; options?: any ; scalescrollstrategy?: ScaleScrollStrategy ; sealevel?: { depth?: object ; visible?: boolean } ; tools?: { crosshair?: { enabled?: boolean } ; rubberbandzoom?: { enabled?: boolean ; mode?: RubberBandRenderMode } } ; tooltip?: { autoflip?: boolean ; divelement?: HTMLElement ; gettext?: Function } ; trackWidthStrategy?: TrackWidthStrategy ; wellborenode?: { automodellimitsmode?: boolean ; componentsvisibility?: { invisible?: any ; visible?: any } ; highlight?: any } ; west?: { axis?: { labelposition?: LabelPosition ; tickposition?: TickPosition ; type?: DepthAxisType } } }
options
Ƭ OptionsBase: Merge<AnnotationOptions, { alignment?: Alignment ; annotationssizes?: AnnotationSize ; gap?: number | { horizontal?: number | { left?: number ; right?: number } ; vertical?: number | { bottom?: number ; top?: number } } ; highlight?: { component?: { boundscalculation?: BoundsCalculation ; cssclass?: string ; fillstyle?: FillStyle ; linestyle?: LineStyle } ; label?: { cssclass?: string ; fillstyle?: FillStyle ; linestyle?: LineStyle } } ; labeling?: { connectorShape?: ConnectorShape ; labelInfoProvider?: Function ; labelShape?: LabelShape ; labelShapeHighlighted?: LabelShape ; mode?: Mode } ; labelingStrategy?: LabelingStrategy | { defaultAlignment?: AlignmentType ; defaultLocation?: LocationType } ; labelshape?: { padding?: Type } ; legend?: { alignment?: AnchorType ; fillstyle?: any ; legenditem?: { gettext?: AbstractLegendItemInfoProvider | Function ; symbol?: object ; textstyle?: Type } ; linestyle?: any ; padding?: Type ; visible?: boolean } ; legendalignmentarea?: AnnotationLocation ; multidiameterselectionmode?: MultiDiameterSelectionMode ; northwest?: { title?: { textstyle?: any } } ; scalescrollstrategy?: ScaleScrollStrategy ; sealevel?: { depth?: object ; visible?: boolean } ; tools?: { crosshair?: { enabled?: boolean ; horizontal?: any ; vertical?: any } ; rubberbandzoom?: { enabled?: boolean ; fillstyle?: Type ; linestyle?: Type ; mode?: RubberBandRenderMode } } ; tooltip?: { divelement?: HTMLElement ; gettext?: Function } ; trackWidthStrategy?: TrackWidthStrategy ; wellborenode?: Options ; west?: { axis?: { labelposition?: LabelPosition ; tickposition?: TickPosition ; type?: DepthAxisType } } }>
properties
Ƭ OptionsOut: OptionsOut & { alignment?: Alignment ; gap?: number | { horizontal?: number | { left?: number ; right?: number } ; vertical?: number | { bottom?: number ; top?: number } } ; highlight?: { component?: { boundscalculation?: BoundsCalculation ; cssclass?: string ; fillstyle?: FillStyle ; linestyle?: LineStyle } ; label?: { cssclass?: string ; fillstyle?: FillStyle ; linestyle?: LineStyle } } ; labeling?: { connectorShape?: ConnectorShape ; labelInfoProvider?: Function ; labelShape?: LabelShape ; labelShapeHighlighted?: LabelShape ; mode?: Mode } ; labelingStrategy?: LabelingStrategy | { defaultAlignment?: AlignmentType ; defaultLocation?: LocationType } ; labelshape?: { padding?: Type } ; legend?: { alignment?: AnchorType ; fillstyle?: any ; legenditem?: { gettext?: AbstractLegendItemInfoProvider | Function ; symbol?: any ; textstyle?: Type } ; linestyle?: any ; padding?: Type ; visible?: boolean } ; legendalignmentarea?: AnnotationLocation ; multidiameterselectionmode?: MultiDiameterSelectionMode ; northwest?: { title?: { textstyle?: any } } ; scalescrollstrategy?: ScaleScrollStrategy ; sealevel?: { depth?: object ; visible?: boolean } ; trackWidthStrategy?: TrackWidthStrategy ; wellborenode?: { automodellimitsmode?: boolean ; componentsvisibility?: { invisible?: any ; visible?: any } } ; west?: { axis?: { labelposition?: LabelPosition ; tickposition?: TickPosition ; type?: DepthAxisType } } }
properties
Ƭ Tools: { tooltip: ToolTipTool } & Tools
Ƭ ToolsOptions: any
options (see AnnotatedWidget.setToolsOptions for inherited options)