Searched refs:ARC (Results 1 – 7 of 7) sorted by relevance
| /plugin/diagramsnet/lib/shapes/ |
| D | mxBasic.js | 2566 mxShapeBasicArc.prototype.cst = {ARC : 'mxgraph.basic.arc'}; 2629 mxCellRenderer.registerShape(mxShapeBasicArc.prototype.cst.ARC, mxShapeBasicArc); 2633 Graph.handleFactory[mxShapeBasicArc.prototype.cst.ARC] = function(state)
|
| /plugin/jmol2/jmol/ |
| D | CHANGES.txt | 410 # new feature: draw ARC {center} {plane} 411 # new feature: draw ARC {center} {axisPoint} 415 # bug fix: draw ARC was using radius, not diameter, for scale 2086 # new feature: draw ARC {pt1} {pt2} {ptref} {theta0, nDegrees, fractionalOffset} 2087 # new feature: draw ARROW ARC {pt1} {pt2} {ptref} {theta0, nDegrees, fractionalOffset} 2100 # draws phi and psi angles in the form of draw ARROW ARC
|
| /plugin/html2pdf/html2pdf/html2ps/data/ |
| D | LineBreak.txt | 6755 22BE;AL # RIGHT ANGLE WITH ARC 6839 2312;AI # ARC 7372 256D;AI # BOX DRAWINGS LIGHT ARC DOWN AND RIGHT 7373 256E;AI # BOX DRAWINGS LIGHT ARC DOWN AND LEFT 7374 256F;AI # BOX DRAWINGS LIGHT ARC UP AND LEFT 7375 2570;AI # BOX DRAWINGS LIGHT ARC UP AND RIGHT 7483 25DC;AL # UPPER LEFT QUADRANT CIRCULAR ARC 7484 25DD;AL # UPPER RIGHT QUADRANT CIRCULAR ARC 7485 25DE;AL # LOWER RIGHT QUADRANT CIRCULAR ARC 7486 25DF;AL # LOWER LEFT QUADRANT CIRCULAR ARC [all …]
|
| /plugin/processing/ |
| D | script.js | 276 ARC: 32, property 2050 case PConstants.ARC:
|
| /plugin/diagramsnet/lib/js/ |
| D | shapes-14-6-5.min.js | 1929 mxShapeBasicArc.prototype.cst={ARC:"mxgraph.basic.arc"}; property 1931 …p));a.stroke()};mxCellRenderer.registerShape(mxShapeBasicArc.prototype.cst.ARC,mxShapeBasicArc);mx… 1932 Graph.handleFactory[mxShapeBasicArc.prototype.cst.ARC]=function(a){var d=[Graph.createHandle(a,["st…
|
| D | shapes.min.js | 1880 mxShapeBasicArc.prototype.cst={ARC:"mxgraph.basic.arc"}; property 1882 …p));a.stroke()};mxCellRenderer.registerShape(mxShapeBasicArc.prototype.cst.ARC,mxShapeBasicArc);mx… 1883 Graph.handleFactory[mxShapeBasicArc.prototype.cst.ARC]=function(a){var d=[Graph.createHandle(a,["st…
|
| D | viewer-static.min.js | 6017 mxShapeBasicArc.prototype.cst={ARC:"mxgraph.basic.arc"}; 6019 …p));a.stroke()};mxCellRenderer.registerShape(mxShapeBasicArc.prototype.cst.ARC,mxShapeBasicArc);mx… 6020 Graph.handleFactory[mxShapeBasicArc.prototype.cst.ARC]=function(a){var d=[Graph.createHandle(a,["st…
|