javax.sound.sampled
Class BooleanControl

java.lang.Object
  extended by javax.sound.sampled.Control
      extended by javax.sound.sampled.BooleanControl
Direct Known Subclasses:
EsdSourceDataLine.EsdSourceDataLineMuteControl, TBooleanControl

public abstract class BooleanControl
extends Control


Nested Class Summary
static class BooleanControl.Type
           
 
Method Summary
 java.lang.String getStateLabel(boolean bState)
           
 boolean getValue()
           
 void setValue(boolean bValue)
           
 java.lang.String toString()
           
 
Methods inherited from class javax.sound.sampled.Control
getType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

setValue

public void setValue(boolean bValue)

getValue

public boolean getValue()

getStateLabel

public java.lang.String getStateLabel(boolean bState)

toString

public java.lang.String toString()
Overrides:
toString in class Control