Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/js/diagramly/graphml/
H A DmxGraphMlCodec.js1397 var colMapping = { class in mxGraphMlCodec.handleCompoundShape
1432 "y:StripeDefaults": colMapping
1469 x = this.addColumn(columns[i], node, (i & 1), x, yShift, colMapping, defColStyle);
1769 mxGraphMlCodec.prototype.addColumn = function(column, parent, odd, x, yShift, colMapping, defColSty… argument
1774 this.mapObject(column, colMapping, colStyle);
1814 subX = this.addColumn(subCol[i], cell, (i & 1), subX, yShift, colMapping, defColStyle);