Uses of Class
javax.media.j3d.AuralAttributes

Uses of AuralAttributes in javax.media.j3d
 

Methods in javax.media.j3d that return AuralAttributes
 AuralAttributes Soundscape.getAuralAttributes()
          Retrieve reference of Aural Attributes
 AuralAttributes GraphicsContext3D.getAuralAttributes()
          Retrieves the current AuralAttributes component object.
 

Methods in javax.media.j3d with parameters of type AuralAttributes
 void Soundscape.setAuralAttributes(AuralAttributes attributes)
          Set a set of aural attributes for this Soundscape
 void GraphicsContext3D.setAuralAttributes(AuralAttributes attributes)
          Sets the current AuralAttributes object to the specified AuralAttributes component object.
 

Constructors in javax.media.j3d with parameters of type AuralAttributes
Soundscape(Bounds region, AuralAttributes attributes)
          Constructs and initializes a new Sound node using specified parameters