dundas.controls.MapElementSelectedStyle Class

 

Inheritance Hierarchy

 
Class
   dundas.controls.MapElementSelectedStyle
 

Constructors

 
  Name Description
init Initializes the selected map element style. Called during construction.
 
 

Properties

 
  Name Description
brightnessOffset Gets or sets an offset to apply to the map element's current brightness as a percentage of the range of possible values.
fill Gets or sets the settings used to fill the interior of this element.
opacityOffset Gets or sets an offset to apply to the data points' current opacity as a percentage of the range of possible values.
saturationOffset Gets or sets an offset to apply to the data points' current saturation as a percentage of the range of possible values.
stroke Gets or sets the settings used to draw an outline around this element.
strokeWidth Gets or sets the width of the outline drawn around this element.
 
 

Methods

 
  Name Description
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
invalidate Ensures the data control is re-drawn using the current data and settings at the next best time made available by the browser. This method is normally called automatically when needed.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.