Ejemplo n.º 1
0
 static double leafCellYSize(Cell cell) {
   Rectangle2D bounds = cell.getBounds();
   return bounds.getHeight();
 }
Ejemplo n.º 2
0
 static double leafCellXSize(Cell cell) {
   Rectangle2D bounds = cell.getBounds();
   return bounds.getWidth();
 }