|
Xj3D VRML/X3D Code API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A node which can play audio files
| Field Summary |
| Fields inherited from interface org.web3d.vrml.nodes.VRMLExternalNodeType |
LOAD_COMPLETE, LOAD_FAILED, LOADING, NOT_LOADED |
| Method Summary | |
java.lang.String |
getDescription()
Get current value of the description field. |
double |
getDuration()
Accessor method to get current value of field duration |
boolean |
getIsActive()
Accessor method to get current value of field isActive |
float |
getPitch()
Accessor method to get current value of field pitch, default value is 1. |
java.lang.String[] |
getUrl()
Accessor method to get current value of field url. |
void |
setDescription(java.lang.String newDescription)
Set a new value for the description field. |
void |
setDuration(double newDuration)
Accessor method to set a new value for field attribute duration |
void |
setIsActive(boolean newIsActive)
Accessor method to set a new value for field attribute isActive |
void |
setPitch(float newPitch)
Set a new value for the pitch field. |
void |
setUrl(java.lang.String[] newUrl,
int numValid)
Accessor method to set a new value for field attribute url |
| Methods inherited from interface org.web3d.vrml.nodes.VRMLTimeControlledNodeType |
getLoop, getStartTime, getStopTime, setLoop, setStartTime, setStopTime |
| Methods inherited from interface org.web3d.vrml.nodes.VRMLTimeDependentNodeType |
setVRMLClock |
| Methods inherited from interface org.web3d.vrml.nodes.VRMLNodeType |
addNodeListener, getFieldValue, getMetadataObject, getRefCount, hasFieldChanged, isSetupFinished, notifyExternProtoLoaded, removeNodeListener, sendRoute, setDEF, setFrameStateManager, setMetadataObject, setupFinished, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, updateRefCount |
| Methods inherited from interface org.web3d.vrml.lang.VRMLNode |
getFieldDeclaration, getFieldIndex, getNodeFieldIndices, getNumFields, getPrimaryType, getSecondaryType, getUserData, getVRMLNodeName, isDEF, setErrorReporter, setUserData, setVersion |
| Methods inherited from interface org.web3d.vrml.nodes.FrameStateListener |
allEventsComplete |
| Methods inherited from interface org.web3d.vrml.nodes.VRMLExternalNodeType |
addContentStateListener, addUrlListener, getWorldUrl, removeContentStateListener, removeUrlListener, setWorldUrl |
| Method Detail |
public void setDescription(java.lang.String newDescription)
newDescription - The new descriptionpublic java.lang.String getDescription()
public void setPitch(float newPitch)
newPitch - The pitchpublic float getPitch()
1.
public void setUrl(java.lang.String[] newUrl,
int numValid)
newUrl - Array of URL stringsnumValid - The number of valid items in the arraypublic java.lang.String[] getUrl()
public void setDuration(double newDuration)
newDuration - The new durationpublic double getDuration()
public void setIsActive(boolean newIsActive)
public boolean getIsActive()
|
Xj3D VRML/X3D Code API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||