JavaTM 2 Platform
Standard Ed. 5.0

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 内部クラスのインスタンスは複合型のコントロールの種類を識別します。
 
コンストラクタの概要
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)
指定されたパラメータで、複合型のコントロールオブジェクトを新しく構築します。

パラメータ:
type - この複合型のコントロールオブジェクトが表すコントロールの型
memberControls - メンバコントロールのセット
メソッドの詳細

getMemberControls

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

戻り値:
メンバコントロールのセット

toString

public String toString()
コントロールの文字列表現を提供します。

オーバーライド:
クラス Control 内の toString
戻り値:
文字列説明

JavaTM 2 Platform
Standard Ed. 5.0

バグの報告と機能のリクエスト
さらに詳しい API リファレンスおよび開発者ドキュメントについては、Java 2 SDK SE 開発者用ドキュメントを参照してください。開発者向けの詳細な解説、概念の概要、用語の定義、バグの回避策、およびコード実例が含まれています。

Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。