Constructor
new ThematicMapArea(data)
An object used for automation verification of thematic map areas.
Applications should not create this object.
Parameters:
Name | Type | Description |
---|---|---|
data |
Object | An object containing verification data |
- Source:
- ojthematicmap/ThematicMapArea.js, line 8
Methods
-
getColor() → {String}
-
Returns the color of a thematic map area
- Source:
- ojthematicmap/ThematicMapArea.js, line 17
Returns:
The area color- Type
- String
-
getLabel() → {String}
-
Returns the label of a thematic map area
- Source:
- ojthematicmap/ThematicMapArea.js, line 35
Returns:
The area label- Type
- String
-
getTooltip() → {String}
-
Returns the tooltip of a thematic map area
- Source:
- ojthematicmap/ThematicMapArea.js, line 26
Returns:
The area tooltip- Type
- String