软件包 | 描述 |
---|---|
javax.sound.sampled |
提供采样音频数据的捕获、处理和回放的接口和类。
|
Modifier and Type | Class and Description |
---|---|
static class |
BooleanControl.Type
该
BooleanControl.Type 类的一个实例标识一种布尔控制。
|
static class |
CompoundControl.Type
该
CompoundControl.Type 内部类的一个实例标识一种复合控制。
|
static class |
EnumControl.Type
该
EnumControl.Type 内部类的一个实例标识的一种列举的控制。
|
static class |
FloatControl.Type
该
FloatControl.Type 内部类的一个实例标识一种浮动控制。
|
Modifier and Type | Method and Description |
---|---|
Control.Type |
Control.getType()
获得控件的类型。
|
Modifier and Type | Method and Description |
---|---|
Control |
Line.getControl(Control.Type control)
获得指定类型的控件,如果有任何。
|
boolean |
Line.isControlSupported(Control.Type control)
指示该行是否支持指定类型的控件。
|
Constructor and Description |
---|
Control(Control.Type type)
用指定的类型构造控件。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.