Uses of Interface
org.web3d.x3d.sai.Sound.PeriodicWave
Packages that use PeriodicWave
Package
Description
The Sound component defines how sound is delivered to an X3D world as well as how sounds are accessed.
The Sound component defines how sound is delivered to an X3D world as well as how sounds are accessed.
-
Uses of PeriodicWave in org.web3d.x3d.jsail.Sound
Classes in org.web3d.x3d.jsail.Sound that implement PeriodicWaveModifier and TypeClassDescriptionclass
PeriodicWave defines a periodic waveform that can be used to shape the output of an Oscillator. -
Uses of PeriodicWave in org.web3d.x3d.sai.Sound
Methods in org.web3d.x3d.sai.Sound that return PeriodicWaveModifier and TypeMethodDescriptionPeriodicWave.setDescription
(String newValue) Accessor method to assign String value to inputOutput SFString field named description.PeriodicWave.setEnabled
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named enabled.PeriodicWave.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.PeriodicWave.setOptionsImag
(float[] newValue) Accessor method to assign float array to inputOutput MFFloat field named optionsImag.PeriodicWave.setOptionsReal
(float[] newValue) Accessor method to assign float array to inputOutput MFFloat field named optionsReal.Accessor method to assign String enumeration value ("SINE" | "SQUARE" | "SAWTOOTH" | "TRIANGLE" | "CUSTOM") to inputOutput SFString field named type.