Lines Matching refs:mxVsdxMaster
2992 var mxVsdxMaster = (function () { function
2993 function mxVsdxMaster(m, model) { function
3012 mxVsdxMaster.prototype.processMasterShapes = function (model) { class
3067 … mxVsdxMaster.prototype.processMasterShape = function (shapeElem, model, internal)
3133 mxVsdxMaster.prototype.getMasterShape = function () {
3141 mxVsdxMaster.prototype.getSubShape = function (id) {
3148 mxVsdxMaster.prototype.getNameU = function () {
3155 mxVsdxMaster.prototype.getName = function () {
3162 mxVsdxMaster.prototype.getUniqueID = function () {
3169 mxVsdxMaster.prototype.getId = function () {
3172 mxVsdxMaster.prototype.getMasterElement = function () {
3175 return mxVsdxMaster;
3177 vsdx.mxVsdxMaster = mxVsdxMaster;
3178 mxVsdxMaster["__class"] = "com.mxgraph.io.vsdx.mxVsdxMaster";
3354 … var master = new com.mxgraph.io.vsdx.mxVsdxMaster(masterElement, this);