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