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
内部クラスのインスタンスは複合型のコントロールの種類を識別します。 -
コンストラクタのサマリー
修飾子コンストラクタ説明protected
CompoundControl
(CompoundControl.Type type, Control[] memberControls) 指定されたパラメータで、複合型のコントロール・オブジェクトを新しく構築します。 -
メソッドのサマリー
-
コンストラクタの詳細
-
CompoundControl
protected CompoundControl(CompoundControl.Type type, Control[] memberControls) 指定されたパラメータで、複合型のコントロール・オブジェクトを新しく構築します。- パラメータ:
type
- この複合型のコントロール・オブジェクトを表すコントロールのタイプmemberControls
- メンバー・コントロールのセット
-
-
メソッドの詳細