* the node for which the bounds must be returned
* @param nodeScreenRectangle
* the rectangle receiving the node's coordinates
*/
public void getNodeScreenBounds(Node node, JPowerGraphRectangle nodeScreenRectangle) {
NodePainter nodePainter = getPainterForNode(node);
nodePainter.getNodeScreenBounds(this, node, nodeSize, 1.0, nodeScreenRectangle);
}