Uses of Class
javax.media.j3d.BoundingLeaf

Packages that use BoundingLeaf
javax.media.j3d Provides the core set of classes for the 3D graphics API for the Java platform; click here for more information, including explanatory material that was formerly found in the guide. 
 

Uses of BoundingLeaf in javax.media.j3d
 

Methods in javax.media.j3d that return BoundingLeaf
 BoundingLeaf Soundscape.getApplicationBoundingLeaf()
          Retrieves the Soundscape node's application bounding leaf.
 BoundingLeaf Clip.getApplicationBoundingLeaf()
          Retrieves the Clip node's application bounding leaf.
 BoundingLeaf Background.getApplicationBoundingLeaf()
          Retrieves the Background node's application bounding leaf.
 BoundingLeaf ModelClip.getInfluencingBoundingLeaf()
          Retrieves the ModelClip node's influencing bounding leaf.
 BoundingLeaf Light.getInfluencingBoundingLeaf()
          Retrieves the Light node's influencing bounding leaf.
 BoundingLeaf Fog.getInfluencingBoundingLeaf()
          Retrieves the Fog node's influencing bounding leaf.
 BoundingLeaf AlternateAppearance.getInfluencingBoundingLeaf()
          Retrieves the AlternateAppearance node's influencing bounding leaf.
 BoundingLeaf Sound.getSchedulingBoundingLeaf()
          Retrieves the Sound node's scheduling bounding leaf.
 BoundingLeaf Behavior.getSchedulingBoundingLeaf()
          Retrieves the Behavior node's scheduling bounding leaf.
 

Methods in javax.media.j3d with parameters of type BoundingLeaf
 void Soundscape.setApplicationBoundingLeaf(BoundingLeaf region)
          Set the Soundscape's application region to the specified bounding leaf.
 void Clip.setApplicationBoundingLeaf(BoundingLeaf region)
          Set the Clip's application region to the specified bounding leaf.
 void Background.setApplicationBoundingLeaf(BoundingLeaf region)
          Set the Background's application region to the specified bounding leaf.
 void ModelClip.setInfluencingBoundingLeaf(BoundingLeaf region)
          Set the ModelClip node's influencing region to the specified bounding leaf.
 void Light.setInfluencingBoundingLeaf(BoundingLeaf region)
          Sets the Light's influencing region to the specified bounding leaf.
 void Fog.setInfluencingBoundingLeaf(BoundingLeaf region)
          Sets the Fog's influencing region to the specified bounding leaf.
 void AlternateAppearance.setInfluencingBoundingLeaf(BoundingLeaf region)
          Sets the AlternateAppearance's influencing region to the specified bounding leaf.
 void Sound.setSchedulingBoundingLeaf(BoundingLeaf region)
          Set the Sound's scheduling region to the specified bounding leaf.
 void Behavior.setSchedulingBoundingLeaf(BoundingLeaf region)
          Set the Behavior's scheduling region to the specified bounding leaf.