new Point(circle.x+rad2C, circle.y-rad2C),
new Point(circle.x-rad2C, circle.y+rad2C),
new Point(circle.x+rad2C, circle.y+rad2C)
};
for(int i=0; i<col.numCells(); ++i)
wasDrawn |= drawCell(g, clocs[i], radCell, col.getCell(i));
//Draw small black circle to indicate input bit origin locations
if(_showInput && _data!=null && _data[col.ix()][col.iy()]==1) {
wasDrawn = true;