Home
last modified time | relevance | path

Searched refs:shape (Results 51 – 75 of 202) sorted by relevance

123456789

/plugin/diagramsnet/lib/js/
H A Dviewer.min.js1150shape&&null!=a.shape.style&&null!=a.style&&a.shape.style[mxConstants.STYLE_SHAPE]!=a.style[mxConst…
1151shape||mxUtils.equalEntries(a.shape.style,a.style)&&!this.checkPlaceholderStyles(a)||(a.shape.rese…
1152shape.indicatorShape&&(a.shape.indicator=new a.shape.indicatorShape,a.shape.indicator.dialect=a.sh…
1222shape&&null!=a.shape.stencil&&"fixed"==a.shape.stencil.aspect){var b=mxRectangle.fromRectangle(a),…
1737shape&&null!=this.state.shape){var a=this.getPosition(this.state.getPaintBounds());if(null!=a){var…
1887shape.stroke=this.getSelectionColor(),this.shape.strokewidth=this.getSelectionStrokeWidth()/this.s…
1930shape&&(this.shape.stroke=a)};mxCellHighlight.prototype.drawHighlight=function(){this.shape=this.c…
1934shape.strokewidth=this.getStrokeWidth()/this.state.view.scale,this.shape.outline=!0),null!=this.st…
2543shape&&null!=b.shape.bounds){g=b.shape.direction;e=b.shape.bounds;f=b.shape.scale;c=e.width/f;e=e.…
2638shape.node.parentNode.firstChild);l.redraw=function(){if(null!=this.shape){var b=d.getActualStartS…
[all …]
H A Dexport.js160 graph.cellRenderer.redrawLabelShape = function(shape) argument
164 if (shape.node != null)
166 var links = shape.node.getElementsByTagName('a');
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 …]
H A Dviewer-static.min.js1150shape&&null!=a.shape.style&&null!=a.style&&a.shape.style[mxConstants.STYLE_SHAPE]!=a.style[mxConst…
1151shape||mxUtils.equalEntries(a.shape.style,a.style)&&!this.checkPlaceholderStyles(a)||(a.shape.rese…
1152shape.indicatorShape&&(a.shape.indicator=new a.shape.indicatorShape,a.shape.indicator.dialect=a.sh…
1222shape&&null!=a.shape.stencil&&"fixed"==a.shape.stencil.aspect){var b=mxRectangle.fromRectangle(a),…
1737shape&&null!=this.state.shape){var a=this.getPosition(this.state.getPaintBounds());if(null!=a){var…
1887shape.stroke=this.getSelectionColor(),this.shape.strokewidth=this.getSelectionStrokeWidth()/this.s…
1930shape&&(this.shape.stroke=a)};mxCellHighlight.prototype.drawHighlight=function(){this.shape=this.c…
1934shape.strokewidth=this.getStrokeWidth()/this.state.view.scale,this.shape.outline=!0),null!=this.st…
2543shape&&null!=b.shape.bounds){g=b.shape.direction;e=b.shape.bounds;f=b.shape.scale;c=e.width/f;e=e.…
2638shape.node.parentNode.firstChild);l.redraw=function(){if(null!=this.shape){var b=d.getActualStartS…
[all …]
/plugin/sketchcanvas/script/
H A DSketchCanvas.js377 // Prioritize path editing over shape selection.
381 // Do not try to change shape of non-sizeable object.
471 // If so, clear the selection and select the new shape.
480 // Single click always selects a single shape.
482 // Forget point selection in pathedit tool if shape selection is changed.
810 /// Draw a shape on the canvas.
934 // When pathedit tool is selected, draw handles on the shape's control points
938 function pathEditSelectDraw(shape){ argument
939 var pts = shape.points;
943 if(toolmap[shape
1915 selectDraw(shape) global() argument
[all...]
/plugin/jdraw/src/com/mxgraph/examples/swing/resources/
H A Deditor_zh-CN.properties.bak88 shape=Shape
H A Deditor.properties91 shape=Shape key
H A Deditor.properties.bak87 shape=Shape
H A Deditor_zh-CN.properties88 shape=Shape key
H A Deditor_de.properties95 shape=Element key
H A Deditor_de.properties.bak88 shape=Element
/plugin/diagramsnet/lib/js/grapheditor/
H A DShapes.js1883 var shape = null;
1889 if (shape != null)
1938 var tmp = new shape();
1947 while (shape != null);
2166 var shape = new ctor();
2167 shape.apply(this.state);
5654 var w = (state.shape.getEdgeWidth() - state.shape.strokewidth) * state.view.scale;
5685 var w = (state.shape.getStartArrowWidth() - state.shape.strokewidth) * state.view.scale;
5725 var w = (state.shape.getEdgeWidth() - state.shape.strokewidth) * state.view.scale;
5756 var w = (state.shape.getEndArrowWidth() - state.shape.strokewidth) * state.view.scale;
[all …]
/plugin/diagramsnet/lib/shapes/er/
H A DmxER.js1248 mxMarker.addMarker('ERone', function(c, shape, type, pe, unitX, unitY, size, source, sw, filled) argument
1262 mxMarker.addMarker('ERmandOne', function(c, shape, type, pe, unitX, unitY, size, source, sw, filled) argument
1278 mxMarker.addMarker('ERmany', function(c, shape, type, pe, unitX, unitY, size, source, sw, filled) argument
1293 mxMarker.addMarker('ERoneToMany', function(c, shape, type, pe, unitX, unitY, size, source, sw, fill… argument
1310 mxMarker.addMarker('ERzeroToMany', function(c, shape, type, pe, unitX, unitY, size, source, sw, fil… argument
1332 var oldColor = mxUtils.getValue(shape.style, mxConstants.STYLE_STROKECOLOR, '#666666');
1358 mxMarker.addMarker('ERzeroToOne', function(c, shape, type, pe, unitX, unitY, size, source, sw, fill… argument
1380 var oldColor = mxUtils.getValue(shape.style, mxConstants.STYLE_STROKECOLOR, '#666666');
/plugin/imagecarousel/vendor/slick/
H A DCONTRIBUTING.markdown34 …ing a pull request you are authorizing me to edit or modify it in any way shape or form. You will …
/plugin/bibtex4dw/
H A DTODO.md8 The code is not in very good shape and should be refactored and properly documented.
/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.vml.js397 o = o.shape || o.node;
611 this.shape && this.shape.parentNode.removeChild(this.shape);
845 p.shape = el;
/plugin/c3chart/assets/
H A Dc3.css23 shape-rendering: crispEdges;
/plugin/bpmnio/vendor/dmn-js/dist/
H A Ddmn-modeler.production.min.js7shape:["x","y","width","height"],connection:["waypoints"]};function Zr(e,t,n,i){this._eventBus=t,t…
21shape;return function(e,t,n){n||(n={});var i=n.defaultDistance||50,r=Hr(e),o=zr(e);return{x:o.righ… property in Hh.updateAttachment.n
/plugin/jmol2/jmol/
H A DJmolApplet0_ShapeSurface.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolAppletSigned0_ShapeSurface.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
/plugin/jcapture/lib/
H A Djcapture.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/processing/
H A Dscript.js2431 var shape;
2443 shape.parseLine();
2455 shape.parseRect();
2488 return shape;
3098 p.shape = function(shape, x, y, width, height) { function
3105 p.scale(width / shape.getWidth(), height / shape.getHeight());
3107 p.translate(x - shape.getWidth()/2, - shape.getHeight()/2);
3109 p.translate(-shape.getWidth()/2, -shape.getHeight()/2);
3114 p.scale(width / shape.getWidth(), height / shape.getHeight());
3123 p.scale(width / shape.getWidth(), height / shape.getHeight());
[all …]
/plugin/amcharts/assets/amcharts/plugins/export/
H A Dexport.css320 .amcharts-export-menu .export-drawing-shape a {
345 .amcharts-export-menu .export-drawing-shape a:hover img {
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorMenuBar.java.bak256 // Creates the shape menu
257 menu = add(new JMenu(mxResources.get("shape")));
523 * Adds menu items to the given shape menu. This is factored out because
524 * the shape menu appears in the menubar and also in the popupmenu.
/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