Uses of Class
org.web3d.x3d.jsail.Sound.ChannelSelector
Packages that use ChannelSelector
Package
Description
The Sound component defines how sound is delivered to an X3D world as well as how sounds are accessed.
-
Uses of ChannelSelector in org.web3d.x3d.jsail.Sound
Methods in org.web3d.x3d.jsail.Sound that return ChannelSelectorModifier and TypeMethodDescriptionChannelSelector.addChild(X3DChildNode newValue) Utility method to add single child element to contained list of existing children nodes (if any).ChannelSelector.addChildren(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for children field.ChannelSelector.addComments(String newComment) Add comment as CommentsBlock to children fieldChannelSelector.addComments(String[] newComments) Add comments as String[] array to children fieldChannelSelector.addComments(CommentsBlock newCommentsBlock) Add CommentsBlock to children fieldChannelSelector.clearChildren()Utility method to clear MFNode value of children field.ChannelSelector.clearIS()Utility method to clear SFNode value of IS field.ChannelSelector.clearMetadata()Utility method to clear SFNode value of metadata field.ChannelSelector.setChannelCountMode(String newValue) Accessor method to assign String enumeration value ("MAX" | "CLAMPED_MAX" | "EXPLICIT") to inputOutput SFString field named channelCountMode.ChannelSelector.setChannelCountMode(SFString newValue) Assign typed object value to SFString channelCountMode field, similar toChannelSelector.setChannelCountMode(String).ChannelSelector.setChannelInterpretation(String newValue) Accessor method to assign String enumeration value ("SPEAKERS" | "DISCRETE") to inputOutput SFString field named channelInterpretation.ChannelSelector.setChannelInterpretation(SFString newValue) Assign typed object value to SFString channelInterpretation field, similar toChannelSelector.setChannelInterpretation(String).ChannelSelector.setChannelSelection(int newValue) Accessor method to assign int value to inputOutput SFInt32 field named channelSelection.ChannelSelector.setChannelSelection(SFInt32 newValue) Assign typed object value to SFInt32 channelSelection field, similar toChannelSelector.setChannelSelection(int).ChannelSelector.setChildren(ArrayList<X3DNode> newValue) Assign ArrayList value of MFNode children field, similar toChannelSelector.setChildren(org.web3d.x3d.sai.Core.X3DNode[]).ChannelSelector.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 ChannelSelectorChannelSelector.setCssClass(String newValue) Accessor method to assign String value to inputOutput SFString field named class.ChannelSelector.setCssClass(SFString newValue) Assign typed object value to SFString cssClass field, similar toChannelSelector.setCssClass(String).final ChannelSelectorChannelSelector.setCssStyle(String newValue) Accessor method to assign String value to inputOutput SFString field named style.ChannelSelector.setCssStyle(SFString newValue) Assign typed object value to SFString cssClass field, similar toChannelSelector.setCssStyle(String).final ChannelSelectorAccessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar toChannelSelector.setDEF(String).ChannelSelector.setDescription(String newValue) Accessor method to assign String value to inputOutput SFString field named description.ChannelSelector.setDescription(SFString newValue) Assign typed object value to SFString description field, similar toChannelSelector.setDescription(String).ChannelSelector.setEnabled(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named enabled.ChannelSelector.setEnabled(SFBool newValue) Assign typed object value to SFBool enabled field, similar toChannelSelector.setEnabled(boolean).ChannelSelector.setGain(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar toChannelSelector.setGain(float).ChannelSelector.setGain(float newValue) Accessor method to assign float value to inputOutput SFFloat field named gain.Assign typed object value to SFFloat gain field, similar toChannelSelector.setGain(float).final ChannelSelectorAccessor method to assign String value to inputOutput SFString field named id.Assign typed object value to SFString HtmlId field, similar toChannelSelector.setHtmlId(String).Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.ChannelSelector.setMetadata(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.ChannelSelector.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 ChannelSelectorAccessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar toChannelSelector.setUSE(String).ChannelSelector.setUSE(ChannelSelector DEFnode) Assign a USE reference to another DEF node of same node type, similar toChannelSelector.setUSE(String).Methods in org.web3d.x3d.jsail.Sound with parameters of type ChannelSelectorModifier and TypeMethodDescriptionChannelSelector.setUSE(ChannelSelector DEFnode) Assign a USE reference to another DEF node of same node type, similar toChannelSelector.setUSE(String).