Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/js/diagramly/graphml/
DmxGraphMlCodec.js591 var mlStyleObj = null;
615 mlStyleObj = dataObj;
672 mlStyleObj = dataObj;
694 this.handleCompoundShape(node, style, mlStyleObj, lbls);
1101 mxGraphMlCodec.prototype.handleCompoundShape = function (node, styleMap, mlStyleObj, lbls) argument
1116 this.handleCompoundShape(node, styleMap, mlStyleObj, lbls)
1122mlStyleObj = mlStyleObj["bpmn:DataObjectNodeStyle"] || mlStyleObj["y:GenericNode"] || mlStyleObj["…
1125 this.mapObject(mlStyleObj, {
1132 if (mlStyleObj["collection"] == "true" || tmpMap["marker1"] == "bpmn_marker_parallel")
1140 if (mlStyleObj["type"] == "INPUT" || tmpMap["dataObjectType"] == "data_object_type_input")
[all …]