start Layout
abstract fun <N, Row, Column> startLayout(bounds: Rectangle2D?, model: TreeMapModel<N, Row, Column>, root: N, worker: TreeMapWorker?)
Start the layout before breadthFirstLayout is initiated.
Parameters
bounds
the bounds of the view
model
the model
root
the root node
worker