JavaTM 2 Platform
Standard Ed. 6

javax.sound.sampled
類別 EnumControl.Type

java.lang.Object
  繼承者 javax.sound.sampled.Control.Type
      繼承者 javax.sound.sampled.EnumControl.Type
正在封閉類別:
EnumControl

public static class EnumControl.Type
extends Control.Type

EnumControl.Type 內部類別的實例標識了某種列舉控制元件。靜態實例是為常見型別提供的。

從以下版本開始:
1.3
另請參見:
EnumControl

欄位摘要
static EnumControl.Type REVERB
          表示對一組可能的迴響設置的控制元件。
 
建構子摘要
protected EnumControl.Type(String name)
          建構一個新的列舉控制元件型別。
 
方法摘要
 
從類別 javax.sound.sampled.Control.Type 繼承的方法
equals, hashCode, toString
 
從類別 java.lang.Object 繼承的方法
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

欄位詳細資訊

REVERB

public static final EnumControl.Type REVERB
表示對一組可能的迴響設置的控制元件。每個迴響設置都是通過 ReverbType 類別的一個實例描述的。(要存取這些設置,可對型別 REVERB 的列舉控制元件調用 EnumControl.getValues()。)

建構子詳細資訊

EnumControl.Type

protected EnumControl.Type(String name)
建構一個新的列舉控制元件型別。

參數:
name - 新列舉控制元件型別的名稱

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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