API / geotoolkit / gauges / AbstractGauge / AbstractGauge
gauges.AbstractGauge.AbstractGauge
Type Aliases
Type Aliases
Ƭ CustomComponent: Object
Defines custom component for gauges
| Name | Type | Description |
|---|---|---|
component | Group | The component to display |
layer | Layers | string | The layer to add a component |
region | Regions | string | The region to add a component |
Ƭ 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 & { bounds?: Rect ; clipping?: boolean ; fillstyle?: FillStyle ; functionregistry?: FunctionRegistry ; linestyle?: LineStyle }
properties