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