|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
java.lang.Object javax.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 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。