(cell: dia.Cell)
| 43 | } |
| 44 | |
| 45 | protected addCell(cell: dia.Cell) { |
| 46 | if (cell.isLink()) return; |
| 47 | this.toggleArea(this.getCellArea(cell.getBBox()), cell.cid); |
| 48 | } |
| 49 | |
| 50 | protected removeCell(cell: dia.Cell) { |
| 51 | if (cell.isLink()) return; |
no test coverage detected