Class MusicEffects.ChorusForm

java.lang.Object
  extended by javax.microedition.lcdui.Displayable
      extended by javax.microedition.lcdui.Screen
          extended by javax.microedition.lcdui.Form
              extended by MusicEffects.ChorusForm
All Implemented Interfaces:
javax.microedition.lcdui.ItemStateListener
Enclosing class:
MusicEffects

public class MusicEffects.ChorusForm
extends javax.microedition.lcdui.Form
implements javax.microedition.lcdui.ItemStateListener


Field Summary
(package private)  javax.microedition.lcdui.Gauge averageDelayGauge
           
(package private)  int maxAverageDelay
           
(package private)  int maxModulationDepth
           
(package private)  int maxModulationRate
           
(package private)  int minModulationRate
           
(package private)  javax.microedition.lcdui.Gauge modulationDepthGauge
           
(package private)  javax.microedition.lcdui.Gauge modulationRateGauge
           
(package private)  javax.microedition.lcdui.ChoiceGroup presetChoice
           
(package private)  javax.microedition.lcdui.Gauge wetLevelGauge
           
 
Constructor Summary
MusicEffects.ChorusForm()
           
 
Method Summary
 void itemStateChanged(javax.microedition.lcdui.Item item)
           
 void updateControls()
           
 
Methods inherited from class javax.microedition.lcdui.Form
append, append, append, delete, deleteAll, get, getHeight, getWidth, insert, set, setItemStateListener, size
 
Methods inherited from class javax.microedition.lcdui.Displayable
addCommand, getTicker, getTitle, isShown, removeCommand, setCommandListener, setTicker, setTitle, sizeChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

presetChoice

javax.microedition.lcdui.ChoiceGroup presetChoice

wetLevelGauge

javax.microedition.lcdui.Gauge wetLevelGauge

modulationRateGauge

javax.microedition.lcdui.Gauge modulationRateGauge

modulationDepthGauge

javax.microedition.lcdui.Gauge modulationDepthGauge

averageDelayGauge

javax.microedition.lcdui.Gauge averageDelayGauge

minModulationRate

int minModulationRate

maxModulationRate

int maxModulationRate

maxModulationDepth

int maxModulationDepth

maxAverageDelay

int maxAverageDelay
Constructor Detail

MusicEffects.ChorusForm

public MusicEffects.ChorusForm()
Method Detail

itemStateChanged

public void itemStateChanged(javax.microedition.lcdui.Item item)
Specified by:
itemStateChanged in interface javax.microedition.lcdui.ItemStateListener

updateControls

public void updateControls()