Constructor Summary
Public Constructor | ||
public |
constructor(options: LinearGaugeOptions) |
Member Summary
Public Members | ||
public |
drawBox: * |
Method Summary
Public Methods | ||
public |
draw(): LinearGauge Triggering linear gauge render on a canvas. |
Inherited Summary
From class BaseGauge | ||
public static |
initialize(Type: string, options: GenericOptions) Inject given gauge object into DOM |
|
public get |
Returns current value of the gauge |
|
public set |
Sets new value for this gauge. |
|
public |
|
|
public |
|
|
public |
Gauge options |
|
public |
Gauge type class |
|
public |
destroy() Performs destruction of this object properly |
|
public abstract |
Triggering gauge render on a canvas. |
|
public |
update(options: RadialGaugeOptions): BaseGauge Updates gauge configuration options at runtime and redraws the gauge |
Public Constructors
public constructor(options: LinearGaugeOptions) source
Override:
BaseGauge#constructorParams:
Name | Type | Attribute | Description |
options | LinearGaugeOptions |
Public Members
public drawBox: * source
Public Methods
public draw(): LinearGauge source
Triggering linear gauge render on a canvas.