コード例 #1
0
ファイル: SilComp.java プロジェクト: imr/Electric8
 static double leafCellYSize(Cell cell) {
   Rectangle2D bounds = cell.getBounds();
   return bounds.getHeight();
 }
コード例 #2
0
ファイル: SilComp.java プロジェクト: imr/Electric8
 static double leafCellXSize(Cell cell) {
   Rectangle2D bounds = cell.getBounds();
   return bounds.getWidth();
 }