Home
last modified time | relevance | path

Searched defs:startSize (Results 1 – 3 of 3) sorted by relevance

/plugin/diagramsnet/lib/js/diagramly/graphml/
DmxGraphMlCodec.js889 "startSize": 20, property
901 "startSize": 20, property
942 "startSize": 20 property
1161 "startSize": "20", property
1390 "startSize": "0" property
1429 "startSize": "0", property
1629 "startSize": rowStartSize, property
1672 "startSize": colStartSize, property
2197 "startSize": "6" property
/plugin/diagramsnet/lib/js/
Dextensions.min.js1599 startSize:20,strokeWidth:4,spacingLeft:10};y.isCollapsible={key:"collapsible",mod:"bool"};y.borderC… property
1600 …:Base64.encode(a))};var F=mxUtils.clone(f);F.defaults={shape:"swimlane",startSize:20};F["y:Shape.t… property
1609 …y":this.mapObject(e,{defaults:{shape:"swimlane;collapsible=0;rounded=1",startSize:"20",strokeColor… property
1619 …ct(q.RowDefaults,{defaults:{shape:"swimlane;collapsible=0;horizontal=0",startSize:"0"},"y:StripeDe… property
1620 …is.mapObject(q.ColumnDefaults,{defaults:{shape:"swimlane;collapsible=0",startSize:"0",fillColor:"n… property
1627 …w mxCell;w.vertex=!0;var x={shape:"swimlane;collapsible=0;horizontal=0",startSize:k,fillColor:a.se… property
1629 …ar n=g&1,w=new mxCell;w.vertex=!0;var x={shape:"swimlane;collapsible=0",startSize:d,fillColor:a.se… property
1645 …},"sourceArrow.yjs:Arrow":{defaults:{startArrow:"classic",startFill:"1",startSize:"6"},fill:k,scal… property
/plugin/diagramsnet/lib/js/grapheditor/
DGraph.js5807 Graph.prototype.createTable = function(rowCount, colCount, w, h, title, startSize, tableStyle, rowS… argument