Lines Matching refs:Point

222 		$this->canvas->drawFilledRectangle(new Point($this->GArea_X1, $this->GArea_Y1),
223 new Point($this->GArea_X2, $this->GArea_Y2),
226 $this->canvas->drawRectangle(new Point($this->GArea_X1, $this->GArea_Y1),
227 new Point($this->GArea_X2, $this->GArea_Y2),
254 $this->canvas->drawLine(new Point($X1, $Y1),
255 new Point($X2, $Y2 + 1),
311 $this->canvas->drawLine(new Point($this->GArea_X1, $this->GArea_Y1),
312 new Point($this->GArea_X1, $this->GArea_Y2),
317 $this->canvas->drawLine(new Point($this->GArea_X1, $this->GArea_Y2),
318 new Point($this->GArea_X2, $this->GArea_Y2),
361 $this->canvas->drawLine(new Point($this->GArea_X2, $YPos),
362 new Point($this->GArea_X2 + 5, $YPos),
368 $this->canvas->drawLine(new Point($this->GArea_X1, $YPos),
369 new Point($this->GArea_X1 - 5, $YPos),
386 new Point($this->GArea_X2 + 10,
398 new Point($this->GArea_X1 - 10 - $TextWidth,
420 new Point($XMin + $this->FontSize,
428 new Point($XMin - $this->FontSize,
442 $this->canvas->drawLine(new Point(floor($XPos), $this->GArea_Y2),
443 new Point(floor($XPos), $this->GArea_Y2 + 5),
461 new Point(floor ( $XPos ) - floor ( $TextWidth / 2 ),
472 new Point(floor($XPos) - $TextWidth + 5,
482 new Point(floor ( $XPos ) + $TextWidth + 5,
507 new Point($TextLeft,
621 $this->canvas->drawLine(new Point($this->GArea_X1, $this->GArea_Y1),
622 new Point($this->GArea_X1, $this->GArea_Y2),
627 $this->canvas->drawLine(new Point($this->GArea_X1, $this->GArea_Y2),
628 new Point($this->GArea_X2, $this->GArea_Y2),
669 $this->canvas->drawLine(new Point($this->GArea_X1, $YPos),
670 new Point($this->GArea_X1 - 5, $YPos),
685 new Point($this->GArea_X1 - 10 - $TextWidth,
732 $this->canvas->drawLine(new Point($XPos, $this->GArea_Y2),
733 new Point($XPos, $this->GArea_Y2 + 5),
754 new Point(floor ( $XPos ) - floor ( $TextWidth / 2 ),
765 new Point(floor ( $XPos ) - $TextWidth + 5,
775 new Point(floor ( $XPos ) + $TextWidth + 5,
799 new Point($XMin - $this->FontSize,
826 $this->canvas->drawFilledRectangle(new Point($this->GArea_X1 + 1,
828 new Point($this->GArea_X2 - 1,
848 new Point($TextLeft,
871 $this->canvas->drawDottedLine(new Point($this->GArea_X1, $YPos),
872 new Point($this->GArea_X2, $YPos),
897 $this->canvas->drawDottedLine(new Point(floor($XPos), $this->GArea_Y1),
898 new Point(floor($XPos), $this->GArea_Y2),
966 $this->canvas->drawFilledRoundedRectangle(new Point($XPos + 1, $YPos + 1),
967 new Point($XPos + $MaxWidth + 1,
974 $this->canvas->drawFilledRoundedRectangle(new Point($XPos, $YPos),
975 new Point($XPos + $MaxWidth,
986 $this->canvas->drawFilledRoundedRectangle(new Point($XPos + 10,
988 new Point($XPos + 14,
997 new Point($XPos + 22,
1037 new Point($XPos, $YPos),
1054 …public function drawTextBox(Point $point1, Point $point2, $Text, $Angle = 0, Color $color = null, …
1083 $newPosition = new Point($point2->getX() - $TextWidth - 1,
1095 $newPosition = new Point($point2->getX() - $TextWidth - 1,
1099 $newPosition = new Point($point1->getX() + 1,
1103 $newPosition = new Point($point1->getX() + ($AreaWidth / 2) - ($TextWidth / 2),
1126 $this->canvas->drawLine(new Point($this->GArea_X1, $Y),
1127 new Point($this->GArea_X2, $Y),
1133 $this->canvas->drawDottedLine(new Point($this->GArea_X1, $Y),
1134 new Point($this->GArea_X2, $Y),
1148 $position = new Point($this->GArea_X2 + 2,
1152 $position = new Point($this->GArea_X1 + 2,
1204 $this->canvas->drawLine(new Point($XPos, $YPos + 1),
1205 new Point($XPos + 9, $YPos - $TextOffset - .2),
1211 $this->canvas->drawLine(new Point($XPos, $YPos + 1),
1212 new Point($XPos + 9, $YPos + $TextOffset + 2.2),
1218 $this->canvas->drawFilledRectangle(new Point($XPos + 9,
1220 new Point($XPos + 13 + $TextWidth,
1232 $this->canvas->drawLine(new Point($XPos - 1, $YPos),
1233 new Point($XPos + 8, $YPos - $TextOffset - 1.2),
1239 $this->canvas->drawLine(new Point($XPos - 1, $YPos),
1240 new Point($XPos + 8, $YPos + $TextOffset + 1.2),
1245 $this->canvas->drawFilledRectangle(new Point($XPos + 8,
1247 new Point($XPos + 12 + $TextWidth,
1254 new Point($XPos + 10, $YPos + $TextOffset),
1302 $this->canvas->drawFilledCircle(new Point($XPos + 2,
1311 $this->canvas->drawFilledCircle(new Point($XPos + 2,
1319 $this->canvas->drawFilledCircle(new Point($XPos + 1,
1327 $this->canvas->drawFilledCircle(new Point($XPos + 1,
1336 $this->canvas->drawFilledCircle(new Point($XPos + 1,
1399 $this->canvas->drawFilledCircle(new Point($X + 2, $Y + 2),
1406 $this->canvas->drawFilledCircle(new Point($X + 2, $Y + 2),
1413 $this->canvas->drawFilledCircle(new Point($X + 1, $Y + 1),
1419 $this->canvas->drawFilledCircle(new Point($X + 1, $Y + 1),
1427 $this->canvas->drawFilledCircle(new Point($X + 1, $Y + 1),
1508 new Point($XOffset, $YOffset),
1549 $this->canvas->drawLine(new Point($XLast, $YLast),
1550 new Point($XPos, $YPos),
1555 new Point($this->GArea_X1,
1557 new Point($this->GArea_X2,
1578 $graphAreaMin = new Point($this->GArea_X1, $this->GArea_Y1);
1579 $graphAreaMax = new Point($this->GArea_X2, $this->GArea_Y2);
1591 $currentPoint = new Point($X, $Y);
1618 $graphAreaMin = new Point($this->GArea_X1, $this->GArea_Y1);
1619 $graphAreaMax = new Point($this->GArea_X2, $this->GArea_Y2);
1696 $this->canvas->drawLine(new Point($XLast,
1698 new Point($XPos,
1716 $this->canvas->drawLine(new Point($XLast,
1718 new Point($this->GArea_X2 - $this->GAreaXOffset,
2024 $this->canvas->drawFilledRectangle(new Point(floor($XPos - $XWidth + $this->GArea_X1),
2026 new Point(floor($XPos + $XWidth + $this->GArea_X1),
2048 $this->canvas->drawLine(new Point($X1,
2050 new Point($X2,
2056 new Point($this->GArea_X1,
2058 new Point($this->GArea_X2,
2104 $this->canvas->drawRectangle(new Point($XPos + 1, $YZero),
2105 new Point($XPos + $SeriesWidth - 1,
2113 $this->canvas->drawFilledRectangle(new Point($XPos + 1,
2115 new Point($XPos + $SeriesWidth - 1,
2171 $this->canvas->drawFilledRectangle(new Point($XPos + 1,
2173 new Point($XPos + $SeriesWidth - 1,
2202 $graphAreaMin = new Point($this->GArea_X1, $this->GArea_Y1);
2203 $graphAreaMax = new Point($this->GArea_X2, $this->GArea_Y2);
2241 $this->canvas->drawLine(new Point(floor ( $XPos ) - .2, $Y1 + 1),
2242 new Point(floor ( $XPos ) - .2, $Y2 - 1),
2249 $this->canvas->drawLine(new Point(floor ( $XPos ) + .2, $Y1 + 1),
2250 new Point(floor ( $XPos ) + .2, $Y2 - 1),
2257 $this->canvas->drawLine(new Point($X1,
2259 new Point($X2,
2265 $this->canvas->drawLine(new Point($X1,
2267 new Point($X2,
2361 $this->canvas->drawDottedLine(new Point($LastX, $LastY),
2362 new Point($X, $Y),
2377 $this->canvas->drawLine(new Point($XCenter, $YCenter),
2378 new Point($X, $Y),
2407 new Point($X + $XOffset, $Y + $YOffset),
2432 $this->canvas->drawFilledRoundedRectangle(new Point($X + $Positions [6] - 2,
2434 new Point($X + $Positions [2] + 4,
2442 $this->canvas->drawRoundedRectangle(new Point($X + $Positions [6] - 2,
2444 new Point($X + $Positions [2] + 4,
2453 new Point($X, $Y),
2507 $this->canvas->drawLine(new Point($XLast,
2509 new Point($XPos,
2526 $this->canvas->drawLine(new Point($XPos,
2528 new Point($FirstX,
2592 $this->canvas->drawLine(new Point($Plots [$i],
2594 new Point($Plots [$i + 2],
2614 private function drawGradient(Point $point1, Point $point2, Color $color, $decay) {
2626 $this->canvas->drawFilledRectangle(new Point($point1->getX(), $Yi1),
2627 new Point($point2->getX(), $Yi2),
2641 $this->canvas->drawFilledRectangle(new Point($point1->getX(), $Yi1),
2642 new Point($point2->getX(), $Yi2),
2663 $this->drawGradient(new Point($this->GArea_X1 + 1, $this->GArea_Y1 + 1),
2664 new Point($this->GArea_X2 - 1, $this->GArea_Y2),
2670 $this->drawGradient(new Point(0, 0),
2671 new Point($this->XSize, $this->YSize),
2680 $this->canvas->drawCircle(new Point($Xc, $Yc), $Height, $color, $this->shadowProperties, $Width );
2687 …$this->canvas->drawFilledCircle(new Point($Xc, $Yc), $Height, $color, $this->shadowProperties, $Wi…
2862 $this->canvas->drawFilledRoundedRectangle(new Point($this->XSize - ($MaxWidth + 20),
2864 new Point($this->XSize - 10,
2872 $this->canvas->drawRoundedRectangle(new Point($this->XSize - ($MaxWidth + 20),
2874 new Point($this->XSize - 10,
2886 new Point($this->XSize - ($MaxWidth + 15),