- java.lang.Object
 - 
- javax.sound.sampled.Control
 - 
- javax.sound.sampled.CompoundControl
 
 
 
- 
public abstract class CompoundControl extends Control
グラフィック・イコライザなどのCompoundControlは、複数の関連プロパティを制御し、その各プロパティ自体はControlとして表されます。- 導入されたバージョン:
 - 1.3
 
 
- 
- 
ネストされたクラスのサマリー
ネストされたクラス 修飾子と型 クラス 説明 static classCompoundControl.TypeCompoundControl.Type内部クラスのインスタンスは複合型のコントロールの種類を識別します。 
- 
コンストラクタのサマリー
コンストラクタ 修飾子 コンストラクタ 説明 protectedCompoundControl(CompoundControl.Type type, Control[] memberControls)指定されたパラメータで、複合型のコントロール・オブジェクトを新しく構築します。 
 - 
 
- 
- 
コンストラクタの詳細
- 
CompoundControl
protected CompoundControl(CompoundControl.Type type, Control[] memberControls)
指定されたパラメータで、複合型のコントロール・オブジェクトを新しく構築します。- パラメータ:
 type- この複合型のコントロール・オブジェクトを表すコントロールのタイプmemberControls- メンバー・コントロールのセット
 
 - 
 
 -