Uses of Class
algoanim.variables.Variable

Packages that use Variable
algoanim.primitives   
algoanim.primitives.updater   
algoanim.variables   
 

Uses of Variable in algoanim.primitives
 

Methods in algoanim.primitives that return Variable
 Variable Variables.getVariable(java.lang.String key)
           
 

Uses of Variable in algoanim.primitives.updater
 

Fields in algoanim.primitives.updater declared as Variable
(package private)  Variable ArrayMarkerUpdater.v
           
 

Methods in algoanim.primitives.updater with parameters of type Variable
 void ArrayMarkerUpdater.setVariable(Variable v)
           
 

Uses of Variable in algoanim.variables
 

Subclasses of Variable in algoanim.variables
 class DoubleVariable
           
 class IntegerVariable
           
 class StringVariable
           
 

Methods in algoanim.variables that return Variable
 Variable VariableContext.getVariable(java.lang.String key)
          returns the variable for a given key.
static Variable VariableFactory.newVariable(java.lang.String type)
           
 

Methods in algoanim.variables with parameters of type Variable
abstract  void Variable.setValue(Variable value)
          abstract setValue functions
 void StringVariable.setValue(Variable var)
           
 void IntegerVariable.setValue(Variable var)
           
 void DoubleVariable.setValue(Variable var)