/plugin/jdraw/src/com/mxgraph/examples/swing/editor/ |
H A 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()
|
H A 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/ |
H A 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 …]
|
H A D | pChart.php | 254 $this->canvas->drawLine(new Point($X1, $Y1), 1211 $this->canvas->drawLine(new Point($XPos, $YPos + 1), 1594 $this->canvas->drawLine($lastPoint, 1696 $this->canvas->drawLine(new Point($XLast, 1716 $this->canvas->drawLine(new Point($XLast, 2048 $this->canvas->drawLine(new Point($X1, 2257 $this->canvas->drawLine(new Point($X1, 2265 $this->canvas->drawLine(new Point($X1, 2507 $this->canvas->drawLine(new Point($XLast, 2526 $this->canvas->drawLine(new Point($XPos, [all …]
|
H A D | ICanvas.php | 32 …function drawLine(Point $point1, Point $point2, Color $color, $lineWidth, $lineDotSize, ShadowProp… function
|
H A 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],
|
H A D | TestCanvas.php | 47 …function drawLine(Point $point1, Point $point2, Color $color, $lineWidth, $lineDotSize, ShadowProp… function in TestCanvas
|
/plugin/statistics/inc/pchart/ |
H A D | GDCanvas.php | 115 $this->drawLine( 124 $this->drawLine( 133 $this->drawLine( 142 $this->drawLine( 178 $this->drawLine( 187 $this->drawLine( 196 $this->drawLine( 205 $this->drawLine( 326 $this->drawLine( 334 $this->drawLine( 360 public function drawLine(Point $point1, Point $point2, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point $bounding global() function in GDCanvas [all...] |
H A D | pChart.php | 249 $this->canvas->drawLine( 308 $this->canvas->drawLine( 316 $this->canvas->drawLine( 362 $this->canvas->drawLine( 371 $this->canvas->drawLine( 456 $this->canvas->drawLine( 649 $this->canvas->drawLine( 657 $this->canvas->drawLine( 703 $this->canvas->drawLine( 774 $this->canvas->drawLine( [all...] |
H A D | ICanvas.php | 28 function drawLine(Point $point1, Point $point2, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point $boundingBoxMax = null); function
|
H A D | PieChart.php | 243 $this->canvas->drawLine( 623 $this->canvas->drawLine( 633 $this->canvas->drawLine( 665 $this->canvas->drawLine( 747 $this->canvas->drawLine(
|
H A D | TestCanvas.php | 45 function drawLine(Point $point1, Point $point2, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point $boundingBoxMax = null) { function in TestCanvas
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | mxRuler.js | 114 var drawLine = function (x1, y1, x2, y2, text) method in mxRuler 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/ |
H A D | pchart.php | 2164 $this->drawLine($XCenter,$YCenter,$X,$Y,$A_R,$A_G,$A_B); 2810 $this->drawLine($X1,$Y1,$X2,$Y1,$R,$G,$B); 2811 $this->drawLine($X2,$Y1,$X2,$Y2,$R,$G,$B); 2812 $this->drawLine($X2,$Y2,$X1,$Y2,$R,$G,$B); 2813 $this->drawLine($X1,$Y2,$X1,$Y1,$R,$G,$B); 2903 $this->drawLine($X1+$Radius,$Y1,$X2-$Radius,$Y1,$R,$G,$B); 2904 $this->drawLine($X2,$Y1+$Radius,$X2,$Y2-$Radius,$R,$G,$B); 2905 $this->drawLine($X2-$Radius,$Y2,$X1+$Radius,$Y2,$R,$G,$B); 2906 $this->drawLine($X1,$Y2-$Radius,$X1,$Y1+$Radius,$R,$G,$B); 2950 $this->drawLine($X1+$Radius,$Y1,$X2-$Radius,$Y1,$R,$G,$B); [all …]
|
/plugin/charter/lib/pchart/ |
H A D | pChart.class.php | 2189 $this->drawLine($XCenter,$YCenter,$X,$Y,$A_R,$A_G,$A_B); 2835 $this->drawLine($X1,$Y1,$X2,$Y1,$R,$G,$B); 2836 $this->drawLine($X2,$Y1,$X2,$Y2,$R,$G,$B); 2837 $this->drawLine($X2,$Y2,$X1,$Y2,$R,$G,$B); 2838 $this->drawLine($X1,$Y2,$X1,$Y1,$R,$G,$B); 2928 $this->drawLine($X1+$Radius,$Y1,$X2-$Radius,$Y1,$R,$G,$B); 2929 $this->drawLine($X2,$Y1+$Radius,$X2,$Y2-$Radius,$R,$G,$B); 2930 $this->drawLine($X2-$Radius,$Y2,$X1+$Radius,$Y2,$R,$G,$B); 2931 $this->drawLine($X1,$Y2-$Radius,$X1,$Y1+$Radius,$R,$G,$B); 2975 $this->drawLine($X1+$Radius,$Y1,$X2-$Radius,$Y1,$R,$G,$B); [all …]
|
/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/ |
H A 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);
|
H A D | theme-raphael.js | 109 drawLine: function(x1, y1, x2, y2, linetype, arrowhead) { 176 drawLine: function(x1, y1, x2, y2, linetype, arrowhead) {
|
H A D | theme-snap.js | 179 drawLine: function(x1, y1, x2, y2, linetype, arrowhead) { 267 drawLine: function(x1, y1, x2, y2, linetype, arrowhead) {
|
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/ |
H A 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) { 1538 drawLine: function(x1, y1, x2, y2, linetype, arrowhead) { 1667 drawLine: function(x1, y1, x2, y2, linetype, arrowhead) { 1734 drawLine: function(x1, y1, x2, y2, linetype, arrowhead) {
|
H A D | sequence-diagram-min.js | 6 …drawLine(aX,y+this.actorsHeight_-ACTOR_MARGIN,aX,y+this.actorsHeight_+ACTOR_MARGIN+this.signalsHei…
|
H A 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) { 1538 drawLine: function(x1, y1, x2, y2, linetype, arrowhead) {
|
H A D | sequence-diagram-snap-min.js | 6 …drawLine(aX,y+this.actorsHeight_-ACTOR_MARGIN,aX,y+this.actorsHeight_+ACTOR_MARGIN+this.signalsHei…
|
H A 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) { 1448 drawLine: function(x1, y1, x2, y2, linetype, arrowhead) {
|
H A D | sequence-diagram-raphael-min.js | 6 …drawLine(aX,y+this.actorsHeight_-ACTOR_MARGIN,aX,y+this.actorsHeight_+ACTOR_MARGIN+this.signalsHei…
|
/plugin/jmol2/jmol/ |
H A D | JmolApplet0_Symmetry.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/jmol/
org/ ... |