Uses of Interface
org.web3d.x3d.sai.Sound.WaveShaper

Packages that use WaveShaper 
Package Description
org.web3d.x3d.jsail.Sound  
org.web3d.x3d.sai.Sound  
  • Uses of WaveShaper in org.web3d.x3d.jsail.Sound

    Classes in org.web3d.x3d.jsail.Sound that implement WaveShaper 
    Modifier and Type Class Description
    class  WaveShaper
    WaveShaper node represents a nonlinear distorter that applies a wave-shaping distortion curve to the signal.
  • Uses of WaveShaper in org.web3d.x3d.sai.Sound

    Methods in org.web3d.x3d.sai.Sound that return WaveShaper 
    Modifier and Type Method Description
    WaveShaper WaveShaper.setChannelCountMode​(java.lang.String newValue)
    Accessor method to assign String enumeration value ("max" | "clamped-max" | "explicit") to inputOutput SFString field named channelCountMode.
    WaveShaper WaveShaper.setChannelInterpretation​(java.lang.String newValue)
    Accessor method to assign String enumeration value ("speakers" | "discrete") to inputOutput SFString field named channelInterpretation.
    WaveShaper WaveShaper.setDescription​(java.lang.String newValue)
    Accessor method to assign String value to inputOutput SFString field named description.
    WaveShaper WaveShaper.setEnabled​(boolean newValue)
    Accessor method to assign boolean value to inputOutput SFBool field named enabled.
    WaveShaper WaveShaper.setGain​(float newValue)
    Accessor method to assign float value to inputOutput SFFloat field named gain.
    WaveShaper WaveShaper.setMetadata​(X3DMetadataObject newValue)
    Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
    WaveShaper WaveShaper.setOversample​(java.lang.String newValue)
    Accessor method to assign String enumeration value ("none" | "2x" | "4x") to inputOutput SFString field named oversample.
    WaveShaper WaveShaper.setPauseTime​(double newValue)
    Accessor method to assign double value in seconds to inputOutput SFTime field named pauseTime.
    WaveShaper WaveShaper.setResumeTime​(double newValue)
    Accessor method to assign double value in seconds to inputOutput SFTime field named resumeTime.
    WaveShaper WaveShaper.setStartTime​(double newValue)
    Accessor method to assign double value in seconds to inputOutput SFTime field named startTime.
    WaveShaper WaveShaper.setStopTime​(double newValue)
    Accessor method to assign double value in seconds to inputOutput SFTime field named stopTime.
    WaveShaper WaveShaper.setTailTime​(double newValue)
    Accessor method to assign double value in seconds to inputOutput SFTime field named tailTime.