Last updated

API / geotoolkit / gauges / defaults / UnevenCircular / UnevenCircular

Class: UnevenCircular

defaults.UnevenCircular.UnevenCircular

Implements a circular gauge with irregular tick spacing. Some ticks/labels may be hidden due to label collisions.

Hierarchy

Table of contents

Constructors
Methods

Contents

Constructors

new UnevenCircular()

new UnevenCircular()

Overrides

AbstractFactory.constructor

Methods

createGauge

createGauge(params): CircularGauge

Returns a gauge ready for use

Parameters

Name Type Description
paramsPartial<Options> & { regions?: Record<string, Options> }JSON with overriding properties

Returns

CircularGauge

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

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