Last updated

API / geotoolkit / gauges / AbstractGauge / AbstractGauge

Namespace: AbstractGauge

gauges.AbstractGauge.AbstractGauge

Table of contents

Type Aliases

Contents

Type Aliases

CustomComponent

Ƭ CustomComponent: Object

Defines custom component for gauges

Type declaration

NameTypeDescription
componentGroupThe component to display
layerLayers | stringThe layer to add a component
regionRegions | stringThe region to add a component

Options

Ƭ Options: Options & { bounds?: Rect ; clipping?: boolean ; fillstyle?: Type ; functionregistry?: FunctionRegistry ; height?: number ; linestyle?: Type ; width?: number ; x?: number ; y?: number }

JSON with gauge properties


OptionsOut

Ƭ OptionsOut: OptionsOut & { bounds?: Rect ; clipping?: boolean ; fillstyle?: FillStyle ; functionregistry?: FunctionRegistry ; linestyle?: LineStyle }

properties