API / geotoolkit / gauges / TrafficGauge / TrafficGauge
gauges.TrafficGauge.TrafficGauge
Type Aliases
Type Aliases
Ƭ LightOptions: Object
properties
| Name | Type | Description |
|---|---|---|
activefill? | Type | Fill style applied to this light when the value of the gauge falls within its range |
high? | number | Higher bound of the range in which this light is active |
inactivefill? | Type | Fill style applied to this light when the value of the gauge falls out of its range |
linestyle? | Type | Line style of the light shape |
low? | number | Lower bound of the range in which this light is active |
name? | string | Name of the light, all the operations on this light will be referenced by this name |
padding? | string | number | Padding inside the container of this light in CSS notation. This will be applied to all the sides. |
painter? | Painter | Painter used to draw the light shape |
preserveaspectratio? | boolean | A flag defining if the shape should have equal width and height regardless of its container dimensions |
Ƭ LightOptionsOut: Merge<Required<LightOptions>, { activefill: FillStyle | null ; inactivefill: FillStyle | null ; linestyle: LineStyle | null ; padding: number ; painter: PainterFunction }>
properties
Ƭ Options: Options & { css?: string | Options | CssStyle ; orientation?: Orientation ; trafficlights?: LightOptions | LightOptions[] }
properties
Ƭ OptionsOut: OptionsOut & { orientation: Orientation ; trafficlights: LightOptionsOut[] }
properties