JavaTM 2 Platform
Standard Ed. 6

javax.sound.sampled
類別 Control.Type

java.lang.Object
  繼承者 javax.sound.sampled.Control.Type
直接已知子類別:
BooleanControl.Type, CompoundControl.Type, EnumControl.Type, FloatControl.Type
正在封閉類別:
Control

public static class Control.Type
extends Object

Type 類別的實例表示控制元件的型別。靜態實例是為常見型別提供的。


建構子摘要
protected Control.Type(String name)
          建構具有指定名稱的新控制元件型別。
 
方法摘要
 boolean equals(Object obj)
          終止 equals 方法
 int hashCode()
          終止 hashCode 方法
 String toString()
          提供控制元件型別的 String 表示形式。
 
從類別 java.lang.Object 繼承的方法
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

建構子詳細資訊

Control.Type

protected Control.Type(String name)
建構具有指定名稱的新控制元件型別。該名稱應該是一個描述性字元串,它適合在應用程序中添加控制元件標籤(如 "Gain" 或 "Balance")時使用。

參數:
name - 新控制元件型別的名稱。
方法詳細資訊

equals

public final boolean equals(Object obj)
終止 equals 方法

覆寫:
類別 Object 中的 equals
參數:
obj - 要與之比較的參考物件。
返回:
如果此物件與 obj 參數相同,則返回 true;否則返回 false
另請參見:
Object.hashCode(), Hashtable

hashCode

public final int hashCode()
終止 hashCode 方法

覆寫:
類別 Object 中的 hashCode
返回:
此物件的一個雜湊碼值。
另請參見:
Object.equals(java.lang.Object), Hashtable

toString

public final String toString()
提供控制元件型別的 String 表示形式。此 String 與傳入建構子的名稱相同。

覆寫:
類別 Object 中的 toString
返回:
該控制元件型別的名稱

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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