Package org.web3d.x3d.sai.Sound
Interface X3DSoundSourceNode
- All Superinterfaces:
X3DChildNode,X3DNode,X3DTimeDependentNode
- All Known Subinterfaces:
AudioClip,MovieTexture
- All Known Implementing Classes:
AudioClipObject,MovieTextureObject
public interface X3DSoundSourceNode extends X3DTimeDependentNode
Nodes implementing X3DSoundSourceNode are allowed as children of Sound node.
Package hint: This interface is defined by the X3D Java Language Binding Specification for the Scene Authoring Interface (SAI).
Package hint: This interface is defined by the X3D Java Language Binding Specification for the Scene Authoring Interface (SAI).
-
Method Summary
Modifier and Type Method Description java.lang.StringgetDescription()Provide String value from inputOutput SFString field named description.doublegetDuration()Provide double value in seconds within allowed range of [-1,infinity) from outputOnly SFTime field named duration_changed.doublegetElapsedTime()Provide double value in seconds within allowed range of [0,infinity) from outputOnly SFTime field named elapsedTime.booleangetIsActive()Provide boolean value from outputOnly SFBool field named isActive.booleangetIsPaused()Provide boolean value from outputOnly SFBool field named isPaused.booleangetLoop()Provide boolean value from inputOutput SFBool field named loop.X3DMetadataObjectgetMetadata()Provide X3DMetadataObject instance (using a properly typed node) from inputOutput SFNode field metadata.doublegetPauseTime()Provide double value in seconds from inputOutput SFTime field named pauseTime.floatgetPitch()Provide float value within allowed range of (0,infinity) from inputOutput SFFloat field named pitch.doublegetResumeTime()Provide double value in seconds from inputOutput SFTime field named resumeTime.doublegetStartTime()Provide double value in seconds from inputOutput SFTime field named startTime.doublegetStopTime()Provide double value in seconds from inputOutput SFTime field named stopTime.X3DSoundSourceNodesetDescription(java.lang.String newValue)Accessor method to assign String value to inputOutput SFString field named description.X3DSoundSourceNodesetLoop(boolean newValue)Accessor method to assign boolean value to inputOutput SFBool field named loop.X3DSoundSourceNodesetMetadata(X3DMetadataObject newValue)Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.X3DSoundSourceNodesetPauseTime(double newValue)Accessor method to assign double value in seconds to inputOutput SFTime field named pauseTime.X3DSoundSourceNodesetPitch(float newValue)Accessor method to assign float value to inputOutput SFFloat field named pitch.X3DSoundSourceNodesetResumeTime(double newValue)Accessor method to assign double value in seconds to inputOutput SFTime field named resumeTime.X3DSoundSourceNodesetStartTime(double newValue)Accessor method to assign double value in seconds to inputOutput SFTime field named startTime.X3DSoundSourceNodesetStopTime(double newValue)Accessor method to assign double value in seconds to inputOutput SFTime field named stopTime.
-
Method Details
-
getDescription
java.lang.String getDescription()Provide String value from inputOutput SFString field named description.- Returns:
- value of description field
-
setDescription
Accessor method to assign String value to inputOutput SFString field named description.- Parameters:
newValue- is new value for the description field.- Returns:
X3DSoundSourceNode- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
getDuration
double getDuration()Provide double value in seconds within allowed range of [-1,infinity) from outputOnly SFTime field named duration_changed.- Returns:
- value of duration_changed field
-
getElapsedTime
double getElapsedTime()Provide double value in seconds within allowed range of [0,infinity) from outputOnly SFTime field named elapsedTime.- Specified by:
getElapsedTimein interfaceX3DTimeDependentNode- Returns:
- value of elapsedTime field
-
getIsActive
boolean getIsActive()Provide boolean value from outputOnly SFBool field named isActive.- Specified by:
getIsActivein interfaceX3DTimeDependentNode- Returns:
- value of isActive field
-
getIsPaused
boolean getIsPaused()Provide boolean value from outputOnly SFBool field named isPaused.- Specified by:
getIsPausedin interfaceX3DTimeDependentNode- Returns:
- value of isPaused field
-
getLoop
boolean getLoop()Provide boolean value from inputOutput SFBool field named loop.- Specified by:
getLoopin interfaceX3DTimeDependentNode- Returns:
- value of loop field
-
setLoop
Accessor method to assign boolean value to inputOutput SFBool field named loop.- Specified by:
setLoopin interfaceX3DTimeDependentNode- Parameters:
newValue- is new value for the loop field.- Returns:
X3DSoundSourceNode- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
getMetadata
X3DMetadataObject getMetadata()Provide X3DMetadataObject instance (using a properly typed node) from inputOutput SFNode field metadata.- Specified by:
getMetadatain interfaceX3DChildNode- Specified by:
getMetadatain interfaceX3DNode- Specified by:
getMetadatain interfaceX3DTimeDependentNode- Returns:
- value of metadata field
- See Also:
- X3D Scene Authoring Hints: Metadata Nodes
-
setMetadata
Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.- Specified by:
setMetadatain interfaceX3DChildNode- Specified by:
setMetadatain interfaceX3DNode- Specified by:
setMetadatain interfaceX3DTimeDependentNode- Parameters:
newValue- is new value for the metadata field.- Returns:
X3DSoundSourceNode- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).- See Also:
- X3D Scene Authoring Hints: Metadata Nodes
-
getPauseTime
double getPauseTime()Provide double value in seconds from inputOutput SFTime field named pauseTime.- Specified by:
getPauseTimein interfaceX3DTimeDependentNode- Returns:
- value of pauseTime field
-
setPauseTime
Accessor method to assign double value in seconds to inputOutput SFTime field named pauseTime.- Specified by:
setPauseTimein interfaceX3DTimeDependentNode- Parameters:
newValue- is new value for the pauseTime field.- Returns:
X3DSoundSourceNode- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
getPitch
float getPitch()Provide float value within allowed range of (0,infinity) from inputOutput SFFloat field named pitch.- Returns:
- value of pitch field
-
setPitch
Accessor method to assign float value to inputOutput SFFloat field named pitch.- Parameters:
newValue- is new value for the pitch field.- Returns:
X3DSoundSourceNode- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
getResumeTime
double getResumeTime()Provide double value in seconds from inputOutput SFTime field named resumeTime.- Specified by:
getResumeTimein interfaceX3DTimeDependentNode- Returns:
- value of resumeTime field
-
setResumeTime
Accessor method to assign double value in seconds to inputOutput SFTime field named resumeTime.- Specified by:
setResumeTimein interfaceX3DTimeDependentNode- Parameters:
newValue- is new value for the resumeTime field.- Returns:
X3DSoundSourceNode- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
getStartTime
double getStartTime()Provide double value in seconds from inputOutput SFTime field named startTime.- Specified by:
getStartTimein interfaceX3DTimeDependentNode- Returns:
- value of startTime field
-
setStartTime
Accessor method to assign double value in seconds to inputOutput SFTime field named startTime.- Specified by:
setStartTimein interfaceX3DTimeDependentNode- Parameters:
newValue- is new value for the startTime field.- Returns:
X3DSoundSourceNode- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
getStopTime
double getStopTime()Provide double value in seconds from inputOutput SFTime field named stopTime.- Specified by:
getStopTimein interfaceX3DTimeDependentNode- Returns:
- value of stopTime field
-
setStopTime
Accessor method to assign double value in seconds to inputOutput SFTime field named stopTime.- Specified by:
setStopTimein interfaceX3DTimeDependentNode- Parameters:
newValue- is new value for the stopTime field.- Returns:
X3DSoundSourceNode- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-