JavaTM 2 Platform
Std. Ed. v1.3

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
          CompoundControl.Type 内部クラスのインスタンスは複合型のコントロールの種類を識別します。
 
クラス javax.sound.sampled.Control から継承した内部クラス
Control.Type
 
コンストラクタの概要
protected CompoundControl(CompoundControl.Type type, Control[] memberControls)
          指定されたパラメータで、複合型のコントロールオブジェクトを新しく構築します。
 
メソッドの概要
 Control[] getMemberControls()
          複合型のコントロールを構成するメンバコントロールのセットを戻します。
 String toString()
          コントロールの文字列表現を提供します。
 
クラス 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)
指定されたパラメータで、複合型のコントロールオブジェクトを新しく構築します。
パラメータ:
the - この複合型のコントロールオブジェクトが表すコントロールのタイプ
memberControls - メンバコントロールのセット
メソッドの詳細

getMemberControls

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

toString

public String toString()
コントロールの文字列表現を提供します。
オーバーライド:
クラス Control 内の toString
戻り値:
文字列記述

JavaTM 2 Platform
Std. Ed. v1.3

バグや機能要求の報告
さらに詳しい API リファレンスおよび開発者ドキュメントについては、 Java 2 SDK SE Developer Documentation を参照してください。このドキュメントには、概念、用語の定義、回避策、 実用的なコード例など、開発者を対象にした詳細な解説が掲載されています。

Java、Java 2D、JDBC は、米国およびその他の国における米国 Sun Microsystems, Inc. の商標もしくは登録商標です。
Copyright 1993-2000 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.