Last updated

API / geotoolkit / gauges / defaults / AnnotatedFillGauge / AnnotatedFillGauge

Class: AnnotatedFillGauge

defaults.AnnotatedFillGauge.AnnotatedFillGauge

Implements a linear gauge (with vertical scale) . The fill is the indicator and shows the range of data, the value is displayed outside the gauge at the top.
It provides a left axis and right axis. It has a custom component which shows the status text based on the range of the value.

Hierarchy

Table of contents

Constructors
Methods

Contents

Constructors

new AnnotatedFillGauge()

new AnnotatedFillGauge()

Overrides

AbstractFactory.constructor

Methods

createGauge

createGauge(params): LinearGauge

Returns a gauge ready for use

Parameters

Name Type Description
paramsPartial<Options>JSON with overriding properties

Returns

LinearGauge

Gauge with applied default and overridden properties

Overrides

AbstractFactory.createGauge


getClassName

getClassName(): string

Returns

string

Inherited from

AbstractFactory.getClassName


getGaugeProperties

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.

Returns

Options

Overrides

AbstractFactory.getGaugeProperties


getGaugeType

getGaugeType(): string

Gets the type of the gauge which this factory implements

Returns

string

Inherited from

AbstractFactory.getGaugeType


getName

getName(): string

Gets the name of this implementation

Returns

string

Inherited from

AbstractFactory.getName


getClassName

Static getClassName(): string

Returns

string

Inherited from

AbstractFactory.getClassName