| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Control.Type | |
|---|---|
| javax.sound.sampled | Provides interfaces and classes for capture, processing, and playback of sampled audio data. | 
| Uses of Control.Type in javax.sound.sampled | 
|---|
| Subclasses of Control.Type in javax.sound.sampled | |
|---|---|
| static class | BooleanControl.TypeAn instance of the BooleanControl.Typeclass identifies one kind of
 boolean control. | 
| static class | CompoundControl.TypeAn instance of the CompoundControl.Typeinner class identifies one kind of
 compound control. | 
| static class | EnumControl.TypeAn instance of the EnumControl.Typeinner class identifies one kind of
 enumerated control. | 
| static class | FloatControl.TypeAn instance of the FloatControl.Typeinner class identifies one kind of
 float control. | 
| Methods in javax.sound.sampled that return Control.Type | |
|---|---|
|  Control.Type | Control.getType()Obtains the control's type. | 
| Methods in javax.sound.sampled with parameters of type Control.Type | |
|---|---|
|  Control | Line.getControl(Control.Type control)Obtains a control of the specified type, if there is any. | 
|  boolean | Line.isControlSupported(Control.Type control)Indicates whether the line supports a control of the specified type. | 
| Constructors in javax.sound.sampled with parameters of type Control.Type | |
|---|---|
| Control(Control.Type type)Constructs a Control with the specified type. | |
| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright © 1993, 2010, Oracle and/or its affiliates. All rights reserved.