Lines Matching refs:mlStyleObj
591 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)
1122 …mlStyleObj = 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")
1148 … else if (mlStyleObj["type"] == "OUTPUT" || tmpMap["dataObjectType"] == "data_object_type_output")
1158 this.mapObject(mlStyleObj, {
1185 mlStyleObj = mlStyleObj["y:GenericNode"] || mlStyleObj["y:GenericGroupNode"];
1187 this.mapObject(mlStyleObj, {
1304 var tableObj = mlStyleObj["yjs:TableNodeStyle"] || mlStyleObj["demotablestyle:DemoTableStyle"];
1306 if (!tableObj && mlStyleObj["bpmn:PoolNodeStyle"])
1308 tableObj = mlStyleObj["bpmn:PoolNodeStyle"]["yjs:TableNodeStyle"];
1478 this.mapObject(mlStyleObj, {
1545 var rows = mlStyleObj["y:TableNode"]["y:Table"]["y:Rows"]["y:Row"];
1546 var cols = mlStyleObj["y:TableNode"]["y:Table"]["y:Columns"]["y:Column"];
1590 var fill = mlStyleObj["y:GenericNode"]["y:Fill"];