Sets the node's layoutX and layoutY translation properties in order to relocate this node to the x,y location in the parent.
This method does not alter translateX or translateY, which if also set will be added to layoutX and layoutY, adjusting the final location by corresponding amounts.
x | the target x coordinate location | |
y | the target y coordinate location |
Diagram: Node