| java.lang.Object org.jdesktop.j3d.loaders.vrml97.impl.BaseNode org.jdesktop.j3d.loaders.vrml97.impl.Node org.jdesktop.j3d.loaders.vrml97.impl.NonSharedNode org.jdesktop.j3d.loaders.vrml97.impl.Sound
Constructor Summary | |
public | Sound(Loader loader) | public | Sound(Loader loader, SFVec3f direction, SFFloat intensity, SFVec3f location, SFFloat maxBack, SFFloat maxFront, SFFloat minBack, SFFloat minFront, SFFloat priority, SFNode source, SFBool spatialize) |
attenuation | float[] attenuation(Code) | | |
distance | float[] distance(Code) | | |
Sound | public Sound(Loader loader)(Code) | | Constructor for the Sound object
Parameters: loader - Description of the Parameter |
Sound | public Sound(Loader loader, SFVec3f direction, SFFloat intensity, SFVec3f location, SFFloat maxBack, SFFloat maxFront, SFFloat minBack, SFFloat minFront, SFFloat priority, SFNode source, SFBool spatialize)(Code) | | Constructor for the Sound object
Parameters: loader - Description of the Parameter Parameters: direction - Description of the Parameter Parameters: intensity - Description of the Parameter Parameters: location - Description of the Parameter Parameters: maxBack - Description of the Parameter Parameters: maxFront - Description of the Parameter Parameters: minBack - Description of the Parameter Parameters: minFront - Description of the Parameter Parameters: priority - Description of the Parameter Parameters: source - Description of the Parameter Parameters: spatialize - Description of the Parameter |
clone | public Object clone()(Code) | | Description of the Method
Description of the Return Value |
doneParse | void doneParse()(Code) | | Description of the Method
|
getType | public String getType()(Code) | | Gets the type attribute of the Sound object
The type value |
initFields | void initFields()(Code) | | Description of the Method
|
initImpl | public void initImpl()(Code) | | Description of the Method
|
notifyMethod | public void notifyMethod(String eventInName, double time)(Code) | | Description of the Method
Parameters: eventInName - Description of the Parameter Parameters: time - Description of the Parameter |
setClip | void setClip()(Code) | | Sets the clip attribute of the Sound object
|
setEnable | void setEnable(boolean enable)(Code) | | Sets the enable attribute of the Sound object
Parameters: enable - The new enable value |
setLoop | void setLoop(int l)(Code) | | Sets the loop attribute of the Sound object
Parameters: l - The new loop value |
updateParent | void updateParent(javax.media.j3d.Node p)(Code) | | Description of the Method
Parameters: p - Description of the Parameter |
waitSoundReadiness | void waitSoundReadiness()(Code) | | Description of the Method
|
|
|