Lines Matching refs:mxArchiMate3Tech
1961 function mxArchiMate3Tech(bounds, fill, stroke, strokewidth) function
1973 mxUtils.extend(mxArchiMate3Tech, mxShape);
1975 mxArchiMate3Tech.prototype.cst = { class
1990 mxArchiMate3Tech.prototype.paintVertexShape = function(c, x, y, w, h)
1999 mxArchiMate3Tech.prototype.background = function(c, x, y, w, h)
2017 mxArchiMate3Tech.prototype.foreground = function(c, x, y, w, h)
2019 …var type = mxUtils.getValue(this.style, mxArchiMate3Tech.prototype.cst.TYPE, mxArchiMate3Tech.prot…
2023 if (type === mxArchiMate3Tech.prototype.cst.PLATEAU)
2037 else if (type === mxArchiMate3Tech.prototype.cst.FACILITY)
2053 else if (type === mxArchiMate3Tech.prototype.cst.EQUIPMENT)
2140 else if (type === mxArchiMate3Tech.prototype.cst.SYS_SW)
2144 else if (type === mxArchiMate3Tech.prototype.cst.DEVICE)
2150 mxCellRenderer.registerShape(mxArchiMate3Tech.prototype.cst.TECH, mxArchiMate3Tech);
2152 mxArchiMate3Tech.prototype.getConstraints = function(style, w, h)