double scale = getInstanceScale(numInstances);
subG.setBackground(g.getBackground());
subG.setForeground(g.getForeground());
subG.setAntialias(g.getAntialias());
subG.fillRectangle(0, 0, dummyRectangle.width, dummyRectangle.height);
nodePainter.paintNode(graphPane, subG, dummyNode, ShapeNodePainter.SMALL, theSubGraphHighlighter, new JPowerGraphPoint(dummyRectangle.width/2, dummyRectangle.height/2), scale);
JPowerGraphColor nodeColor = nodePainter.getBackgroundColor(dummyNode, graphPane, theSubGraphHighlighter);
for (int i = 0; i < rowSizes.length; i++) {
int rowIndex = (((numRows - 1) / 2) - i) * -1;