- java.lang.Object
-
- javax.sound.sampled.Control
-
- javax.sound.sampled.CompoundControl
-
public abstract class CompoundControl extends Control
诸如图形均衡器之类的CompoundControl
提供对两个或更多相关属性的控制,每个属性本身表示为Control
。- 从以下版本开始:
- 1.3
-
-
嵌套类汇总
嵌套类 变量和类型 类 描述 static class
CompoundControl.Type
CompoundControl.Type
内部类的实例标识一种复合控件。
-
构造方法摘要
构造方法 变量 构造器 描述 protected
CompoundControl(CompoundControl.Type type, Control[] memberControls)
使用给定参数构造一个新的复合控件对象。
-
-
-
构造方法详细信息
-
CompoundControl
protected CompoundControl(CompoundControl.Type type, Control[] memberControls)
使用给定参数构造一个新的复合控件对象。- 参数
-
type
- 表示此复合控制对象的控件类型 -
memberControls
- 成员控件集
-
-