Uses of Interface
org.web3d.x3d.sai.Sound.X3DSoundSourceNode
| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Sound | |
| org.web3d.x3d.jsail.Texturing | |
| org.web3d.x3d.sai.Sound | |
| org.web3d.x3d.sai.Texturing |
-
Uses of X3DSoundSourceNode in org.web3d.x3d.jsail.Sound
Classes in org.web3d.x3d.jsail.Sound that implement X3DSoundSourceNode Modifier and Type Class Description classAudioClipObjectAudioClip provides audio data used by parent Sound nodes.Fields in org.web3d.x3d.jsail.Sound declared as X3DSoundSourceNode Modifier and Type Field Description static X3DSoundSourceNodeSoundObject. SOURCE_DEFAULT_VALUESFNode field named source has default value null (Java syntax) or NULL (XML syntax).Methods in org.web3d.x3d.jsail.Sound that return X3DSoundSourceNode Modifier and Type Method Description X3DSoundSourceNodeSoundObject. getSource()Provide X3DSoundSourceNode instance (using a properly typed node) from inputOutput SFNode field source.Methods in org.web3d.x3d.jsail.Sound with parameters of type X3DSoundSourceNode Modifier and Type Method Description SoundObjectSoundObject. setSource(X3DSoundSourceNode newValue)Accessor method to assign X3DSoundSourceNode instance (using a properly typed node) to inputOutput SFNode field source. -
Uses of X3DSoundSourceNode in org.web3d.x3d.jsail.Texturing
Classes in org.web3d.x3d.jsail.Texturing that implement X3DSoundSourceNode Modifier and Type Class Description classMovieTextureObjectMovieTexture applies a 2D movie image to surface geometry, or provides audio for a Sound node. -
Uses of X3DSoundSourceNode in org.web3d.x3d.sai.Sound
Subinterfaces of X3DSoundSourceNode in org.web3d.x3d.sai.Sound Modifier and Type Interface Description interfaceAudioClipAudioClip provides audio data used by parent Sound nodes.Methods in org.web3d.x3d.sai.Sound that return X3DSoundSourceNode Modifier and Type Method Description X3DSoundSourceNodeSound. getSource()Provide X3DSoundSourceNode instance (using a properly typed node) from inputOutput SFNode field source.X3DSoundSourceNodeX3DSoundSourceNode. setDescription(java.lang.String newValue)Accessor method to assign String value to inputOutput SFString field named description.X3DSoundSourceNodeX3DSoundSourceNode. setLoop(boolean newValue)Accessor method to assign boolean value to inputOutput SFBool field named loop.X3DSoundSourceNodeX3DSoundSourceNode. setMetadata(X3DMetadataObject newValue)Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.X3DSoundSourceNodeX3DSoundSourceNode. setPauseTime(double newValue)Accessor method to assign double value in seconds to inputOutput SFTime field named pauseTime.X3DSoundSourceNodeX3DSoundSourceNode. setPitch(float newValue)Accessor method to assign float value to inputOutput SFFloat field named pitch.X3DSoundSourceNodeX3DSoundSourceNode. setResumeTime(double newValue)Accessor method to assign double value in seconds to inputOutput SFTime field named resumeTime.X3DSoundSourceNodeX3DSoundSourceNode. setStartTime(double newValue)Accessor method to assign double value in seconds to inputOutput SFTime field named startTime.X3DSoundSourceNodeX3DSoundSourceNode. setStopTime(double newValue)Accessor method to assign double value in seconds to inputOutput SFTime field named stopTime.Methods in org.web3d.x3d.sai.Sound with parameters of type X3DSoundSourceNode Modifier and Type Method Description SoundSound. setSource(X3DSoundSourceNode newValue)Accessor method to assign X3DSoundSourceNode instance (using a properly typed node) to inputOutput SFNode field source. -
Uses of X3DSoundSourceNode in org.web3d.x3d.sai.Texturing
Subinterfaces of X3DSoundSourceNode in org.web3d.x3d.sai.Texturing Modifier and Type Interface Description interfaceMovieTextureMovieTexture applies a 2D movie image to surface geometry, or provides audio for a Sound node.