Lines Matching refs:style

590 	var style = {graphMlID: id};  class in mxGraphMlCodec.importNode
622 this.addNodeStyle(node, dataObj, style);
673 this.addNodeStyle(node, dataObj, style);
688 this.handleTemplates(mlTemplate, mlUserTags, node, style);
691 this.handleFixedRatio(node, style);
694 this.handleCompoundShape(node, style, mlStyleObj, lbls);
697 if (style["strokeWidth"] == 0)
699 style["strokeColor"] = "none";
702 node.style = this.styleMap2Str(style);
713 lbls = this.addLabels(node, lblObj, style, graph);
718 mxGraphMlCodec.prototype.addNodeStyle = function (node, dataObj, style) argument
1004 }, style);
1655 cell.style = this.styleMap2Str(rowStyle);
1697 cell.style = this.styleMap2Str(colStyle);
1734 cell.style = this.styleMap2Str(rowStyle);
1801 cell.style = this.styleMap2Str(colStyle);
1898 var style = {graphMlID: id}; class in mxGraphMlCodec.importEdge
1915 this.addEdgeStyle(edge, dataObj, style);
1919 this.addLabels(edge, dataObj, style, graph);
1923 this.addEdgeStyle(edge, dataObj, style);
1924 var absPoints = this.addEdgePath(edge, desktopEdgeObj["y:Path"], style, dx, dy);
1927 this.addLabels(edge, desktopEdgeObj["y:EdgeLabel"], style, graph, absPoints);
1931 if (style["shape"] != null && style["shape"].indexOf("link") == 0)
1933 style["width"] = style["strokeWidth"];
1934 style["strokeWidth"] = 1;
1946 style["exitX"] = srcPort.pos.x;
1947 style["exitY"] = srcPort.pos.y;
1957 style["entryX"] = trgPort.pos.x;
1958 style["entryY"] = trgPort.pos.y;
1962 edge.style = this.styleMap2Str(style);
1988 mxGraphMlCodec.prototype.addEdgePath = function (edge, pathObj, style, dx, dy) argument
1999 style["exitX"] = (srcX + srcGeo.width/2) / srcGeo.width;
2000 style["exitY"] = (srcY + srcGeo.height/2) / srcGeo.height;
2001 …absPoints.push(new mxPoint(srcGeo.x + style["exitX"] * srcGeo.width - dx, srcGeo.y + style["exitY"…
2012 style["entryX"] = (trgX + trgGeo.width/2) / trgGeo.width;
2013 style["entryY"] = (trgY + trgGeo.height/2) / trgGeo.height;
2014 …endP = new mxPoint(trgGeo.x + style["entryX"] * trgGeo.width - dx, trgGeo.y + style["entryY"] * tr…
2254 var style = map["fontStyle"] || 0;
2259 style = style | 2;
2262 style = style | 1;
2265 style = style | 4;
2268 map["fontStyle"] = style;
2273 var style = map["fontStyle"] || 0;
2277 style = style | 4;
2279 map["fontStyle"] = style;
2368 lblCell.style += ";spacingTop=-4;";
2376 lblCell.style += ";align=center;";
2385 lblCell.style += ";verticalAlign=middle;";
2396 lblCell.style += ";rotation=-90";
2399 lblCell.style += ";align=center;";
2417 lblCell.style += ";rotation=-90;";
2435 lblCell.style += ";rotation=-90;";
2438 lblCell.style += ";align=center;";
2449 lblCell.style += ";align=center;";
2457 …lblCell.style += ";labelPosition=right;verticalLabelPosition=middle;align=left;verticalAlign=middl…
2460 …lblCell.style += ";labelPosition=center;verticalLabelPosition=bottom;align=center;verticalAlign=to…
2463 …lblCell.style += ";labelPosition=center;verticalLabelPosition=top;align=center;verticalAlign=botto…
2466 …lblCell.style += ";labelPosition=left;verticalLabelPosition=middle;align=right;verticalAlign=middl…
2492 lblCell.style += ";rotation=" + (parseFloat(angle) * (180 / Math.PI));
2495 lblCell.style += ";verticalAlign=middle;";
2520 lblCell.style += ";verticalAlign=middle;";