Searched refs:targetGraph (Results 1 – 1 of 1) sorted by relevance
9777 var updateShape = function(targetGraph, targetCell, hide) argument9800 var isNew = !targetGraph.model.contains(targetCell);9807 targetGraph.getModel().beginUpdate();9816 targetGraph.addCell(targetCell)9819 targetGraph.setCellStyles(mxConstants.STYLE_SHAPE, 'stencil(' + newValue + ')', [targetCell]);9828 targetGraph.getModel().endUpdate();9834 targetGraph.setSelectionCell(targetCell);9835 targetGraph.scrollCellToVisible(targetCell);