| java.lang.Object org.jdesktop.j3d.loaders.vrml97.impl.BaseNode org.jdesktop.j3d.loaders.vrml97.impl.Node org.jdesktop.j3d.loaders.vrml97.impl.AudioClip
AudioClip | public class AudioClip extends Node (Code) | | Description of the Class
|
activeCycleInterval | double activeCycleInterval(Code) | | |
activeStartTime | double activeStartTime(Code) | | |
activeStopTime | double activeStopTime(Code) | | |
AudioClip | public AudioClip(Loader loader)(Code) | | Constructor for the AudioClip object
Parameters: loader - Description of the Parameter |
AudioClip | AudioClip(Loader loader, SFString description, SFBool loop, SFFloat pitch, SFTime startTime, SFTime stopTime, MFString url)(Code) | | Constructor for the AudioClip object
Parameters: loader - Description of the Parameter Parameters: description - Description of the Parameter Parameters: loop - Description of the Parameter Parameters: pitch - Description of the Parameter Parameters: startTime - Description of the Parameter Parameters: stopTime - Description of the Parameter Parameters: url - Description of the Parameter |
clone | public Object clone()(Code) | | Description of the Method
Description of the Return Value |
doChangeUrl | void doChangeUrl()(Code) | | Description of the Method
|
getType | public String getType()(Code) | | Gets the type attribute of the AudioClip object
The type value |
initFields | void initFields()(Code) | | Description of the Method
|
initImpl | 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 |
setDuration | public void setDuration(double inDuration)(Code) | | Sets the duration attribute of the AudioClip object
Parameters: inDuration - The new duration value |
setSound | void setSound(Sound owner)(Code) | | Sets the sound attribute of the AudioClip object
Parameters: owner - The new sound value |
setSoundEnable | void setSoundEnable(boolean b)(Code) | | Sets the soundEnable attribute of the AudioClip object
Parameters: b - The new soundEnable value |
simTick | void simTick(double now)(Code) | | Description of the Method
Parameters: now - Description of the Parameter |
|
|