Class MusicEffects.EqualizerForm

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

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


Field Summary
(package private)  javax.microedition.lcdui.Gauge[] bandGauges
           
(package private)  int maxLevel
           
(package private)  int minLevel
           
(package private)  int mode
           
static int MODE_BANDS
           
static int MODE_BASS_TREBLE
           
static int MODE_PRESET
           
(package private)  javax.microedition.lcdui.ChoiceGroup modeChoice
           
(package private)  javax.microedition.lcdui.ChoiceGroup presetChoice
           
 
Constructor Summary
MusicEffects.EqualizerForm()
           
 
Method Summary
 int getMode()
           
 void itemStateChanged(javax.microedition.lcdui.Item item)
           
 void setMode(int newMode)
           
 
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

MODE_BASS_TREBLE

public static final int MODE_BASS_TREBLE
See Also:
Constant Field Values

MODE_PRESET

public static final int MODE_PRESET
See Also:
Constant Field Values

MODE_BANDS

public static final int MODE_BANDS
See Also:
Constant Field Values

mode

int mode

modeChoice

javax.microedition.lcdui.ChoiceGroup modeChoice

presetChoice

javax.microedition.lcdui.ChoiceGroup presetChoice

bandGauges

javax.microedition.lcdui.Gauge[] bandGauges

minLevel

int minLevel

maxLevel

int maxLevel
Constructor Detail

MusicEffects.EqualizerForm

public MusicEffects.EqualizerForm()
Method Detail

getMode

public int getMode()

setMode

public void setMode(int newMode)

itemStateChanged

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