Query: swf::morph
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
.::SWF::Morph(3pm) User Contributed Perl Documentation .::SWF::Morph(3pm)NAMESWF::Morph - SWF Morph ClassSYNOPSISuse SWF::Morph; my $morph = new SWF::Morph();DESCRIPTIONSWF::Morph twist from one shape to another.METHODSnew SWF::Morph(); Returns an SWF::Morph object. ($shape1, $shape2) = $morph->getShapes(); Returns two SWF::Shape objects. The first one (shape1) is the morph's starting shape while shape2 is its final shape. You may also use "getShape1()" and "getShape2()" methods to get a handle of these shapes. $shape1 = $morph->getShape1(); Returns the morph's starting shape. $shape2 = $morph->getShape2(); Returns the morph's final shape.AUTHORSoheil Seyfaie (soheil@netcom.ca).SEE ALSOSWF, SWF::DisplayItem, SWF::Shape, SWF::Movie, SWF::MovieClip perl v5.14.2 2011-10-26 .::SWF::Morph(3pm)
Related Man Pages |
---|
png2swf(1) - debian |
swf::button(3pm) - debian |
swf::displayitem(3pm) - debian |
swf::movie(3pm) - debian |
swf::videostream(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
Installing Dash Shell on OS X Lion |
Detecting unused variables... |
Weird 'find' results |
How to copy a column of multiple files and paste into new excel file (next to column)? |