| パッケージ | 説明 |
|---|---|
| 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.