API / geotoolkit / gauges / defaults / HorizontalBoxFillGauge / HorizontalBoxFillGauge
defaults.HorizontalBoxFillGauge.HorizontalBoxFillGauge
Implements a linear gauge (with horizontal scale). The fill indicator shows the range of data and the main axis shows the ticks
↳
HorizontalBoxFillGauge
Constructors
Constructors
• new HorizontalBoxFillGauge()
AbstractFactory.constructor
Methods
▸ createGauge(params): LinearGauge
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