パッケージ | 説明 |
---|---|
java.awt |
ユーザー・インタフェースの作成およびグラフィックスとイメージのペイント用のすべてのクラスを含みます。
|
java.awt.image |
イメージを作成および修正するためのクラスを提供します。
|
javax.print |
JavaTM印刷サービスAPIの主体クラスとインタフェースを提供します。
|
javax.swing |
すべてのプラットフォーム上で可能なかぎり同じように機能する「軽量」(Java共通言語)コンポーネントのセットを提供します。
|
修飾子と型 | メソッドと説明 |
---|---|
GraphicsConfiguration |
GraphicsDevice.getBestConfiguration(GraphicsConfigTemplate gct)
GraphicsConfigTemplate で定義された基準を渡す、考えられる「最適な」構成を返します。 |
abstract GraphicsConfiguration |
GraphicsConfigTemplate.getBestConfiguration(GraphicsConfiguration[] gc)
GraphicsConfigTemplate で定義された基準を渡す、考えられる「最適な」構成を返します。 |
abstract GraphicsConfiguration[] |
GraphicsDevice.getConfigurations()
この
GraphicsDevice に関連付けられたすべてのGraphicsConfiguration オブジェクトを返します。 |
abstract GraphicsConfiguration |
GraphicsDevice.getDefaultConfiguration()
この
GraphicsDevice に関連付けられたデフォルトのGraphicsConfiguration を返します。 |
abstract GraphicsConfiguration |
Graphics2D.getDeviceConfiguration()
この
Graphics2D に関連付けられたデバイス構成を返します。 |
GraphicsConfiguration |
Component.getGraphicsConfiguration()
この
Component に関連付けられたGraphicsConfiguration を取得します。 |
修飾子と型 | メソッドと説明 |
---|---|
abstract GraphicsConfiguration |
GraphicsConfigTemplate.getBestConfiguration(GraphicsConfiguration[] gc)
GraphicsConfigTemplate で定義された基準を渡す、考えられる「最適な」構成を返します。 |
ImageCapabilities |
Image.getCapabilities(GraphicsConfiguration gc)
指定されたGraphicsConfigurationでのこのイメージの機能を照会できるImageCapabilitiesオブジェクトを返します。
|
Insets |
Toolkit.getScreenInsets(GraphicsConfiguration gc)
スクリーンのイン・セットを返します。
|
abstract boolean |
GraphicsConfigTemplate.isGraphicsConfigSupported(GraphicsConfiguration gc)
指定された
GraphicsConfiguration を使用して、示された機能をサポートする描画表面を作成できるかどうかを示すboolean を返します。 |
コンストラクタと説明 |
---|
Canvas(GraphicsConfiguration config)
GraphicsConfigurationオブジェクトで新しいCanvasを構築します。
|
Dialog(Dialog owner, String title, boolean modal, GraphicsConfiguration gc)
指定された所有者
Dialog 、タイトル、モーダリティ、およびGraphicsConfiguration で、初期状態で可視ではないDialog を構築します。 |
Dialog(Frame owner, String title, boolean modal, GraphicsConfiguration gc)
指定された所有者
Frame 、タイトル、モーダリティ、およびGraphicsConfiguration で、初期状態で可視ではないDialog を構築します。 |
Dialog(Window owner, String title, Dialog.ModalityType modalityType, GraphicsConfiguration gc)
指定された所有者
Window 、タイトル、モーダリティ、およびGraphicsConfiguration で、初期状態で可視ではないDialog を構築します。 |
Frame(GraphicsConfiguration gc)
指定された
GraphicsConfiguration で、初期状態で可視ではない新しいFrame を構築します。 |
Frame(String title, GraphicsConfiguration gc)
指定されたタイトルと
GraphicsConfiguration で、初期状態で可視ではない新しいFrame オブジェクトを構築します。 |
Window(Window owner, GraphicsConfiguration gc)
指定された所有者
Window と画面デバイスのGraphicsConfiguration で、初期状態で可視ではない新しいウィンドウを構築します。 |
修飾子と型 | メソッドと説明 |
---|---|
abstract int |
VolatileImage.validate(GraphicsConfiguration gc)
最後の
validate 呼出し以降にイメージの描画表面が失われている場合、その描画表面を復元します。 |
修飾子と型 | メソッドと説明 |
---|---|
static PrintService |
ServiceUI.printDialog(GraphicsConfiguration gc, int x, int y, PrintService[] services, PrintService defaultService, DocFlavor flavor, PrintRequestAttributeSet attributes)
印刷サービス(プリンタ)選択用ダイアログをユーザーに提供します。
|
コンストラクタと説明 |
---|
JDialog(Dialog owner, String title, boolean modal, GraphicsConfiguration gc)
指定されたタイトル、所有者
Dialog 、モーダリティ、およびGraphicsConfiguration で、ダイアログを作成します。 |
JDialog(Frame owner, String title, boolean modal, GraphicsConfiguration gc)
指定されたタイトル、所有者
Frame 、モーダリティ、およびGraphicsConfiguration で、ダイアログを作成します。 |
JDialog(Window owner, String title, Dialog.ModalityType modalityType, GraphicsConfiguration gc)
指定されたタイトル、所有者
Window 、モーダリティ、およびGraphicsConfiguration で、ダイアログを作成します。 |
JFrame(GraphicsConfiguration gc)
画面デバイスの指定された
GraphicsConfiguration と空のタイトルで、Frame を作成します。 |
JFrame(String title, GraphicsConfiguration gc)
指定されたタイトルと、画面デバイスの指定された
GraphicsConfiguration で、JFrame を作成します。 |
JWindow(GraphicsConfiguration gc)
画面デバイスの指定された
GraphicsConfiguration でウィンドウを作成します。 |
JWindow(Window owner, GraphicsConfiguration gc)
指定された所有者ウィンドウと画面デバイスの
GraphicsConfiguration でウィンドウを作成します。 |
バグまたは機能を送信
詳細なAPIリファレンスおよび開発者ドキュメントについては、Java SEのドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright© 1993, 2014, Oracle and/or its affiliates. All rights reserved.