rowG.fillRectangle(0, 0, rowWidth, dummyRectangle.height);
for (int j = 0; j < rowSizes[i]; j++) {
int thisDx = (dummyRectangle.width + hPadBetweenInstances) * j;
JPowerGraphPoint thisPoint = new JPowerGraphPoint(thisDx + dummyRectangle.width/2, dummyRectangle.height/2);
rowG.drawSubJPowerGraph(subG, thisPoint.x - dummyRectangle.width/2, thisPoint.y - dummyRectangle.height/2);
}
rowImageMap.register(scale, rowSizes[i], rowG, g.getBackground(), nodeColor);
}
int rowdy = rowIndex * (dummyRectangle.height + vPadBetweenInstances);