Home
last modified time | relevance | path

Searched refs:mxShape (Results 51 – 54 of 54) sorted by relevance

123

/plugin/diagramsnet/lib/js/diagramly/
H A DEditor.js1228 mxShape.prototype.createRoughCanvas = function(c) class
1234 var shapeCreateHandJiggle = mxShape.prototype.createHandJiggle;
1235 mxShape.prototype.createHandJiggle = function(c)
1257 var shapePaint = mxShape.prototype.paint;
1258 mxShape.prototype.paint = function(c)
1330 var shapePaintGlassEffect = mxShape.prototype.paintGlassEffect;
1331 mxShape.prototype.paintGlassEffect = function(c, x, y, w, h, arc)
H A DApp.js2489 if (state.shape instanceof mxShape && state.shape.checkBounds())
/plugin/diagramsnet/lib/js/
H A Dapp.min.js605 …uideY=null)};function mxShape(a){this.stencil=a;this.initStyles()}mxShape.prototype.dialect=null;m… class
606 mxShape.prototype.minSvgStrokeWidth=1;mxShape.prototype.bounds=null;mxShape.prototype.points=null;m…
607 mxShape.prototype.visible=!0;mxShape.prototype.useSvgBoundingBox=!1;mxShape.prototype.init=function…
608 mxShape.prototype.getSvgScreenOffset=function(){return 1==mxUtils.mod(Math.max(1,Math.round((this.s…
624 mxShape.prototype.destroyCanvas=function(a){if(a instanceof mxSvgCanvas2D){for(var b in a.gradients…
631 mxShape.prototype.paintBackground=function(a,b,c,d,e){};mxShape.prototype.paintForeground=function(…
644 mxShape.prototype.isPaintBoundsInverted=function(){return null==this.stencil&&(this.direction==mxCo…
756 …linder(a,b,c,d){mxShape.call(this);this.bounds=a;this.fill=b;this.stroke=c;this.strokewidth=null!=…
3242mxShape.call(this)}function X(){mxShape.call(this)}function Z(){mxEllipse.call(this)}function O(){
3284mxShape.prototype.defaultJiggle=1.5;var Xa=mxShape.prototype.beforePaint;mxShape.prototype.beforeP…
[all …]
/plugin/diagramsnet/lib/js/grapheditor/
H A DGraph.js233 mxShape.prototype.getConstraints = function(style, w, h) class
365 mxShape.prototype.svgStrokeTolerance - 1 :
366 (mxShape.prototype.svgStrokeTolerance + 1) / 2);
654 box.grow(mxShape.prototype.svgStrokeTolerance / 2);
6458 var mxShapePaint = mxShape.prototype.paint;
6460 mxShape.prototype.paint = function()
6930 return new mxShape(new mxStencil(doc.documentElement));
12506 mxShape.prototype.svgStrokeTolerance = 18;

123