SquareLayout class

Inheritance

Constructors

SquareLayout(TreeMapSeries series)

Properties

hashCode int
The hash code for this object.
no setterinherited
ratio num
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
series TreeMapSeries
finalinherited

Methods

layout(TreeMapNode root, Rect area) → void
给定一个区域范围和节点,对该节点的Children进行布局(不包含孩子的孩子)
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

layoutChildren(num ratio, TreeMapNode parent, double left, double top, double right, double bottom) List<Row>
treemapDice(Row parent, double x0, double y0, double x1, double y1) → void
treemapSlice(Row parent, double x0, double y0, double x1, double y1) → void