dundas.controls.TreemapSelectedStyle Class

 

Inheritance Hierarchy

 
Class
   dundas.controls.TreemapNodeStyle
      dundas.controls.TreemapSelectedStyle
 

Constructors

 
  Name Description
init Initializes the treemap node selected style. Called during construction. Inherited from dundas.controls.TreemapNodeStyle.
 
 

Properties

 
  Name Description
brightnessOffset Gets or sets an offset to apply to the node background's brightness as a percentage of the range of possible values.
headingBackground Gets or sets the settings used to draw the heading background. Inherited from dundas.controls.TreemapNodeStyle.
headingFontColor Gets or sets the heading font color. Inherited from dundas.controls.TreemapNodeStyle.
headingFontFamily Gets or sets the heading font family. Inherited from dundas.controls.TreemapNodeStyle.
headingFontStyle Gets or sets the heading font style. Inherited from dundas.controls.TreemapNodeStyle.
headingFontWeight Gets or sets the heading font weight. Inherited from dundas.controls.TreemapNodeStyle.
headingTextAlign Gets or sets the horizontal alignment of the heading text. Inherited from dundas.controls.TreemapNodeStyle.
headingVerticalTextAlign Gets or sets the vertical alignment of the heading text. Inherited from dundas.controls.TreemapNodeStyle.
nodeBackground Gets or sets the settings used to draw the background of the node. Inherited from dundas.controls.TreemapNodeStyle.
nodeBorderColor Gets or sets the border color. Inherited from dundas.controls.TreemapNodeStyle.
nodeBorderWidth Gets or sets the border width. Inherited from dundas.controls.TreemapNodeStyle.
nodeFontColor Gets or sets the node content font color. Inherited from dundas.controls.TreemapNodeStyle.
nodeFontFamily Gets or sets the node content font family. Inherited from dundas.controls.TreemapNodeStyle.
nodeFontStyle Gets or sets the node content font style. Inherited from dundas.controls.TreemapNodeStyle.
nodeFontWeight Gets or sets the node content font weight. Inherited from dundas.controls.TreemapNodeStyle.
nodeTextAlign Gets or sets the horizontal alignment of the node text. Inherited from dundas.controls.TreemapNodeStyle.
opacityOffset Gets or sets an offset to apply to the node background's current opacity as a percentage of the range of possible values.
saturationOffset Gets or sets an offset to apply to the node background's current saturation as a percentage of the range of possible values.
verticalTextAlign Gets or sets the vertical alignment of the node text. Inherited from dundas.controls.TreemapNodeStyle.
 
 

Methods

 
  Name Description
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.
toString Returns a string representation of this object. Inherited from dundas.controls.TreemapNodeStyle.