(PHP 5 < 5.3.0, PECL ming SVN)
 
  
   Introduction
   
    SWFDisplayItem.
   
   
 
  
   Class synopsis
 
   
    
 
    
     
      SWFDisplayItem
     
     {
 
    
    
   addColor
    ( 
int $red
   , 
int $green
   , 
int $blue
   [, 
int $a
  ] ) : 
void 
   move
    ( 
float $dx
   , 
float $dy
   ) : 
void 
   moveTo
    ( 
float $x
   , 
float $y
   ) : 
void 
   multColor
    ( 
float $red
   , 
float $green
   , 
float $blue
   [, 
float $a
  ] ) : 
void 
   rotate
    ( 
float $angle
   ) : 
void 
   scale
    ( 
float $dx
   , 
float $dy
   ) : 
void 
   scaleTo
    ( 
float $x
   [, 
float $y
  ] ) : 
void 
   setMatrix
    ( 
float $a
   , 
float $b
   , 
float $c
   , 
float $d
   , 
float $x
   , 
float $y
   ) : 
void 
   skewX
    ( 
float $ddegrees
   ) : 
void 
   skewY
    ( 
float $ddegrees
   ) : 
void 
 
   }