Uses of Class
org.xith3d.scenegraph.BoundsTypeHint

Packages that use BoundsTypeHint
org.xith3d.scenegraph   
 

Uses of BoundsTypeHint in org.xith3d.scenegraph
 

Fields in org.xith3d.scenegraph declared as BoundsTypeHint
protected  BoundsTypeHint Node.instanceBoundsTypeHint
           
 

Methods in org.xith3d.scenegraph that return BoundsTypeHint
static BoundsTypeHint Node.getBoundsTypeHint()
           
static BoundsTypeHint BoundsTypeHint.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BoundsTypeHint[] BoundsTypeHint.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.xith3d.scenegraph with parameters of type BoundsTypeHint
static void Node.setBoundsTypeHint(BoundsTypeHint bth)