Uses of Class
com.jme.bounding.TreeComparator.Axis

Packages that use TreeComparator.Axis
com.jme.bounding   
 

Uses of TreeComparator.Axis in com.jme.bounding
 

Methods in com.jme.bounding that return TreeComparator.Axis
static TreeComparator.Axis TreeComparator.Axis.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TreeComparator.Axis[] TreeComparator.Axis.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.jme.bounding with parameters of type TreeComparator.Axis
 void TreeComparator.setAxis(TreeComparator.Axis axis)