Static
typeDefines the AbsoluteLayout type. You can use this reference in render params.
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.
Optional
parameters: LayoutParametersConstructor parameters. May contain a custom locationFunction
.
This layout uses
left
andtop
positions in your data model to position elements, unless you provide alocationFunction
in its options.