MapDefaultSettingsProvider

Namespace: PP.Ui;

Inheritance hierarchy

Object

DefaultSettingsProvider

MapDefaultSettingsProvider

Description

The MapDefaultSettingsProvider class implements basic map settings.

Syntax

PP.initClass(PP.Ui.MapDefaultSettingsProvider, DefaultSettingsProvider, 'PP.Ui.MapDefaultSettingsProvider');

Constructor

  Constructor name Brief description
MapDefaultSettingsProvider The MapDefaultSettingsProvider constructor creates an instance of the MapDefaultSettingsProvider class.

Methods

  Method name Brief description
getArrowDefaultLabelMaskText The getArrowDefaultLabelMaskText method returns format for displaying labels of arrows on a map.
getArrowDefaultTooltipMaskText The getArrowDefaultTooltipMaskText method contains format of labels of arrows on a map.
getBarDefaultTooltipMaskText The getBarDefaultTooltipMaskText method returns format of displaying a bar factor tooltip on a map.
getBubbleDefaultTooltipMaskText The getBubbleDefaultTooltipMaskText method returns format of displaying a bubble factor tooltip on a map.
getMarkerDefaultTooltipMaskText The getMarkerDefaultTooltipMaskText method returns format of displaying a label tooltip on a map.
getPieDefaultTooltipMaskText The getPieDefaultTooltipMaskText method returns format of displaying a pie factor tooltip on a map.

Properties inherited from the class DefaultSettingsProvider

  Property name Brief description
DataVisualizer The DataVisualizer property determines a parent visualizer.

Methods inherited from the class DefaultSettingsProvider

Properties inherited from the class Object

  Property name Brief description
Data The Data property associates a random object with this component.
Id The Id property sets component identifier.
Settings The Settings property sets component parameters.

Methods inherited from the class Object

  Method name Brief description
clone The clone method creates a copy of object. It is not implemented in PP.Ui.Control.
dispose The dispose method deletes the component.
getTypeName The getTypeName method returns the name of the object type without the namespace, to which it belongs.

See also:

Classes Used to Work with DHTML Map