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

Id

The Id property determines a repository object identifier.

Methods inherited from the class Object

  Method name Brief description
clone The clone method creates an object copy.
dispose The dispose method deletes the component.
getHashCode The getHashCode method returns hash code of repository object.
getId The getId method returns repository object identifier.
getSettings The getSettings method returns repository object settings.
getTypeName The getTypeName method returns the name of the object type without the namespace, to which it belongs.
isEqual The isEqual method determines whether the specified object is equal to the current repository object.
isLive The isLive method determines validity of repository object.
removeAllEvents The removeAllEvents method removes all object event handlers by the specified context.
setId The setId method determines a repository object identifier.
setSettings The setSettings method determines repository object settings.
defineProps The defineProps method creates get and set methods from name array for the specified class.
keys The keys method returns array of methods and properties names for the specified object.

See also:

Classes Used to Work with DHTML Map