API / geotoolkit / gauges / defaults / SimpleNumeric / SimpleNumeric
defaults.SimpleNumeric.SimpleNumeric
Implements a simple numeric gauge. Contains two regions with a descriptor in the north position and a value in the south position. The north region has a blue fill background, the south region has a white fill background
↳
SimpleNumeric
Constructors
Methods
▸ createGauge(params): NumericGauge
Returns a gauge ready for use
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