|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjavax.sound.sampled.Control
javax.sound.sampled.CompoundControl
public abstract class CompoundControl
グラフィックイコライザーなどの CompoundControl は、複数の関連プロパティーを制御し、その各プロパティー自体は Control として表されます。
| 入れ子のクラスの概要 | |
|---|---|
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 |
| コンストラクタの詳細 |
|---|
protected CompoundControl(CompoundControl.Type type,
Control[] memberControls)
type - この複合型のコントロールオブジェクトが表すコントロールの型memberControls - メンバーコントロールのセット| メソッドの詳細 |
|---|
public Control[] getMemberControls()
public String toString()
Control 内の toString
|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。