| /plugin/jdraw/src/com/mxgraph/examples/swing/editor/ |
| D | ShadowBorder.java | 67 g.drawLine(0, h - 2, w, h - 2); in paintBorder() 68 g.drawLine(0, h - 1, w, h - 1); in paintBorder() 69 g.drawLine(w - 2, 0, w - 2, h); in paintBorder() 70 g.drawLine(w - 1, 0, w - 1, h); in paintBorder() 74 g.drawLine(1, h - 2, w - 2, h - 2); in paintBorder() 75 g.drawLine(w - 2, 1, w - 2, h - 2); in paintBorder() 78 g.drawLine(2, h - 1, w - 2, h - 1); in paintBorder() 79 g.drawLine(w - 1, 2, w - 1, h - 2); in paintBorder()
|
| D | EditorRuler.java | 504 g.drawLine(ix, rulerSize, ix, 0); in paintComponent() 510 g.drawLine(ix, rulerSize, ix, smallTick); in paintComponent() 513 g.drawLine(ix, rulerSize, ix, middleTick); in paintComponent() 516 g.drawLine(ix, rulerSize, ix, smallTick); in paintComponent() 533 g.drawLine(rulerSize, iy, 0, iy); in paintComponent() 544 g.drawLine(rulerSize, iy, smallTick, iy); in paintComponent() 547 g.drawLine(rulerSize, iy, middleTick, iy); in paintComponent() 550 g.drawLine(rulerSize, iy, smallTick, iy); in paintComponent() 559 g.drawLine(mouse.x, rulerSize, mouse.x, 0); in paintComponent() 563 g.drawLine(rulerSize, mouse.y, 0, mouse.y); in paintComponent()
|
| /plugin/statdisplay/pchart/ |
| D | GDCanvas.php | 109 $this->drawLine(new Point($X1, $Y1), 116 $this->drawLine(new Point($X2, $Y1), 123 $this->drawLine(new Point($X2, $Y2), 130 $this->drawLine(new Point($X1, $Y2), 164 $this->drawLine(new Point($X1 + $radius, $Y1), 171 $this->drawLine(new Point($X2, $Y1 + $radius), 178 $this->drawLine(new Point($X2 - $radius, $Y2), 185 $this->drawLine(new Point($X1, $Y2 - $radius), 284 $this->drawLine(new Point($X1 + $radius, $Y1), 290 $this->drawLine(new Point($X2, $Y1 + $radius), [all …]
|
| D | pChart.php | 254 $this->canvas->drawLine(new Point($X1, $Y1), 311 $this->canvas->drawLine(new Point($this->GArea_X1, $this->GArea_Y1), 317 $this->canvas->drawLine(new Point($this->GArea_X1, $this->GArea_Y2), 361 $this->canvas->drawLine(new Point($this->GArea_X2, $YPos), 368 $this->canvas->drawLine(new Point($this->GArea_X1, $YPos), 442 $this->canvas->drawLine(new Point(floor($XPos), $this->GArea_Y2), 621 $this->canvas->drawLine(new Point($this->GArea_X1, $this->GArea_Y1), 627 $this->canvas->drawLine(new Point($this->GArea_X1, $this->GArea_Y2), 669 $this->canvas->drawLine(new Point($this->GArea_X1, $YPos), 732 $this->canvas->drawLine(new Point($XPos, $this->GArea_Y2), [all …]
|
| D | PieChart.php | 229 $this->canvas->drawLine(new Point($TopPlots [$Key] [$j], 588 $this->canvas->drawLine(new Point($XPos + $XOffset, $YPos + $YOffset), 596 $this->canvas->drawLine($lastPos, 624 $this->canvas->drawLine(new Point($aBotPlots [$Key] [$j], 694 $this->canvas->drawLine(new Point($aTopPlots[$Key][$j],
|
| D | ICanvas.php | 32 …function drawLine(Point $point1, Point $point2, Color $color, $lineWidth, $lineDotSize, ShadowProp… function
|
| D | TestCanvas.php | 47 …function drawLine(Point $point1, Point $point2, Color $color, $lineWidth, $lineDotSize, ShadowProp… function in TestCanvas
|
| /plugin/diagramsnet/lib/js/diagramly/ |
| D | mxRuler.js | 114 var drawLine = function (x1, y1, x2, y2, text) method 282 … drawLine(RULER_THICKNESS - tickSize[Math.abs(current) % len], i, RULER_THICKNESS, i, text); 286 … drawLine(i, RULER_THICKNESS - tickSize[Math.abs(current) % len], i, RULER_THICKNESS, text); 292 …drawLine(isVertical? 0 : RULER_THICKNESS, isVertical? RULER_THICKNESS : 0, RULER_THICKNESS, RULER_… 448 drawLine(x1, y1, RULER_THICKNESS, y1); 451 drawLine(x2, y2, RULER_THICKNESS, y2); 454 drawLine(x3, y3, RULER_THICKNESS, y3); 466 drawLine(x1, y1, x1, RULER_THICKNESS); 469 drawLine(x2, y2, x2, RULER_THICKNESS); 472 drawLine(x3, y3, x3, RULER_THICKNESS);
|
| /plugin/projects/pchart/pchart/ |
| D | pchart.php | 388 $this->drawLine($this->GArea_X1,$this->GArea_Y1,$this->GArea_X1,$this->GArea_Y2,$R,$G,$B); 389 $this->drawLine($this->GArea_X1,$this->GArea_Y2,$this->GArea_X2,$this->GArea_Y2,$R,$G,$B); 539 $this->drawLine($this->GArea_X2,$YPos,$this->GArea_X2+5,$YPos,$R,$G,$B); 541 $this->drawLine($this->GArea_X1,$YPos,$this->GArea_X1-5,$YPos,$R,$G,$B); 593 $this->drawLine(floor($XPos),$this->GArea_Y2,floor($XPos),$this->GArea_Y2+5,$R,$G,$B); 648 $this->drawLine($this->GArea_X1,$this->GArea_Y1,$this->GArea_X1,$this->GArea_Y2,$R,$G,$B); 649 $this->drawLine($this->GArea_X1,$this->GArea_Y2,$this->GArea_X2,$this->GArea_Y2,$R,$G,$B); 735 $this->drawLine($this->GArea_X1,$YPos,$this->GArea_X1-5,$YPos,$R,$G,$B); 843 $this->drawLine($XPos,$this->GArea_Y2,$XPos,$this->GArea_Y2+5,$R,$G,$B); 1143 $this->drawLine($this->GArea_X1,$Y,$this->GArea_X2,$Y,$R,$G,$B); [all …]
|
| /plugin/charter/lib/pchart/ |
| D | pChart.class.php | 388 $this->drawLine($this->GArea_X1,$this->GArea_Y1,$this->GArea_X1,$this->GArea_Y2,$R,$G,$B); 389 $this->drawLine($this->GArea_X1,$this->GArea_Y2,$this->GArea_X2,$this->GArea_Y2,$R,$G,$B); 539 $this->drawLine($this->GArea_X2,$YPos,$this->GArea_X2+5,$YPos,$R,$G,$B); 541 $this->drawLine($this->GArea_X1,$YPos,$this->GArea_X1-5,$YPos,$R,$G,$B); 593 $this->drawLine(floor($XPos),$this->GArea_Y2,floor($XPos),$this->GArea_Y2+5,$R,$G,$B); 648 $this->drawLine($this->GArea_X1,$this->GArea_Y1,$this->GArea_X1,$this->GArea_Y2,$R,$G,$B); 649 $this->drawLine($this->GArea_X1,$this->GArea_Y2,$this->GArea_X2,$this->GArea_Y2,$R,$G,$B); 735 $this->drawLine($this->GArea_X1,$YPos,$this->GArea_X1-5,$YPos,$R,$G,$B); 843 $this->drawLine($XPos,$this->GArea_Y2,$XPos,$this->GArea_Y2+5,$R,$G,$B); 1167 $this->drawLine($this->GArea_X1,$Y,$this->GArea_X2,$Y,$R,$G,$B); [all …]
|
| /plugin/sequencediagram/bower_components/js-sequence-diagrams/src/ |
| D | theme.js | 350 this.drawLine( 396 this.drawLine(aX, y1, aX + SELF_SIGNAL_WIDTH, y1, signal.linetype); 397 this.drawLine(aX + SELF_SIGNAL_WIDTH, y1, aX + SELF_SIGNAL_WIDTH, y2, signal.linetype); 398 this.drawLine(aX + SELF_SIGNAL_WIDTH, y2, aX, y2, signal.linetype, signal.arrowtype); 414 this.drawLine(aX, y, bX, y, signal.linetype, signal.arrowtype);
|
| D | theme-raphael.js | 109 drawLine: function(x1, y1, x2, y2, linetype, arrowhead) { method 176 drawLine: function(x1, y1, x2, y2, linetype, arrowhead) { method
|
| D | theme-snap.js | 179 drawLine: function(x1, y1, x2, y2, linetype, arrowhead) { method 267 drawLine: function(x1, y1, x2, y2, linetype, arrowhead) { method
|
| /plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/ |
| D | sequence-diagram.js | 1153 this.drawLine( 1199 this.drawLine(aX, y1, aX + SELF_SIGNAL_WIDTH, y1, signal.linetype); 1200 this.drawLine(aX + SELF_SIGNAL_WIDTH, y1, aX + SELF_SIGNAL_WIDTH, y2, signal.linetype); 1201 this.drawLine(aX + SELF_SIGNAL_WIDTH, y2, aX, y2, signal.linetype, signal.arrowtype); 1217 this.drawLine(aX, y, bX, y, signal.linetype, signal.arrowtype); 1450 drawLine: function(x1, y1, x2, y2, linetype, arrowhead) { method 1538 drawLine: function(x1, y1, x2, y2, linetype, arrowhead) { method 1667 drawLine: function(x1, y1, x2, y2, linetype, arrowhead) { method 1734 drawLine: function(x1, y1, x2, y2, linetype, arrowhead) { method
|
| D | sequence-diagram-min.js | 6 …drawLine(aX,y+this.actorsHeight_-ACTOR_MARGIN,aX,y+this.actorsHeight_+ACTOR_MARGIN+this.signalsHei… method
|
| D | sequence-diagram-snap.js | 1153 this.drawLine( 1199 this.drawLine(aX, y1, aX + SELF_SIGNAL_WIDTH, y1, signal.linetype); 1200 this.drawLine(aX + SELF_SIGNAL_WIDTH, y1, aX + SELF_SIGNAL_WIDTH, y2, signal.linetype); 1201 this.drawLine(aX + SELF_SIGNAL_WIDTH, y2, aX, y2, signal.linetype, signal.arrowtype); 1217 this.drawLine(aX, y, bX, y, signal.linetype, signal.arrowtype); 1450 drawLine: function(x1, y1, x2, y2, linetype, arrowhead) { method 1538 drawLine: function(x1, y1, x2, y2, linetype, arrowhead) { method
|
| D | sequence-diagram-raphael.js | 1153 this.drawLine( 1199 this.drawLine(aX, y1, aX + SELF_SIGNAL_WIDTH, y1, signal.linetype); 1200 this.drawLine(aX + SELF_SIGNAL_WIDTH, y1, aX + SELF_SIGNAL_WIDTH, y2, signal.linetype); 1201 this.drawLine(aX + SELF_SIGNAL_WIDTH, y2, aX, y2, signal.linetype, signal.arrowtype); 1217 this.drawLine(aX, y, bX, y, signal.linetype, signal.arrowtype); 1381 drawLine: function(x1, y1, x2, y2, linetype, arrowhead) { method 1448 drawLine: function(x1, y1, x2, y2, linetype, arrowhead) { method
|
| D | sequence-diagram-snap-min.js | 6 …drawLine(aX,y+this.actorsHeight_-ACTOR_MARGIN,aX,y+this.actorsHeight_+ACTOR_MARGIN+this.signalsHei… method
|
| D | sequence-diagram-raphael-min.js | 6 …drawLine(aX,y+this.actorsHeight_-ACTOR_MARGIN,aX,y+this.actorsHeight_+ACTOR_MARGIN+this.signalsHei… method
|
| /plugin/jmol2/jmol/ |
| D | JmolAppletSigned0_Symmetry.jar | META-INF/MANIFEST.MF
META-INF/SELFSIGN.SF
META-INF/SELFSIGN ... |
| D | JmolApplet0_Symmetry.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/jmol/
org/ ... |
| D | JmolAppletSigned0.jar | META-INF/MANIFEST.MF
META-INF/SELFSIGN.SF
META-INF/SELFSIGN ... |
| D | JmolApplet0.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/obrador/
javax/
... |
| D | JmolAppletSigned.jar | META-INF/MANIFEST.MF
META-INF/SELFSIGN.SF
META-INF/SELFSIGN ... |
| /plugin/jcapture/src/com/hammurapi/jcapture/ |
| D | MovieEditorDialog.java | 230 g.drawLine(2, 2, frameCellCanvas.getWidth()-2, frameCellCanvas.getHeight()-2); in paintFrame() 231 g.drawLine(frameCellCanvas.getWidth()-2, 2, 2, frameCellCanvas.getHeight()-2); in paintFrame() 245 g.drawLine(i, MEDIAN - volume, i, MEDIAN + volume); in paintAudio()
|