Uses of Class
org.web3d.x3d.jsail.Sound.Delay
Packages that use Delay
Package
Description
The Sound component defines how sound is delivered to an X3D world as well as how sounds are accessed.
-
Uses of Delay in org.web3d.x3d.jsail.Sound
Methods in org.web3d.x3d.jsail.Sound that return DelayModifier and TypeMethodDescriptionDelay.addChild(X3DChildNode newValue) Utility method to add single child element to contained list of existing children nodes (if any).Delay.addChildren(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for children field.Delay.addComments(String newComment) Add comment as CommentsBlock to children fieldDelay.addComments(String[] newComments) Add comments as String[] array to children fieldDelay.addComments(CommentsBlock newCommentsBlock) Add CommentsBlock to children fieldDelay.clearChildren()Utility method to clear MFNode value of children field.Delay.clearIS()Utility method to clear SFNode value of IS field.Delay.clearMetadata()Utility method to clear SFNode value of metadata field.Delay.setChannelCountMode(String newValue) Accessor method to assign String enumeration value ("MAX" | "CLAMPED_MAX" | "EXPLICIT") to inputOutput SFString field named channelCountMode.Delay.setChannelCountMode(SFString newValue) Assign typed object value to SFString channelCountMode field, similar toDelay.setChannelCountMode(String).Delay.setChannelInterpretation(String newValue) Accessor method to assign String enumeration value ("SPEAKERS" | "DISCRETE") to inputOutput SFString field named channelInterpretation.Delay.setChannelInterpretation(SFString newValue) Assign typed object value to SFString channelInterpretation field, similar toDelay.setChannelInterpretation(String).Delay.setChildren(ArrayList<X3DNode> newValue) Assign ArrayList value of MFNode children field, similar toDelay.setChildren(org.web3d.x3d.sai.Core.X3DNode[]).Delay.setChildren(X3DNode[] newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DNode array (using an array consisting of properly typed nodes or ProtoInstances) to inputOutput MFNode field children.final DelayDelay.setCssClass(String newValue) Accessor method to assign String value to inputOutput SFString field named class.Delay.setCssClass(SFString newValue) Assign typed object value to SFString cssClass field, similar toDelay.setCssClass(String).final DelayDelay.setCssStyle(String newValue) Accessor method to assign String value to inputOutput SFString field named style.Delay.setCssStyle(SFString newValue) Assign typed object value to SFString cssClass field, similar toDelay.setCssStyle(String).final DelayAccessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar toDelay.setDEF(String).Delay.setDelayTime(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named delayTime.Delay.setDelayTime(SFTime newValue) Assign typed object value to SFTime delayTime field, similar toDelay.setDelayTime(double).Delay.setDescription(String newValue) Accessor method to assign String value to inputOutput SFString field named description.Delay.setDescription(SFString newValue) Assign typed object value to SFString description field, similar toDelay.setDescription(String).Delay.setEnabled(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named enabled.Delay.setEnabled(SFBool newValue) Assign typed object value to SFBool enabled field, similar toDelay.setEnabled(boolean).Delay.setGain(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar toDelay.setGain(float).Delay.setGain(float newValue) Accessor method to assign float value to inputOutput SFFloat field named gain.Assign typed object value to SFFloat gain field, similar toDelay.setGain(float).final DelayAccessor method to assign String value to inputOutput SFString field named id.Assign typed object value to SFString HtmlId field, similar toDelay.setHtmlId(String).Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Delay.setMaxDelayTime(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named maxDelayTime.Delay.setMaxDelayTime(SFTime newValue) Assign typed object value to SFTime maxDelayTime field, similar toDelay.setMaxDelayTime(double).Delay.setMetadata(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.Delay.setMetadata(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.Delay.setPauseTime(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named pauseTime.Delay.setPauseTime(SFTime newValue) Assign typed object value to SFTime pauseTime field, similar toDelay.setPauseTime(double).Delay.setResumeTime(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named resumeTime.Delay.setResumeTime(SFTime newValue) Assign typed object value to SFTime resumeTime field, similar toDelay.setResumeTime(double).Delay.setStartTime(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named startTime.Delay.setStartTime(SFTime newValue) Assign typed object value to SFTime startTime field, similar toDelay.setStartTime(double).Delay.setStopTime(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named stopTime.Delay.setStopTime(SFTime newValue) Assign typed object value to SFTime stopTime field, similar toDelay.setStopTime(double).Delay.setTailTime(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named tailTime.Delay.setTailTime(SFTime newValue) Assign typed object value to SFTime tailTime field, similar toDelay.setTailTime(double).final DelayAccessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar toDelay.setUSE(String).Assign a USE reference to another DEF node of same node type, similar toDelay.setUSE(String).Methods in org.web3d.x3d.jsail.Sound with parameters of type DelayModifier and TypeMethodDescriptionAssign a USE reference to another DEF node of same node type, similar toDelay.setUSE(String).