|
|||||||||
| 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 Instance

java.lang.Objectcom.anotherbigidea.flash.movie.Instance
- public class Instance
- extends java.lang.Object
An instance of a Symbol that has been placed on the stage.
| Field Summary | |
protected int |
depth
|
protected Symbol |
symbol
|
| Constructor Summary | |
protected |
Instance(Symbol symbol,
int depth)
|
| Method Summary | |
int |
getDepth()
|
Symbol |
getSymbol()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
symbol
protected Symbol symbol
depth
protected int depth
| Constructor Detail |
Instance
protected Instance(Symbol symbol, int depth)
| Method Detail |
getDepth
public int getDepth()
getSymbol
public Symbol getSymbol()
|
|||||||||
| Home >> All >> com >> anotherbigidea >> flash >> [ movie overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.anotherbigidea.flash.movie.Instance