Searched refs:startArrow (Results 1 – 9 of 9) sorted by relevance
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/ |
H A D | LineProperties.php | 39 public $startArrow; variable in Google\\Service\\Slides\\LineProperties 118 public function setStartArrow($startArrow) argument 120 $this->startArrow = $startArrow; 127 return $this->startArrow;
|
/plugin/diagramsnet/lib/js/diagramly/vsdx/ |
H A D | VsdxExport.js | 454 var startArrow = state.style[mxConstants.STYLE_STARTARROW]; 457 var type = getArrowType(startArrow, startFill);
|
H A D | importer.js | 11868 var startArrow = this.getEdgeMarker(true); 11869 if (startArrow != null) { 11873 })(startArrow, VsdxShape.ARROW_NO_FILL_MARKER)) { 11874 … startArrow = startArrow.substring(VsdxShape.ARROW_NO_FILL_MARKER.length); 11877 /* put */ (this.styleMap[mxConstants.STYLE_STARTARROW] = startArrow);
|
/plugin/diagramsnet/lib/js/diagramly/graphml/ |
H A D | mxGraphMlCodec.js | 2119 var startArrow = function(val, map) function 2144 "source": startArrow,
|
/plugin/diagramsnet/lib/mxgraph/ |
H A D | mxClient.js | 398 …lete this.stroke;delete this.startSize;delete this.endSize;delete this.startArrow;delete this.endA… 401 …s.STYLE_ENDSIZE,this.endSize);this.startArrow=mxUtils.getValue(this.style,mxConstants.STYLE_STARTA…
|
/plugin/diagramsnet/lib/js/ |
H A D | viewer.min.js | 602 …lete this.stroke;delete this.startSize;delete this.endSize;delete this.startArrow;delete this.endA… 605 …s.STYLE_ENDSIZE,this.endSize);this.startArrow=mxUtils.getValue(this.style,mxConstants.STYLE_STARTA…
|
H A D | extensions.min.js | 1643 …ashPattern=c)},width:"strokeWidth"},"y:Arrows":{source:function(a,b){b.startArrow=mxGraphMlArrowsM… 1645 …rrow:{key:"startArrow",mod:"arrow"},"sourceArrow.yjs:Arrow":{defaults:{startArrow:"classic",startF…
|
H A D | viewer-static.min.js | 602 …lete this.stroke;delete this.startSize;delete this.endSize;delete this.startArrow;delete this.endA… 605 …s.STYLE_ENDSIZE,this.endSize);this.startArrow=mxUtils.getValue(this.style,mxConstants.STYLE_STARTA…
|
H A D | app.min.js | 636 …lete this.stroke;delete this.startSize;delete this.endSize;delete this.startArrow;delete this.endA… 639 …s.STYLE_ENDSIZE,this.endSize);this.startArrow=mxUtils.getValue(this.style,mxConstants.STYLE_STARTA…
|