Java プラットフォーム 1.2

クラス
java.awt.GraphicsConfiguration の使用

GraphicsConfiguration を使用するパッケージ
java.awt このパッケージには、ユーザインタフェースの作成と、グラフィックスとイメージのペイントのためのクラスがすべて含まれています。 
 

java.awt における GraphicsConfiguration の使用方法
 

GraphicsConfiguration を返す java.awt におけるメソッド
abstract  GraphicsConfiguration[] GraphicsDevice.getConfigurations()
          この GraphicsDevice に関連付けられたすべての GraphicsConfiguration オブジェクトを返します。
abstract  GraphicsConfiguration GraphicsDevice.getDefaultConfiguration()
          この GraphicsDevice に関連付けられたデフォルトの GraphicsConfiguration を返します。
 GraphicsConfiguration GraphicsDevice.getBestConfiguration(GraphicsConfigTemplate gct)
          GraphicsConfigTemplate で定義されている基準を渡すことのできる最適な構成を返します。
abstract  GraphicsConfiguration Graphics2D.getDeviceConfiguration()
          この Graphics2D に関連付けられたデバイス構成を返します。
abstract  GraphicsConfiguration GraphicsConfigTemplate.getBestConfiguration(GraphicsConfiguration[] gc)
          GraphicsConfigTemplate で定義された基準を渡すことのできる最適な構成を返します。
 

GraphicsConfiguration のパラメータを持つ java.awt におけるメソッド
abstract  GraphicsConfiguration GraphicsConfigTemplate.getBestConfiguration(GraphicsConfiguration[] gc)
          GraphicsConfigTemplate で定義された基準を渡すことのできる最適な構成を返します。
abstract  boolean GraphicsConfigTemplate.isGraphicsConfigSupported(GraphicsConfiguration gc)
          指定された GraphicsConfiguration を使って、指定された機能をサポートする描画表面を作成できるかどうかを示す boolean 型の値を返します。
 

GraphicsConfiguration のパラメータを持つ java.awt におけるコンストラクタ
Canvas.Canvas(GraphicsConfiguration config)
          GraphicsConfiguration オブジェクトを指定して、新しい Canvas を構築します。
 


Java プラットフォーム 1.2

バグや機能要求の報告
新しい javadoc の表示についてのコメントやご提案
Java は、米国およびその他の国における米国 Sun Microsystems, Inc. の商標もしくは登録商標です。
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.