CircleLayout

CircleLayout

圆形布局,将多个节点以一个点为圆心排序

构造器

new CircleLayout(opt)

参数:
Name Type Description
opt Object

{minRadius: 最小半径, beginAngle: 起始角度(弧度)}

方法

doLayout(objects)

执行布局

参数:
Name Type Description
objects Array

要被布局的节点对象数组

setAngle(begin, end)

设置角度

参数:
Name Type Description
begin Number

起始角度(弧度)

end Number

结束角度(弧度)

setMinRadius(radius)

设置最小半径

参数:
Name Type Description
radius Number

半径