Sophie

Sophie

distrib > Mageia > 4 > i586 > by-pkgid > f800694edefe91adea2624f711a41a2d > files > 1069

php-manual-en-5.5.7-1.mga4.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
 <head>
  <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  <title>The SWFMorph class</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="swfgradient.construct.html">SWFGradient::__construct</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="swfmorph.construct.html">SWFMorph::__construct</a></div>
 <div class="up"><a href="book.ming.html">Ming</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="class.swfmorph" class="reference">
<h1 class="title">The SWFMorph class</h1>


<div class="partintro"><p class="verinfo">(PHP 5 &lt;= 5.3.0, PECL ming SVN)</p>


 <div class="section" id="swfmorph.intro">
  <h2 class="title">Introduction</h2>
  <p class="para">
   The methods here are sort of weird. It would make more sense to just 
   have newSWFMorph(shape1, shape2);, but as things are now, shape2 needs
   to know that it&#039;s the second part of a morph. (This, because it starts
   writing its output as soon as it gets drawing commands- if it kept its
   own description of its shapes and wrote on completion this and some 
   other things would be much easier.) 
  </p>
 </div>


 <div class="section" id="swfmorph.synopsis">
  <h2 class="title">Class synopsis</h2>


  <div class="classsynopsis">
   <div class="ooclass"></div>


   <div class="classsynopsisinfo">
    <span class="ooclass">
     <strong class="classname">SWFMorph</strong>
    </span>
    {</div>


   <div class="classsynopsisinfo classsynopsisinfo_comment">/* Methods */</div>
   <div class="methodsynopsis dc-description">
    <span class="methodname"><a href="swfmorph.construct.html" class="methodname">__construct</a></span>
    ( <span class="methodparam">void</span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="type">SWFShape</span> <span class="methodname"><a href="swfmorph.getshape1.html" class="methodname">getShape1</a></span>
    ( <span class="methodparam">void</span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="type">SWFShape</span> <span class="methodname"><a href="swfmorph.getshape2.html" class="methodname">getShape2</a></span>
    ( <span class="methodparam">void</span>
   )</div>


  }</div>


 </div>
</div>




















<h2>Table of Contents</h2><ul class="chunklist chunklist_reference"><li><a href="swfmorph.construct.html">SWFMorph::__construct</a> — Creates a new SWFMorph object</li><li><a href="swfmorph.getshape1.html">SWFMorph::getShape1</a> — Gets a handle to the starting shape</li><li><a href="swfmorph.getshape2.html">SWFMorph::getShape2</a> — Gets a handle to the ending shape</li></ul>
</div>
<hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="swfgradient.construct.html">SWFGradient::__construct</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="swfmorph.construct.html">SWFMorph::__construct</a></div>
 <div class="up"><a href="book.ming.html">Ming</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>