javax.sound.sampled
Class Control

java.lang.Object
  extended by javax.sound.sampled.Control
Direct Known Subclasses:
BooleanControl, CompoundControl, EnumControl, FloatControl

public abstract class Control
extends java.lang.Object


Nested Class Summary
static class Control.Type
           
 
Method Summary
 Control.Type getType()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getType

public Control.Type getType()

toString

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