pt.tumba.parser.swf
Class QTMovie

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

public class QTMovie
extends Symbol

A QuickTime Movie Symbol

Author:
unknown

Field Summary
protected  java.lang.String name
          Description of the Field
 
Fields inherited from class pt.tumba.parser.swf.Symbol
id
 
Constructor Summary
QTMovie(java.lang.String name)
          Constructor for the QTMovie object
 
Method Summary
protected  int defineSymbol(Movie movie, SWFTagTypes timelineWriter, SWFTagTypes definitionWriter)
          Description of the Method
 java.lang.String getName()
          Gets the name attribute of the QTMovie object
 void setName(java.lang.String name)
          Sets the name attribute of the QTMovie 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

name

protected java.lang.String name
Description of the Field

Constructor Detail

QTMovie

public QTMovie(java.lang.String name)
Constructor for the QTMovie object

Parameters:
name - Description of the Parameter
Method Detail

getName

public java.lang.String getName()
Gets the name attribute of the QTMovie object

Returns:
The name value

setName

public void setName(java.lang.String name)
Sets the name attribute of the QTMovie object

Parameters:
name - The new name 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