|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpt.tumba.parser.swf.Symbol
pt.tumba.parser.swf.ImportedSymbol
public class ImportedSymbol
A Symbol that is to be imported (within the Player) from another Flash movie. The import/export feature only works with Flash version 5 and up.
Field Summary | |
---|---|
protected java.lang.String |
libName
Description of the Field |
protected java.lang.String |
name
Description of the Field |
Fields inherited from class pt.tumba.parser.swf.Symbol |
---|
id |
Constructor Summary | |
---|---|
protected |
ImportedSymbol(int id,
java.lang.String name,
java.lang.String libName)
Constructor for the ImportedSymbol object |
Method Summary | |
---|---|
protected int |
defineSymbol(Movie movie,
SWFTagTypes timelineWriter,
SWFTagTypes definitionwriter)
Description of the Method |
java.lang.String |
getLibraryName()
The library name (another Flash movie) |
java.lang.String |
getName()
The import name of the symbol |
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 |
---|
protected java.lang.String name
protected java.lang.String libName
Constructor Detail |
---|
protected ImportedSymbol(int id, java.lang.String name, java.lang.String libName)
id
- Description of the Parametername
- Description of the ParameterlibName
- Description of the ParameterMethod Detail |
---|
public java.lang.String getName()
public java.lang.String getLibraryName()
protected int defineSymbol(Movie movie, SWFTagTypes timelineWriter, SWFTagTypes definitionwriter) throws java.io.IOException
defineSymbol
in class Symbol
movie
- Description of the ParametertimelineWriter
- Description of the Parameterdefinitionwriter
- Description of the Parameter
java.io.IOException
- Description of the Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |