TreeMapItem.build

Syntax

build(position: Object);

Parameters

position. Value of item size and position. This object contains the following fields: Top - value of the top offset, Left - value of the left offset, Width - width value, Height - height value.

Description

The build method rebuilds tree map item based on received position and size values.

Example

The example of use is given in the page with description of the TreeMapItem.animationStep method.

See also:

TreeMapItem