Uses of Interface
com.jme.bounding.CollisionTreeController

Packages that use CollisionTreeController
com.jme.bounding   
 

Uses of CollisionTreeController in com.jme.bounding
 

Classes in com.jme.bounding that implement CollisionTreeController
 class UsageTreeController
          UsageTreeController defines a CollisionTreeController implementation that removes cache elements based on the frequency of usage.
 

Methods in com.jme.bounding with parameters of type CollisionTreeController
 void CollisionTreeManager.setCollisionTreeController(CollisionTreeController treeRemover)
          sets the CollisionTreeController used for cleaning the cache when the maximum number of elements is reached.