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

Quick Search    Search Deep

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

java.lang.Object
  extended bycom.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()