API / geotoolkit / gauges / defaults / UnevenCircular / UnevenCircular
defaults.UnevenCircular.UnevenCircular
Implements a circular gauge with irregular tick spacing. Some ticks/labels may be hidden due to label collisions.
↳
UnevenCircular
Constructors
Methods
▸ createGauge(params): CircularGauge
Returns a gauge ready for use
| Name | Type | Description |
|---|---|---|
params | Partial<Options> & { regions?: Record<string, 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
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