|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface X3DSoundSourceNode
Defines the requirements of an X3DSoundSourceNode abstract node type
| 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 |
|---|
java.lang.String getDescription()
void setDescription(java.lang.String val)
val - The String to set.float getPitch()
void setPitch(float val)
val - The float to set.
|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||