Uses of Class
org.web3d.x3d.jsail.Sound.Convolver
Package
Description
The Sound component defines how sound is delivered to an X3D world as well as how sounds are accessed.
-
Uses of Convolver in org.web3d.x3d.jsail.Sound
Modifier and TypeMethodDescriptionConvolver.addBuffer
(float newValue) Add singleton float value to MFFloat buffer field.Add singleton SFFloat value to MFFloat buffer field.Convolver.addChild
(X3DChildNode newValue) Utility method to add single child element to contained list of existing children nodes (if any).Convolver.addChildren
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for children field.Convolver.addComments
(String newComment) Add comment as CommentsBlock to children fieldConvolver.addComments
(String[] newComments) Add comments as String[] array to children fieldConvolver.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to children fieldConvolver.clearBuffer()
Utility method to clear MFFloat value of buffer field.Convolver.clearChildren()
Utility method to clear MFNode value of children field.Convolver.clearIS()
Utility method to clear SFNode value of IS field.Convolver.clearMetadata()
Utility method to clear SFNode value of metadata field.Convolver.setBuffer
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetBuffer(float[])
.Convolver.setBuffer
(float[] newValue) Accessor method to assign Float array to inputOutput MFFloat field named buffer.Convolver.setBuffer
(int[] newValue) Assign floating-point array value of MFFloat buffer field, similar tosetBuffer(float[])
.Assign ArrayList value of MFFloat buffer field, similar tosetBuffer(float[])
.Assign typed object value to MFFloat buffer field, similar tosetBuffer(float[])
.Convolver.setChannelCountMode
(String newValue) Accessor method to assign String enumeration value ("MAX" | "CLAMPED_MAX" | "EXPLICIT") to inputOutput SFString field named channelCountMode.Convolver.setChannelCountMode
(SFString newValue) Assign typed object value to SFString channelCountMode field, similar tosetChannelCountMode(String)
.Convolver.setChannelInterpretation
(String newValue) Accessor method to assign String enumeration value ("SPEAKERS" | "DISCRETE") to inputOutput SFString field named channelInterpretation.Convolver.setChannelInterpretation
(SFString newValue) Assign typed object value to SFString channelInterpretation field, similar tosetChannelInterpretation(String)
.Convolver.setChildren
(ArrayList<X3DNode> newValue) Assign ArrayList value of MFNode children field, similar tosetChildren(org.web3d.x3d.sai.Core.X3DNode[])
.Convolver.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 Convolver
Convolver.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.Convolver.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final Convolver
Convolver.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.Convolver.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final Convolver
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.Convolver.setDescription
(String newValue) Accessor method to assign String value to inputOutput SFString field named description.Convolver.setDescription
(SFString newValue) Assign typed object value to SFString description field, similar tosetDescription(String)
.Convolver.setEnabled
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named enabled.Convolver.setEnabled
(SFBool newValue) Assign typed object value to SFBool enabled field, similar tosetEnabled(boolean)
.Convolver.setGain
(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar tosetGain(float)
.Convolver.setGain
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named gain.Assign typed object value to SFFloat gain field, similar tosetGain(float)
.final Convolver
Accessor method to assign String value to inputOutput SFString field named id.Assign typed object value to SFString HtmlID field, similar tosetHtmlID(String)
.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Convolver.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.Convolver.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.Convolver.setNormalize
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named normalize.Convolver.setNormalize
(SFBool newValue) Assign typed object value to SFBool normalize field, similar tosetNormalize(boolean)
.Convolver.setPauseTime
(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named pauseTime.Convolver.setPauseTime
(SFTime newValue) Assign typed object value to SFTime pauseTime field, similar tosetPauseTime(double)
.Convolver.setResumeTime
(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named resumeTime.Convolver.setResumeTime
(SFTime newValue) Assign typed object value to SFTime resumeTime field, similar tosetResumeTime(double)
.Convolver.setStartTime
(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named startTime.Convolver.setStartTime
(SFTime newValue) Assign typed object value to SFTime startTime field, similar tosetStartTime(double)
.Convolver.setStopTime
(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named stopTime.Convolver.setStopTime
(SFTime newValue) Assign typed object value to SFTime stopTime field, similar tosetStopTime(double)
.Convolver.setTailTime
(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named tailTime.Convolver.setTailTime
(SFTime newValue) Assign typed object value to SFTime tailTime field, similar tosetTailTime(double)
.final Convolver
Accessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar tosetUSE(String)
.Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.Modifier and TypeMethodDescriptionAssign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.