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