PHP 클래스 Grafika\Gd\DrawingObject\QuadraticBezier

상속: extends Grafika\DrawingObject\QuadraticBezier, implements Grafika\DrawingObjectInterface
파일 보기 프로젝트 열기: kosinix/grafika

공개 메소드들

메소드 설명
draw ( Grafika\ImageInterface $image ) : Image

보호된 메소드들

메소드 설명
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 )

메소드 상세

draw() 공개 메소드

public draw ( Grafika\ImageInterface $image ) : Image
$image Grafika\ImageInterface
리턴 Grafika\Gd\Image

plot() 보호된 메소드

protected plot ( $gd, $x0, $y0, $x1, $y1, $x2, $y2 )

plotLine() 보호된 메소드

protected plotLine ( $gd, $x0, $y0, $x1, $y1 )

plotSegment() 보호된 메소드

Draw an limited anti-aliased quadratic Bezier segment.
protected plotSegment ( $gd, $x0, $y0, $x1, $y1, $x2, $y2 )
$gd
$x0
$y0
$x1
$y1
$x2
$y2

setPixel() 보호된 메소드

protected setPixel ( resource $gd, integer $x, integer $y, float $ar )
$gd resource
$x integer
$y integer
$ar float Alpha ratio