static double leafCellYSize(Cell cell) { Rectangle2D bounds = cell.getBounds(); return bounds.getHeight(); }
static double leafCellXSize(Cell cell) { Rectangle2D bounds = cell.getBounds(); return bounds.getWidth(); }