Uses of Interface
com.sun.media.sound.ModelOscillator

Uses of ModelOscillator in com.sun.media.sound
 

Subinterfaces of ModelOscillator in com.sun.media.sound
 interface ModelWavetable
          This is a wavetable oscillator interface.
 

Classes in com.sun.media.sound that implement ModelOscillator
 class ModelAbstractOscillator
          A abstract class used to simplify creating custom ModelOscillator.
 class ModelByteBufferWavetable
          Wavetable oscillator for pre-loaded data.
 

Fields in com.sun.media.sound declared as ModelOscillator
 ModelOscillator[] SoftPerformer.oscillators
           
 

Methods in com.sun.media.sound that return types with arguments of type ModelOscillator
 java.util.List<ModelOscillator> ModelPerformer.getOscillators()