Uses of Interface
crystalspace.jbind.interfaces.iengine.sharevar.iSharedVariable

Packages that use iSharedVariable
crystalspace.jbind.impl.engine.lod   
crystalspace.jbind.impl.engine.sharevar   
crystalspace.jbind.interfaces.iengine.lod   
crystalspace.jbind.interfaces.iengine.sharevar   
 

Uses of iSharedVariable in crystalspace.jbind.impl.engine.lod
 

Methods in crystalspace.jbind.impl.engine.lod that return iSharedVariable
 iSharedVariable[] csLODControl.getLODish()
           
 

Methods in crystalspace.jbind.impl.engine.lod with parameters of type iSharedVariable
 void csLODControl.setLOD(iSharedVariable varm, iSharedVariable vara)
           
 

Uses of iSharedVariable in crystalspace.jbind.impl.engine.sharevar
 

Classes in crystalspace.jbind.impl.engine.sharevar that implement iSharedVariable
 class csSharedVariable
           
 

Methods in crystalspace.jbind.impl.engine.sharevar that return iSharedVariable
 iSharedVariable csSharedVariableList.findByName(java.lang.String Name)
           
 iSharedVariable csSharedVariableList.get(int n)
           
 iSharedVariable csSharedVariableList.New()
           
 

Methods in crystalspace.jbind.impl.engine.sharevar with parameters of type iSharedVariable
 int csSharedVariableList.add(iSharedVariable obj)
           
 int csSharedVariableList.find(iSharedVariable obj)
           
 boolean csSharedVariableList.remove(iSharedVariable obj)
           
 void csSharedVariableListener.variableChanged(iSharedVariable var)
           
 

Uses of iSharedVariable in crystalspace.jbind.interfaces.iengine.lod
 

Methods in crystalspace.jbind.interfaces.iengine.lod that return iSharedVariable
 iSharedVariable[] iLODControl.getLODish()
          Return the variables used by lod.
 

Methods in crystalspace.jbind.interfaces.iengine.lod with parameters of type iSharedVariable
 void iLODControl.setLOD(iSharedVariable varm, iSharedVariable vara)
          Set LOD using variables.
 

Uses of iSharedVariable in crystalspace.jbind.interfaces.iengine.sharevar
 

Methods in crystalspace.jbind.interfaces.iengine.sharevar that return iSharedVariable
 iSharedVariable iSharedVariableList.findByName(java.lang.String Name)
          Find a SharedVariable by name.
 iSharedVariable iSharedVariableList.get(int n)
          Return a SharedVariable by index.
 iSharedVariable iSharedVariableList.New()
          iSharedVariable Factory method.
 

Methods in crystalspace.jbind.interfaces.iengine.sharevar with parameters of type iSharedVariable
 int iSharedVariableList.add(iSharedVariable obj)
          Add a SharedVariable.
 int iSharedVariableList.find(iSharedVariable obj)
          Find a SharedVariable and return its index.
 boolean iSharedVariableList.remove(iSharedVariable obj)
          Remove a SharedVariable.
 void iSharedVariableListener.variableChanged(iSharedVariable var)
          A variable has changed.