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
property_image.gif DataVisualizer The DataVisualizer property determines a parent visualizer.

Methods inherited from the class DefaultSettingsProvider

  Method name Brief description
sub_image.gif getDefaultLabelsMaskText The getDefaultLabelsMaskText method returns default label text mask.
sub_image.gif getDefaultLegendBetweenFormat The getDefaultLegendBetweenFormat method returns default "between" legend text format.
sub_image.gif getDefaultLegendGreaterFormat The getDefaultLegendGreaterFormat method returns default "greater" legend text format.
sub_image.gif getDefaultLegendLessFormat The getDefaultLegendLessFormat method returns default "less" legend text format.
sub_image.gif getDefaultLegendNoDataText The getDefaultLegendNoDataText method returns default "no data" legend text format.
sub_image.gif getDefaultSizeLegendMaxValueFormat The getDefaultSizeLegendMaxValueFormat method returns default "maximum" legend text format.
sub_image.gif getDefaultSizeLegendMinValueFormat The getDefaultSizeLegendMinValueFormat method returns default "minimum" legend text format.
sub_image.gif getDefaultTooltipMaskText The getDefaultTooltipMaskText method returns default tooltip text mask.

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 the 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