Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.anotherbigidea.flash.movie
Class ImportedSymbol  view ImportedSymbol download ImportedSymbol.java

java.lang.Object
  extended bycom.anotherbigidea.flash.movie.Symbol
      extended bycom.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:
defineSymbol in class Symbol