SWFSHAPE(3) 1 SWFSHAPE(3)
The SWFShape class
INTRODUCTION
SWFShape.
CLASS SYNOPSIS
SWFShape
SWFShape
Methods
o
SWFFill SWFShape::addFill (int $red, int $green, int $blue, [int $alpha = 255])
o
SWFShape::__construct (void )
o
void SWFShape::drawArc (float $r, float $startAngle, float $endAngle)
o
void SWFShape::drawCircle (float $r)
o
int SWFShape::drawCubic (float $bx, float $by, float $cx, float $cy, float $dx, float $dy)
o
int SWFShape::drawCubicTo (float $bx, float $by, float $cx, float $cy, float $dx, float $dy)
o
int SWFShape::drawCurve (float $controldx, float $controldy, float $anchordx, float $anchordy, [float $targetdx], float $targetdy)
o
int SWFShape::drawCurveTo (float $controlx, float $controly, float $anchorx, float $anchory, [float $targetx], float $targety)
o
void SWFShape::drawGlyph (SWFFont $font, string $character, [int $size])
o
void SWFShape::drawLine (float $dx, float $dy)
o
void SWFShape::drawLineTo (float $x, float $y)
o
void SWFShape::movePen (float $dx, float $dy)
o
void SWFShape::movePenTo (float $x, float $y)
o
void SWFShape::setLeftFill (SWFGradient $fill)
o
void SWFShape::setLine (SWFShape $shape)
o
void SWFShape::setRightFill (SWFGradient $fill)
PHP Documentation Group SWFSHAPE(3)