Uses of Class
org.web3d.x3d.jsail.Sound.ChannelMerger
Package
Description
The Sound component defines how sound is delivered to an X3D world as well as how sounds are accessed.
-
Uses of ChannelMerger in org.web3d.x3d.jsail.Sound
Modifier and TypeMethodDescriptionChannelMerger.addChild
(X3DChildNode newValue) Utility method to add single child element to contained list of existing children nodes (if any).ChannelMerger.addChildren
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for children field.ChannelMerger.addComments
(String newComment) Add comment as CommentsBlock to children fieldChannelMerger.addComments
(String[] newComments) Add comments as String[] array to children fieldChannelMerger.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to children fieldChannelMerger.clearChildren()
Utility method to clear MFNode value of children field.ChannelMerger.clearIS()
Utility method to clear SFNode value of IS field.ChannelMerger.clearMetadata()
Utility method to clear SFNode value of metadata field.ChannelMerger.setChannelCountMode
(String newValue) Accessor method to assign String enumeration value ("MAX" | "CLAMPED_MAX" | "EXPLICIT") to inputOutput SFString field named channelCountMode.ChannelMerger.setChannelCountMode
(SFString newValue) Assign typed object value to SFString channelCountMode field, similar tosetChannelCountMode(String)
.ChannelMerger.setChannelInterpretation
(String newValue) Accessor method to assign String enumeration value ("SPEAKERS" | "DISCRETE") to inputOutput SFString field named channelInterpretation.ChannelMerger.setChannelInterpretation
(SFString newValue) Assign typed object value to SFString channelInterpretation field, similar tosetChannelInterpretation(String)
.ChannelMerger.setChildren
(ArrayList<X3DNode> newValue) Assign ArrayList value of MFNode children field, similar tosetChildren(org.web3d.x3d.sai.Core.X3DNode[])
.ChannelMerger.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 ChannelMerger
ChannelMerger.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.ChannelMerger.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final ChannelMerger
ChannelMerger.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.ChannelMerger.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final ChannelMerger
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.ChannelMerger.setDescription
(String newValue) Accessor method to assign String value to inputOutput SFString field named description.ChannelMerger.setDescription
(SFString newValue) Assign typed object value to SFString description field, similar tosetDescription(String)
.ChannelMerger.setEnabled
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named enabled.ChannelMerger.setEnabled
(SFBool newValue) Assign typed object value to SFBool enabled field, similar tosetEnabled(boolean)
.ChannelMerger.setGain
(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar tosetGain(float)
.ChannelMerger.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 ChannelMerger
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.ChannelMerger.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.ChannelMerger.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.final ChannelMerger
Accessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar tosetUSE(String)
.ChannelMerger.setUSE
(ChannelMerger DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.Modifier and TypeMethodDescriptionChannelMerger.setUSE
(ChannelMerger DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.