モジュール java.desktop
パッケージ javax.sound.sampled

クラスCompoundControl

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)
    指定されたパラメータで、複合型のコントロール・オブジェクトを新しく構築します。
  • メソッドのサマリー

    修飾子と型
    メソッド
    説明
    複合型のコントロールを構成するメンバー・コントロールのセットを戻します。
    複合コントロールの文字列表現を返します。

    クラス javax.sound.sampled.Controlで宣言されたメソッド

    getType

    クラス java.lang.Objectで宣言されたメソッド

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • コンストラクタの詳細

    • CompoundControl

      protected CompoundControl(CompoundControl.Type type, Control[] memberControls)
      指定されたパラメータで、複合型のコントロール・オブジェクトを新しく構築します。
      パラメータ:
      type - この複合型のコントロール・オブジェクトを表すコントロールのタイプ
      memberControls - メンバー・コントロールのセット
  • メソッドの詳細

    • getMemberControls

      public Control[] getMemberControls()
      複合型のコントロールを構成するメンバー・コントロールのセットを戻します。
      戻り値:
      メンバー・コントロールのセット
    • toString

      public String toString()
      複合コントロールの文字列表現を返します。
      オーバーライド:
      toString、クラスControl
      戻り値:
      複合コントロールの文字列表現