|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectpt.tumba.parser.swf.Symbol
public abstract class Symbol
Base class for all defined symbols
| Field Summary | |
|---|---|
protected int |
id
Description of the Field |
| Constructor Summary | |
|---|---|
protected |
Symbol()
Constructor for the Symbol object |
protected |
Symbol(int id)
Constructor for the Symbol object |
| Method Summary | |
|---|---|
protected int |
define(Movie movie,
SWFTagTypes timelineWriter,
SWFTagTypes definitionWriter)
Make sure that the Symbol is fully defined in the given Movie and return the character id |
protected abstract int |
defineSymbol(Movie movie,
SWFTagTypes timelineWriter,
SWFTagTypes definitionwriter)
Override to provide symbol definition |
int |
getId()
Get the internal SWF id for the symbol. |
protected int |
getNextId(Movie movie)
Gets the nextId attribute of the Symbol object |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected int id
| Constructor Detail |
|---|
protected Symbol()
protected Symbol(int id)
id - Description of the Parameter| Method Detail |
|---|
public int getId()
protected int define(Movie movie,
SWFTagTypes timelineWriter,
SWFTagTypes definitionWriter)
throws java.io.IOException
movie - Description of the ParametertimelineWriter - Description of the ParameterdefinitionWriter - Description of the Parameter
java.io.IOException - Description of the Exceptionprotected int getNextId(Movie movie)
movie - Description of the Parameter
protected abstract int defineSymbol(Movie movie,
SWFTagTypes timelineWriter,
SWFTagTypes definitionwriter)
throws java.io.IOException
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 | |||||||||