Searched refs:ARC (Results 1 – 7 of 7) sorted by relevance
/plugin/diagramsnet/lib/shapes/ |
H A 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/ |
H A 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/ |
H A D | LineBreak.txt | 6755 22BE;AL # RIGHT ANGLE WITH ARC 6839 2312;AI # ARC 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 8236 2938;AL # RIGHT-SIDE ARC CLOCKWISE ARROW 8238 293A;AL # TOP ARC ANTICLOCKWISE ARROW 8239 293B;AL # BOTTOM ARC ANTICLOCKWISE ARROW 8327 2993;OP # LEFT ARC LESS-THAN BRACKET [all …]
|
/plugin/processing/ |
H A D | script.js | 276 ARC: 32, property in PConstants 2050 case PConstants.ARC:
|
/plugin/diagramsnet/lib/js/ |
H A D | shapes-14-6-5.min.js | 1929 mxShapeBasicArc.prototype.cst={ARC:"mxgraph.basic.arc"}; 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…
|
H A D | shapes.min.js | 1880 mxShapeBasicArc.prototype.cst={ARC:"mxgraph.basic.arc"}; 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…
|
H A 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…
|