Light High Efficiency Graph Component
en

Qunee Developer Guide

Automatic Layouter

The automatic layout of graph is an algorithm science. The purpose of layout is to express the structure of graph, generate the layout effect of aesthetics. There are many types of layout. it can be divided into three classes: scatter, tree-form layout and network layout

Three types have several layout algorithm, such us rectangular layout, tree-form layout, bubble layout, organic layout, spring layout, looped layout, layer layout and orthogonal layout etc. Some layout work only to special topological structure. For example, tree layout and bubble layout apply to the tree graph only. Some are general layout, applied to any topological structure. For example, spring layout and organic layout, Qunee realizes only several layout

Balloon LayouterSpring LayouterTree Layouter