JavaTM 2 Platform
Standard Ed. 6

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. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only