Home
last modified time | relevance | path

Searched refs:alternateBounds (Results 1 – 8 of 8) sorted by relevance

/plugin/diagramsnet/lib/js/grapheditor/
DGraph.js376 var g = (geo.alternateBounds != null) ? geo.alternateBounds : geo;
4319 if (cell != null && geo != null && this.layoutManager != null && geo.alternateBounds != null)
4327 geo.alternateBounds.height = 0;
4331 geo.alternateBounds.width = 0;
6053 if (geo.alternateBounds != null)
6055 geo.alternateBounds.width += dx;
6076 if (geo.alternateBounds != null)
6078 geo.alternateBounds.width -= dx;
6191 x += (cell.alternateBounds != null ?
6192 cell.alternateBounds.width :
[all …]
/plugin/diagramsnet/lib/mxgraph/
DmxClient.js788 …xGeometry.prototype.TRANSLATE_CONTROL_POINTS=!0;mxGeometry.prototype.alternateBounds=null;mxGeomet… method in mxGeometry
789alternateBounds){var a=new mxRectangle(this.x,this.y,this.width,this.height);this.x=this.alternate…
796 …&mxUtils.equalPoints(this.points,a.points))&&(null==this.alternateBounds&&null==a.alternateBounds||
797 null!=this.alternateBounds&&this.alternateBounds.equals(a.alternateBounds))&&(null==this.offset&&nu…
1145alternateBounds){var d=b;this.collapseToPreferredSize&&(a=this.getPreferredSizeForCell(a),null!=a&…
1146alternateBounds.getCenterX()-b.getCenterX(),d=b.alternateBounds.getCenterY()-b.getCenterY(),a=Math…
/plugin/diagramsnet/lib/js/
Dviewer.min.js992 …xGeometry.prototype.TRANSLATE_CONTROL_POINTS=!0;mxGeometry.prototype.alternateBounds=null;mxGeomet… method in mxGeometry
993alternateBounds){var a=new mxRectangle(this.x,this.y,this.width,this.height);this.x=this.alternate…
1000 …&mxUtils.equalPoints(this.points,a.points))&&(null==this.alternateBounds&&null==a.alternateBounds||
1001 null!=this.alternateBounds&&this.alternateBounds.equals(a.alternateBounds))&&(null==this.offset&&nu…
1349alternateBounds){var d=b;this.collapseToPreferredSize&&(a=this.getPreferredSizeForCell(a),null!=a&…
1350alternateBounds.getCenterX()-b.getCenterX(),d=b.alternateBounds.getCenterY()-b.getCenterY(),a=Math…
2321 …llSelected(m)){var u=this.getCellGeometry(g.cell),u=null!=u.alternateBounds?u.alternateBounds:u;if…
2429alternateBounds){var k=this.layoutManager.getLayout(this.model.getParent(b));null!=k&&k.constructo…
2487 …etCellGeometry(q);null!=m&&(m=m.clone(),m.width+=c,null!=m.alternateBounds&&(m.alternateBounds.wid…
2488 m.x+=c,e||(m.width-=c,null!=m.alternateBounds&&(m.alternateBounds.width-=c)),k.setGeometry(q,m)))}i…
[all …]
Dapp.min.js1026 …xGeometry.prototype.TRANSLATE_CONTROL_POINTS=!0;mxGeometry.prototype.alternateBounds=null;mxGeomet… method in mxGeometry
1027alternateBounds){var a=new mxRectangle(this.x,this.y,this.width,this.height);this.x=this.alternate…
1034 …&mxUtils.equalPoints(this.points,a.points))&&(null==this.alternateBounds&&null==a.alternateBounds||
1035 null!=this.alternateBounds&&this.alternateBounds.equals(a.alternateBounds))&&(null==this.offset&&nu…
1383alternateBounds){var d=b;this.collapseToPreferredSize&&(a=this.getPreferredSizeForCell(a),null!=a&…
1384alternateBounds.getCenterX()-b.getCenterX(),d=b.alternateBounds.getCenterY()-b.getCenterY(),a=Math…
2570 …llSelected(f)){var q=this.getCellGeometry(d.cell),q=null!=q.alternateBounds?q.alternateBounds:q;if…
2678alternateBounds){var e=this.layoutManager.getLayout(this.model.getParent(a));null!=e&&e.constructo…
2736 …etCellGeometry(m);null!=n&&(n=n.clone(),n.width+=b,null!=n.alternateBounds&&(n.alternateBounds.wid…
2737 n.x+=b,d||(n.width-=b,null!=n.alternateBounds&&(n.alternateBounds.width-=b)),e.setGeometry(m,n)))}i…
[all …]
Dviewer-static.min.js992 …xGeometry.prototype.TRANSLATE_CONTROL_POINTS=!0;mxGeometry.prototype.alternateBounds=null;mxGeomet… method in mxGeometry
993alternateBounds){var a=new mxRectangle(this.x,this.y,this.width,this.height);this.x=this.alternate…
1000 …&mxUtils.equalPoints(this.points,a.points))&&(null==this.alternateBounds&&null==a.alternateBounds||
1001 null!=this.alternateBounds&&this.alternateBounds.equals(a.alternateBounds))&&(null==this.offset&&nu…
1349alternateBounds){var d=b;this.collapseToPreferredSize&&(a=this.getPreferredSizeForCell(a),null!=a&…
1350alternateBounds.getCenterX()-b.getCenterX(),d=b.alternateBounds.getCenterY()-b.getCenterY(),a=Math…
2321 …llSelected(m)){var u=this.getCellGeometry(g.cell),u=null!=u.alternateBounds?u.alternateBounds:u;if…
2429alternateBounds){var k=this.layoutManager.getLayout(this.model.getParent(b));null!=k&&k.constructo…
2487 …etCellGeometry(q);null!=m&&(m=m.clone(),m.width+=c,null!=m.alternateBounds&&(m.alternateBounds.wid…
2488 m.x+=c,e||(m.width-=c,null!=m.alternateBounds&&(m.alternateBounds.width-=c)),k.setGeometry(q,m)))}i…
[all …]
Dextensions.min.js1102 …n=a.getGeometry(g);if(null!=n&&(this.scaleRect(n,b),this.scaleRect(n.alternateBounds,b),a.isEdge(g…
/plugin/jdraw/lib/
Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/diagramsnet/lib/js/diagramly/vsdx/
Dimporter.js135 this.scaleRect(geo.alternateBounds, scale);