Method | Description | |
---|---|---|
draw ( Grafika\ImageInterface $image ) : |
Method | Description | |
---|---|---|
plot ( $gd, $x0, $y0, $x1, $y1, $x2, $y2 ) | ||
plotLine ( $gd, $x0, $y0, $x1, $y1 ) | ||
plotSegment ( $gd, $x0, $y0, $x1, $y1, $x2, $y2 ) | Draw an limited anti-aliased quadratic Bezier segment. | |
setPixel ( resource $gd, integer $x, integer $y, float $ar ) |
public draw ( Grafika\ImageInterface $image ) : |
||
$image | Grafika\ImageInterface | |
return |
protected plotSegment ( $gd, $x0, $y0, $x1, $y1, $x2, $y2 ) | ||
$gd | ||
$x0 | ||
$y0 | ||
$x1 | ||
$y1 | ||
$x2 | ||
$y2 |