Uses of Class
algoanim.variables.VariableContext

Packages that use VariableContext
algoanim.primitives   
algoanim.variables   
 

Uses of VariableContext in algoanim.primitives
 

Fields in algoanim.primitives declared as VariableContext
protected  VariableContext Variables.vars
           
 

Uses of VariableContext in algoanim.variables
 

Fields in algoanim.variables declared as VariableContext
protected  VariableContext VariableContext.father
          father and son are references to other contexts
protected  VariableContext VariableContext.son
           
 

Methods in algoanim.variables that return VariableContext
 VariableContext VariableContext.contextClose()
          closes given contact and returns to father context
 VariableContext VariableContext.contextOpen()
          opens a new context (e.g.
 VariableContext VariableContext.dropSon()
           
 VariableContext VariableContext.getContext()
           
 

Constructors in algoanim.variables with parameters of type VariableContext
VariableContext(VariableContext myFather)
          constructor which references an existing context as a father