Home
last modified time | relevance | path

Searched refs:shape (Results 76 – 100 of 202) sorted by last modified time

123456789

/plugin/diagramsnet/lib/resources/
H A Ddia_ca.txt684 shape=Forma
H A Ddia_cs.txt684 shape=Tvar
H A Ddia_da.txt684 shape=Figur
H A Ddia_el.txt684 shape=Σχήμα
H A Ddia_eo.txt648 rotateTooltip=Click and drag to rotate, click to turn shape only by 90 degrees
684 shape=Shape
749 turn=Rotate shape only by 90°
H A Ddia_es.txt684 shape=Forma
H A Ddia_fil.txt684 shape=Hugis
H A Ddia_fr.txt684 shape=Forme
H A Ddia_he.txt684 shape=‫צורה‬
H A Ddia_mr.txt648 rotateTooltip=Click and drag to rotate, click to turn shape only by 90 degrees
684 shape=Shape
749 turn=Rotate shape only by 90°
H A Ddia_my.txt648 rotateTooltip=Click and drag to rotate, click to turn shape only by 90 degrees
684 shape=Shape
749 turn=Rotate shape only by 90°
H A Ddia_fi.txt684 shape=Muoto
H A Ddia_gl.txt684 shape=Forma
H A Ddia_hi.txt648 rotateTooltip=Click and drag to rotate, click to turn shape only by 90 degrees
684 shape=Shape
749 turn=Rotate shape only by 90°
H A Ddia_i18n.txt684 shape=shape
H A Ddia_ko.txt684 shape=도형
H A Ddia_lt.txt648 rotateTooltip=Click and drag to rotate, click to turn shape only by 90 degrees
684 shape=Shape
749 turn=Rotate shape only by 90°
H A Ddia_ms.txt684 shape=Bentuk
H A Ddia_no.txt684 shape=Form
H A Ddia_pt.txt684 shape=Forma 
H A Ddia_ro.txt684 shape=Formă
/plugin/diagramsnet/lib/js/
H A Dapp.min.js1184shape&&null!=a.shape.style&&null!=a.style&&a.shape.style[mxConstants.STYLE_SHAPE]!=a.style[mxConst…
1185shape||mxUtils.equalEntries(a.shape.style,a.style)&&!this.checkPlaceholderStyles(a)||(a.shape.rese…
1186shape.indicatorShape&&(a.shape.indicator=new a.shape.indicatorShape,a.shape.indicator.dialect=a.sh…
1256shape&&null!=a.shape.stencil&&"fixed"==a.shape.stencil.aspect){var b=mxRectangle.fromRectangle(a),…
1771shape&&null!=this.state.shape){var a=this.getPosition(this.state.getPaintBounds());if(null!=a){var…
1921shape.stroke=this.getSelectionColor(),this.shape.strokewidth=this.getSelectionStrokeWidth()/this.s…
1964shape&&(this.shape.stroke=a)};mxCellHighlight.prototype.drawHighlight=function(){this.shape=this.c…
1968shape.strokewidth=this.getStrokeWidth()/this.state.view.scale,this.shape.outline=!0),null!=this.st…
2792shape&&null!=a.shape.bounds){f=a.shape.direction;e=a.shape.bounds;c=a.shape.scale;d=e.width/c;e=e.…
2887shape.node.parentNode.firstChild);g.redraw=function(){if(null!=this.shape){var a=b.getActualStartS…
[all …]
/plugin/diagramsnet/lib/js/grapheditor/
H A DFormat.js345 return (shape == 'label' || shape == 'rectangle' || shape == 'internalStorage' ||
346 shape == 'ext' || shape == 'umlLifeline' || shape == 'swimlane' ||
347 shape == 'process');
355 return (state.shape != null) ? state.shape.isRoundable() :
368 return !curved && (shape == 'connector' || shape == 'filledEdge');
386 return (shape == 'label' || shape == 'image');
2972 if (rect.style.shape == 'link' || rect.style.shape == 'flexArrow')
4941 if (ss.style.shape == 'swimlane' || ss.style.shape == 'table')
5196 …if (ss.style.shape == 'connector' || ss.style.shape == 'flexArrow' || ss.style.shape == 'filledEdg…
5254 …if (ss.style.shape == 'connector' || ss.style.shape == 'flexArrow' || ss.style.shape == 'filledEdg…
[all …]
H A DMenus.js280 var shape = mxUtils.getValue(state.style, mxConstants.STYLE_SHAPE);
282 if (shape != 'arrow')
291 if (shape == 'connector')
/plugin/diagramsnet/lib/js/diagramly/
H A DExtensions.js6600 var shape = obj.Shapes[i];
6601 var fillClr = shape.FillColor;
6603 var lineW = shape.LineWidth;
6604 var points = shape.Points;
6605 var lines = shape.Lines;
13189 var sfc = shape.FillColor, slc = shape.LineColor, slw = shape.LineWidth;
13191 if (shape.FillColor == 'prop')
13196 if (shape.FillColor == null)
13201 if (shape.LineColor == 'prop')
13206 if (shape.LineColor == null)
[all …]

123456789