FractalLayout
open class FractalLayout : Layout
A tree layout algorithm that places child nodes symmetrically around their parent node. This class inherits Layout.
-
Initializes a new instance of the FractalLayout class.
Declaration
Swift
public override init()
Return Value
The newly created instance of the FractalLayout.
-
Specifies the root node.
Declaration
Swift
open var root: DiagramNode?