Uses of Interface
org.web3d.x3d.sai.Sound.Sound

Packages that use Sound 
Package Description
org.web3d.x3d.jsail.Sound  
org.web3d.x3d.sai.Sound  
  • Uses of Sound in org.web3d.x3d.jsail.Sound

    Classes in org.web3d.x3d.jsail.Sound that implement Sound 
    Modifier and Type Class Description
    class  Sound
    The Sound node controls the 3D spatialization of sound playback by a child AudioClip or MovieTexture node.
  • Uses of Sound in org.web3d.x3d.sai.Sound

    Methods in org.web3d.x3d.sai.Sound that return Sound 
    Modifier and Type Method Description
    Sound Sound.setDescription​(java.lang.String newValue)
    Accessor method to assign String value to inputOutput SFString field named description.
    Sound Sound.setDirection​(float[] newValue)
    Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named direction.
    Sound Sound.setEnabled​(boolean newValue)
    Accessor method to assign boolean value to inputOutput SFBool field named enabled.
    Sound Sound.setGain​(float newValue)
    Accessor method to assign float value to inputOutput SFFloat field named gain.
    Sound Sound.setIntensity​(float newValue)
    Accessor method to assign float value to inputOutput SFFloat field named intensity.
    Sound Sound.setLocation​(float[] newValue)
    Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named location.
    Sound Sound.setMaxBack​(float newValue)
    Accessor method to assign float value to inputOutput SFFloat field named maxBack.
    Sound Sound.setMaxFront​(float newValue)
    Accessor method to assign float value to inputOutput SFFloat field named maxFront.
    Sound Sound.setMetadata​(X3DMetadataObject newValue)
    Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
    Sound Sound.setMinBack​(float newValue)
    Accessor method to assign float value to inputOutput SFFloat field named minBack.
    Sound Sound.setMinFront​(float newValue)
    Accessor method to assign float value to inputOutput SFFloat field named minFront.
    Sound Sound.setPriority​(float newValue)
    Accessor method to assign float value to inputOutput SFFloat field named priority.
    Sound Sound.setSource​(X3DSoundSourceNode newValue)
    Accessor method to assign org.web3d.x3d.sai.Sound.X3DSoundSourceNode instance (using a properly typed node) to inputOutput SFNode field source.
    Sound Sound.setSpatialize​(boolean newValue)
    Accessor method to assign boolean value to initializeOnly SFBool field named spatialize.