pt.tumba.parser.swf
Class MorphShape

java.lang.Object
  extended by pt.tumba.parser.swf.Symbol
      extended by pt.tumba.parser.swf.MorphShape

public class MorphShape
extends Symbol

A Morph Shape Symbol

Author:
unknown

Field Summary
protected  Shape shape1
          Description of the Field
protected  Shape shape2
          Description of the Field
 
Fields inherited from class pt.tumba.parser.swf.Symbol
id
 
Constructor Summary
MorphShape(Shape shape1, Shape shape2)
          Constructor for the MorphShape object
 
Method Summary
protected  int defineSymbol(Movie movie, SWFTagTypes timelineWriter, SWFTagTypes definitionWriter)
          Description of the Method
 Shape getShape1()
          Gets the shape1 attribute of the MorphShape object
 Shape getShape2()
          Gets the shape2 attribute of the MorphShape object
 void setShape1(Shape s)
          Sets the shape1 attribute of the MorphShape object
 void setShape2(Shape s)
          Sets the shape2 attribute of the MorphShape object
 
Methods inherited from class pt.tumba.parser.swf.Symbol
define, getId, getNextId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

shape1

protected Shape shape1
Description of the Field


shape2

protected Shape shape2
Description of the Field

Constructor Detail

MorphShape

public MorphShape(Shape shape1,
                  Shape shape2)
Constructor for the MorphShape object

Parameters:
shape1 - Description of the Parameter
shape2 - Description of the Parameter
Method Detail

getShape1

public Shape getShape1()
Gets the shape1 attribute of the MorphShape object

Returns:
The shape1 value

getShape2

public Shape getShape2()
Gets the shape2 attribute of the MorphShape object

Returns:
The shape2 value

setShape1

public void setShape1(Shape s)
Sets the shape1 attribute of the MorphShape object

Parameters:
s - The new shape1 value

setShape2

public void setShape2(Shape s)
Sets the shape2 attribute of the MorphShape object

Parameters:
s - The new shape2 value

defineSymbol

protected int defineSymbol(Movie movie,
                           SWFTagTypes timelineWriter,
                           SWFTagTypes definitionWriter)
                    throws java.io.IOException
Description of the Method

Specified by:
defineSymbol in class Symbol
Parameters:
movie - Description of the Parameter
timelineWriter - Description of the Parameter
definitionWriter - Description of the Parameter
Returns:
Description of the Return Value
Throws:
java.io.IOException - Description of the Exception