java.lang.Object
javax.sound.sampled.Control
javax.sound.sampled.CompoundControl
一个
CompoundControl
,比如一个图形均衡器,提供对两个或更多相关属性的控制,每个属性本身都表示为一个Control
。
- 自从:
- 1.3
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
CompoundControl.Type
内部类的一个实例标识一种复合控件。 -
Constructor Summary
ModifierConstructorDescriptionprotected
CompoundControl
(CompoundControl.Type type, Control[] memberControls) 使用给定的参数构造一个新的复合控件对象。 -
Method Summary