API / geotoolkit / gauges / defaults / CoveredNeedleCircular / CoveredNeedleCircular
defaults.CoveredNeedleCircular.CoveredNeedleCircular
Implements a circular gauge with a needle most part of which is covered by a big circle which has value displayed on it. axis look segmented Value is displayed in the center and the shadow acts as visualization.
↳
CoveredNeedleCircular
Constructors
Constructors
• new CoveredNeedleCircular()
AbstractFactory.constructor
Methods
▸ createGauge(params): CircularGauge
Returns a gauge ready for use
| Name | Type | Description |
|---|---|---|
params | Partial<Options> | JSON with overriding properties |
Gauge with applied default and overridden properties
▸ getClassName(): string
string
▸ getGaugeProperties(): Options
Returns properties pertaining to the gauge implemented by this factory. This function is called by CreateGauge() method in this class and is mainly for internal use.
AbstractFactory.getGaugeProperties
▸ getGaugeType(): string
Gets the type of the gauge which this factory implements
string
▸ getName(): string
Gets the name of this implementation
string
▸ Static getClassName(): string
string