JavaTM 2 Platform
Standard Ed. 6

類別 java.awt.GraphicsDevice
的使用

使用 GraphicsDevice 的軟體套件
java.awt 包含用於創建使用者介面和繪製圖形圖像的全部類別。 
 

java.awtGraphicsDevice 的使用
 

返回 GraphicsDevicejava.awt 中的方法
abstract  GraphicsDevice GraphicsEnvironment.getDefaultScreenDevice()
          返回預設的螢幕 GraphicsDevice
 GraphicsDevice PointerInfo.getDevice()
          返回在創建此 PointerInfo 時鼠標指針所在的 GraphicsDevice
abstract  GraphicsDevice GraphicsConfiguration.getDevice()
          返回與此 GraphicsConfiguration 關聯的 GraphicsDevice
abstract  GraphicsDevice[] GraphicsEnvironment.getScreenDevices()
          返回所有螢幕 GraphicsDevice 物件組成的陣列。
 

參數型別為 GraphicsDevicejava.awt 中的建構子
Robot(GraphicsDevice screen)
          為給定螢幕設備創建一個 Robot 。
 


JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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