1.::SWF::Morph(3)      User Contributed Perl Documentation     .::SWF::Morph(3)
2
3
4

NAME

6       SWF::Morph - SWF Morph Class
7

SYNOPSIS

9               use SWF::Morph;
10               my $morph = new SWF::Morph();
11

DESCRIPTION

13       SWF::Morph twist from one shape to another.
14

METHODS

16       new SWF::Morph();
17           Returns an SWF::Morph object.
18
19       ($shape1, $shape2) = $morph->getShapes();
20           Returns two SWF::Shape objects. The first one (shape1) is the
21           morph's starting shape while shape2 is its final shape. You may
22           also use "getShape1()" and "getShape2()" methods to get a handle of
23           these shapes.
24
25       $shape1 = $morph->getShape1();
26           Returns the morph's starting shape.
27
28       $shape2 = $morph->getShape2();
29           Returns the morph's final shape.
30

AUTHOR

32       Soheil Seyfaie (soheil@netcom.ca).
33

SEE ALSO

35       SWF, SWF::DisplayItem, SWF::Shape, SWF::Movie, SWF::MovieClip
36
37
38
39perl v5.30.0                      2019-10-02                  .::SWF::Morph(3)
Impressum