net.beadsproject.beads.gui
Class LevelMeter

java.lang.Object
  extended by net.beadsproject.beads.gui.LevelMeter
All Implemented Interfaces:
InterfaceElement

public class LevelMeter
extends java.lang.Object
implements InterfaceElement


Constructor Summary
LevelMeter(UGen focus)
           
 
Method Summary
 javax.swing.JComponent getComponent()
           
 UGen getFocus()
           
 int getNumLevels()
           
static void main(java.lang.String[] args)
           
 void setFocus(UGen focus)
           
 void setNumLevels(int numLevels)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LevelMeter

public LevelMeter(UGen focus)
Method Detail

getFocus

public UGen getFocus()

setFocus

public void setFocus(UGen focus)

getNumLevels

public int getNumLevels()

setNumLevels

public void setNumLevels(int numLevels)

getComponent

public javax.swing.JComponent getComponent()
Specified by:
getComponent in interface InterfaceElement

main

public static void main(java.lang.String[] args)