Xj3D 2.0 VRML/X3D Code API

org.web3d.x3d.sai
Interface X3DSoundSourceNode

All Superinterfaces:
X3DChildNode, X3DNode, X3DTimeDependentNode
All Known Subinterfaces:
AudioClip, MovieTexture

public interface X3DSoundSourceNode
extends X3DTimeDependentNode

Defines the requirements of an X3DSoundSourceNode abstract node type

Version:
$Revision: 1.3 $
Author:
Rex Melton

Method Summary
 java.lang.String getDescription()
          Return the description String value.
 float getPitch()
          Return the pitch float value.
 void setDescription(java.lang.String val)
          Set the description field.
 void setPitch(float val)
          Set the pitch field.
 
Methods inherited from interface org.web3d.x3d.sai.X3DTimeDependentNode
getElapsedTime, getIsActive, getIsPaused, getLoop, getPauseTime, getResumeTime, getStartTime, getStopTime, setLoop, setPauseTime, setResumeTime, setStartTime, setStopTime
 
Methods inherited from interface org.web3d.x3d.sai.X3DNode
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadata
 

Method Detail

getDescription

java.lang.String getDescription()
Return the description String value.

Returns:
The description String value.

setDescription

void setDescription(java.lang.String val)
Set the description field.

Parameters:
val - The String to set.

getPitch

float getPitch()
Return the pitch float value.

Returns:
The pitch float value.

setPitch

void setPitch(float val)
Set the pitch field.

Parameters:
val - The float to set.

Xj3D 2.0 VRML/X3D Code API

Copyright © 2001 - 2006 Web3D Consortium