Lines Matching refs:prototype

27 mxVsdxCanvas2D.prototype.textEnabled = true;
34 mxVsdxCanvas2D.prototype.init = function (zip)
45 mxVsdxCanvas2D.prototype.onFilesLoaded = function ()
55 mxVsdxCanvas2D.prototype.createElt = function (name)
57 …return (this.xmlDoc.createElementNS != null) ? this.xmlDoc.createElementNS(VsdxExport.prototype.XM…
67 mxVsdxCanvas2D.prototype.createGeoSec = function ()
93 mxVsdxCanvas2D.prototype.newShape = function (shape, cellState, xmlDoc)
113 mxVsdxCanvas2D.prototype.newEdge = function (shape, cellState, xmlDoc)
127 mxVsdxCanvas2D.prototype.endShape = function ()
141 mxVsdxCanvas2D.prototype.newPage = function ()
151 mxVsdxCanvas2D.prototype.getShapeType = function ()
161 mxVsdxCanvas2D.prototype.getShapeGeo = function ()
171 mxVsdxCanvas2D.prototype.createCellElemScaled = function (name, val, formula)
173 return this.createCellElem(name, val / VsdxExport.prototype.CONVERSION_FACTOR, formula);
181 mxVsdxCanvas2D.prototype.createCellElem = function (name, val, formula)
192 mxVsdxCanvas2D.prototype.createRowScaled = function(type, index, x, y, a, b, c , d, xF, yF, aF, bF,…
194 …urn this.createRowRel(type, index, x / VsdxExport.prototype.CONVERSION_FACTOR, y / VsdxExport.prot…
195 a / VsdxExport.prototype.CONVERSION_FACTOR, b / VsdxExport.prototype.CONVERSION_FACTOR,
196 c / VsdxExport.prototype.CONVERSION_FACTOR, d / VsdxExport.prototype.CONVERSION_FACTOR,
200 mxVsdxCanvas2D.prototype.createRowRel = function(type, index, x, y, a, b, c , d, xF, yF, aF, bF, cF…
222 mxVsdxCanvas2D.prototype.begin = function()
232 mxVsdxCanvas2D.prototype.rect = function(x, y, w, h)
256 mxVsdxCanvas2D.prototype.roundrect = function(x, y, w, h, dx, dy)
268 mxVsdxCanvas2D.prototype.ellipse = function(x, y, w, h)
303 mxVsdxCanvas2D.prototype.moveTo = function(x, y)
333 mxVsdxCanvas2D.prototype.lineTo = function(x, y)
360 mxVsdxCanvas2D.prototype.quadTo = function(x1, y1, x2, y2)
399 mxVsdxCanvas2D.prototype.curveTo = function(x1, y1, x2, y2, x3, y3)
434 mxVsdxCanvas2D.prototype.close = function()
446 mxVsdxCanvas2D.prototype.addForeignData = function(type, index)
466 mxVsdxCanvas2D.prototype.convertSvg2Png = function(svgData, isBase64, callback)
550 mxVsdxCanvas2D.prototype.image = function(x, y, w, h, src, aspect, flipH, flipV)
722 mxVsdxCanvas2D.prototype.text = function(x, y, w, h, str, align, valign, wrap, format, overflow, cl…
1108 mxVsdxCanvas2D.prototype.rotate = function(theta, flipH, flipV, cx, cy)
1134 mxVsdxCanvas2D.prototype.stroke = function()
1145 mxVsdxCanvas2D.prototype.fill = function()
1156 mxVsdxCanvas2D.prototype.fillAndStroke = function()