The radial graph layout is represented by the NRadialGraphLayout class. The radial graph layout algorithm layouts the graph in concentric circles. The vertices with no predecessors are placed in the center and their descendants are placed on the next circle and so on. It produces a straight line graph drawing.
The following image demonstrates the result of the algorithm for a tree graph.