Home
last modified time | relevance | path

Searched refs:drawLine (Results 1 – 25 of 36) sorted by relevance

12

/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
DShadowBorder.java67 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()
DEditorRuler.java504 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/
DGDCanvas.php109 $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 …]
DpChart.php254 $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 …]
DPieChart.php229 $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],
DICanvas.php32 …function drawLine(Point $point1, Point $point2, Color $color, $lineWidth, $lineDotSize, ShadowProp… function
DTestCanvas.php47 …function drawLine(Point $point1, Point $point2, Color $color, $lineWidth, $lineDotSize, ShadowProp… function in TestCanvas
/plugin/diagramsnet/lib/js/diagramly/
DmxRuler.js114 var drawLine = function (x1, y1, x2, y2, text) method
282drawLine(RULER_THICKNESS - tickSize[Math.abs(current) % len], i, RULER_THICKNESS, i, text);
286drawLine(i, RULER_THICKNESS - tickSize[Math.abs(current) % len], i, RULER_THICKNESS, text);
292drawLine(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/
Dpchart.php388 $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/
DpChart.class.php388 $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/
Dtheme.js350 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);
Dtheme-raphael.js109 drawLine: function(x1, y1, x2, y2, linetype, arrowhead) { method
176 drawLine: function(x1, y1, x2, y2, linetype, arrowhead) { method
Dtheme-snap.js179 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/
Dsequence-diagram.js1153 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
Dsequence-diagram-min.js6drawLine(aX,y+this.actorsHeight_-ACTOR_MARGIN,aX,y+this.actorsHeight_+ACTOR_MARGIN+this.signalsHei… method
Dsequence-diagram-snap.js1153 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
Dsequence-diagram-raphael.js1153 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
Dsequence-diagram-snap-min.js6drawLine(aX,y+this.actorsHeight_-ACTOR_MARGIN,aX,y+this.actorsHeight_+ACTOR_MARGIN+this.signalsHei… method
Dsequence-diagram-raphael-min.js6drawLine(aX,y+this.actorsHeight_-ACTOR_MARGIN,aX,y+this.actorsHeight_+ACTOR_MARGIN+this.signalsHei… method
/plugin/jmol2/jmol/
DJmolAppletSigned0_Symmetry.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
DJmolApplet0_Symmetry.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...
DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
/plugin/jcapture/src/com/hammurapi/jcapture/
DMovieEditorDialog.java230 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()

12