| パッケージ | 説明 | 
|---|---|
| java.awt | ユーザー・インタフェースの作成およびグラフィックスとイメージのペイント用のすべてのクラスを含みます。 | 
| java.awt.font | フォント関連のクラスおよびインタフェースを提供します。 | 
| java.awt.image | イメージを作成および修正するためのクラスを提供します。 | 
| javax.swing | すべてのプラットフォーム上で可能なかぎり同じように機能する「軽量」(Java共通言語)コンポーネントのセットを提供します。 | 
| javax.swing.plaf.nimbus | クロス・プラットフォームのNimbus Look & Feelに従って構築されたユーザー・インタフェース・オブジェクトを提供します。 | 
| 修飾子と型 | メソッドと説明 | 
|---|---|
| Graphics2D | SplashScreen. createGraphics()スプラッシュ画面上に描画できるようにする、スプラッシュ画面のオーバーレイ・イメージのグラフィックス・コンテキストを( Graphics2Dオブジェクトとして)作成します。 | 
| abstract Graphics2D | GraphicsEnvironment. createGraphics(BufferedImage img)指定された BufferedImageにレンダリングするためのGraphics2Dオブジェクトを返します。 | 
| 修飾子と型 | メソッドと説明 | 
|---|---|
| void | ShapeGraphicAttribute. draw(Graphics2D graphics, float x, float y)この GraphicAttributeを指定された位置にレンダリングします。 | 
| void | ImageGraphicAttribute. draw(Graphics2D graphics, float x, float y)この GraphicAttributeを指定された位置にレンダリングします。 | 
| abstract void | GraphicAttribute. draw(Graphics2D graphics, float x, float y)この GraphicAttributeを指定された位置にレンダリングします。 | 
| void | TextLayout. draw(Graphics2D g2, float x, float y)指定された Graphics2Dコンテキストの指定された位置にこのTextLayoutをレンダリングします。 | 
| 修飾子と型 | メソッドと説明 | 
|---|---|
| abstract Graphics2D | VolatileImage. createGraphics()この VolatileImageに描画するために使用できるGraphics2Dを作成します。 | 
| Graphics2D | BufferedImage. createGraphics()この BufferedImageに描画するために使用できるGraphics2Dを作成します。 | 
| 修飾子と型 | メソッドと説明 | 
|---|---|
| void | Painter. paint(Graphics2D g, T object, int width, int height)指定された Graphics2Dオブジェクトにレンダリングします。 | 
| 修飾子と型 | メソッドと説明 | 
|---|---|
| protected void | AbstractRegionPainter. configureGraphics(Graphics2D g)指定されたGraphics2Dを構成します。 | 
| protected abstract void | AbstractRegionPainter. doPaint(Graphics2D g, JComponent c, int width, int height, Object[] extendedCacheKeys)実際にペイント操作を実行します。 | 
| void | AbstractRegionPainter. paint(Graphics2D g, JComponent c, int w, int h)指定された Graphics2Dオブジェクトにレンダリングします。 | 
 バグまたは機能を送信 
詳細なAPIリファレンスおよび開発者ドキュメントについては、Java SEのドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
 Copyright© 1993, 2014, Oracle and/or its affiliates. All rights reserved.