Lines Matching refs:prototype

25 mxShapeDFDStart.prototype.cst = {START : 'mxgraph.dfd.start'};
32 mxShapeDFDStart.prototype.paintVertexShape = function(c, x, y, w, h)
48 mxCellRenderer.registerShape(mxShapeDFDStart.prototype.cst.START, mxShapeDFDStart);
50 mxShapeDFDStart.prototype.getConstraints = function(style, w, h)
95 mxShapeDFDArchive.prototype.cst = {ARCHIVE : 'mxgraph.dfd.archive'};
102 mxShapeDFDArchive.prototype.paintVertexShape = function(c, x, y, w, h)
121 mxCellRenderer.registerShape(mxShapeDFDArchive.prototype.cst.ARCHIVE, mxShapeDFDArchive);
123 mxShapeDFDArchive.prototype.getConstraints = function(style, w, h)
163 mxShapeDFDCheck2.prototype.cst = {CHECK2 : 'mxgraph.dfd.check2'};
170 mxShapeDFDCheck2.prototype.paintVertexShape = function(c, x, y, w, h)
195 mxCellRenderer.registerShape(mxShapeDFDCheck2.prototype.cst.CHECK2, mxShapeDFDCheck2);
197 mxShapeDFDCheck2.prototype.getConstraints = function(style, w, h)
250 mxShapeDFDDataStoreID.prototype.cst = {DATA_STORE_ID : 'mxgraph.dfd.dataStoreID'};
257 mxShapeDFDDataStoreID.prototype.paintVertexShape = function(c, x, y, w, h)
279 mxCellRenderer.registerShape(mxShapeDFDDataStoreID.prototype.cst.DATA_STORE_ID, mxShapeDFDDataStore…
281 mxShapeDFDDataStoreID.prototype.constraints = null;
303 mxShapeDFDExternalEntity.prototype.cst = {EXTERNAL_ENTITY : 'mxgraph.dfd.externalEntity'};
310 mxShapeDFDExternalEntity.prototype.paintVertexShape = function(c, x, y, w, h)
361 mxCellRenderer.registerShape(mxShapeDFDExternalEntity.prototype.cst.EXTERNAL_ENTITY, mxShapeDFDExte…
363 mxShapeDFDExternalEntity.prototype.getConstraints = function(style, w, h)
410 mxShapeDFDLoop.prototype.cst = {LOOP : 'mxgraph.dfd.loop'};
417 mxShapeDFDLoop.prototype.paintVertexShape = function(c, x, y, w, h)
431 mxCellRenderer.registerShape(mxShapeDFDLoop.prototype.cst.LOOP, mxShapeDFDLoop);
433 mxShapeDFDLoop.prototype.getConstraints = function(style, w, h)