Gets the position for the given Node/Group as dictated by either the left/top properties, or some other nominated pair, in the Node/Group's data.
This position is what the Absolute layout uses itself, and this method exposes the absolute position for subclasses that wish to make use
of the absolute backing.
Node/Group to get absolute position for.
Optionalparameters: LayoutParametersConstructor parameters. May contain a custom locationFunction.
A layout that places vertices into a series of layers, using a version of the Walker algorithm.
Deprecated
From 6.1.0 onwards use the
Hierarchylayout instead. This layout will not be included in 7.x versions of the Toolkit.