|
|||||||||
| Home >> All >> com >> anotherbigidea >> flash >> [ movie overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.anotherbigidea.flash.movie
Class ImportedSymbol

java.lang.Objectcom.anotherbigidea.flash.movie.Symbol
com.anotherbigidea.flash.movie.ImportedSymbol
- public class ImportedSymbol
- extends Symbol
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
|
protected java.lang.String |
name
|
| Fields inherited from class com.anotherbigidea.flash.movie.Symbol |
id |
| Constructor Summary | |
protected |
ImportedSymbol(int id,
java.lang.String name,
java.lang.String libName)
|
| Method Summary | |
protected int |
defineSymbol(Movie movie,
com.anotherbigidea.flash.interfaces.SWFTagTypes timelineWriter,
com.anotherbigidea.flash.interfaces.SWFTagTypes definitionwriter)
Override to provide symbol definition |
java.lang.String |
getLibraryName()
The library name (another Flash movie) |
java.lang.String |
getName()
The import name of the symbol |
| Methods inherited from class com.anotherbigidea.flash.movie.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
libName
protected java.lang.String libName
| Constructor Detail |
ImportedSymbol
protected ImportedSymbol(int id,
java.lang.String name,
java.lang.String libName)
| Method Detail |
getName
public java.lang.String getName()
- The import name of the symbol
getLibraryName
public java.lang.String getLibraryName()
- The library name (another Flash movie)
defineSymbol
protected int defineSymbol(Movie movie, com.anotherbigidea.flash.interfaces.SWFTagTypes timelineWriter, com.anotherbigidea.flash.interfaces.SWFTagTypes definitionwriter) throws java.io.IOException
- Description copied from class:
Symbol - Override to provide symbol definition
- Specified by:
defineSymbolin classSymbol
|
|||||||||
| Home >> All >> com >> anotherbigidea >> flash >> [ movie overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC