La classe SWFShape
(PHP 5 <= 5.3.0, PECL ming SVN)
Introduction
SWFShape.
Synopsis de la classe
SWFShape
{
/* Méthodes */
__construct
( void
)
int drawCurve
( float
$controldx
, float $controldy
, float $anchordx
, float $anchordy
[, float $targetdx
], float $targetdy
)
int drawCurveTo
( float
}$controlx
, float $controly
, float $anchorx
, float $anchory
[, float $targetx
], float $targety
)Sommaire
- SWFShape::addFill — Ajoute un motif solide à la forme
- SWFShape::__construct — Crée un nouvel objet SWFShape
- SWFShape::drawArc — Trace un arc de cercle entre deux angles
- SWFShape::drawCircle — Trace un cercle, centré sur la position courante
- SWFShape::drawCubic — Trace une courbe de Bézier en utilisant la position courante et les trois points de contrôle
- SWFShape::drawCubicTo — Trace une courbe de Bézier en utilisant la position courante et les trois points de contrôle
- SWFShape::drawCurve — Trace une courbe (relative)
- SWFShape::drawCurveTo — Trace une courbe
- SWFShape::drawGlyph — Dessine le premier caractère d'une chaîne donnée dans la forme en utilisant la définition du glyphe pour la police donnée
- SWFShape::drawLine — Trace une ligne (relative)
- SWFShape::drawLineTo — Trace une ligne
- SWFShape::movePen — Déplace le stylo
- SWFShape::movePenTo — Déplace le stylo dans la forme
- SWFShape::setLeftFill — Définit la couleur de la trame de gauche
- SWFShape::setLine — Définit le style de la forme d'une ligne
- SWFShape::setRightFill — Définit la couleur de la trame de droite