パッケージ | 説明 |
---|---|
java.awt |
ユーザーインタフェースの作成およびグラフィックスとイメージのペイント用のすべてのクラスを含みます。
|
javax.swing |
すべてのプラットフォーム上で可能なかぎり同じように機能する「軽量」(Java 共通言語) コンポーネントのセットを提供します。
|
javax.swing.border |
Swing コンポーネントの周囲に各種ボーダーを描画するためのクラスおよびインタフェースを提供します。
|
javax.swing.plaf |
Swing がプラグイン可能な Look & Feel 機能を提供するために使用する、1 つのインタフェースおよび多くの abstract クラスを提供します。
|
修飾子と型 | クラスと説明 |
---|---|
class |
Color
Color クラスは、デフォルトの sRGB カラースペース内の色、または ColorSpace で識別される任意のカラースペース内の色をカプセル化するために使用されます。 |
class |
GradientPaint
GradientPaint クラスは、Shape をカラーの線形グラデーションパターンで塗りつぶす方法を提供します。 |
class |
LinearGradientPaint
LinearGradientPaint クラスは、Shape をカラーの線形グラデーションパターンで塗りつぶす方法を提供します。 |
class |
MultipleGradientPaint
ラスタで塗りつぶすために複数色のグラデーションを使用する Paints のスーパークラスです。
|
class |
RadialGradientPaint
RadialGradientPaint クラスは、形状を色の円放射状グラデーションパターンで塗りつぶす方法を提供します。 |
class |
SystemColor
システムのネイティブな GUI オブジェクトの色を表すシンボリックカラーをカプセル化するクラスです。
|
class |
TexturePaint
|
修飾子と型 | メソッドと説明 |
---|---|
abstract Paint |
Graphics2D.getPaint()
Graphics2D コンテキストの現在の Paint を返します。 |
修飾子と型 | メソッドと説明 |
---|---|
abstract void |
Graphics2D.setPaint(Paint paint)
Graphics2D コンテキストの Paint 属性を設定します。 |
修飾子と型 | メソッドと説明 |
---|---|
static Border |
BorderFactory.createDashedBorder(Paint paint)
指定された
paint の dashed ボーダーを作成します。 |
static Border |
BorderFactory.createDashedBorder(Paint paint, float length, float spacing)
指定された
paint 、相対的な length 、および相対的な spacing の dashed ボーダーを作成します。 |
static Border |
BorderFactory.createDashedBorder(Paint paint, float thickness, float length, float spacing, boolean rounded)
指定された
paint 、thickness 、線形、相対的な length 、および相対的な spacing の dashed ボーダーを作成します。 |
static Border |
BorderFactory.createStrokeBorder(BasicStroke stroke, Paint paint)
指定された
stroke と paint のボーダーを作成します。 |
修飾子と型 | メソッドと説明 |
---|---|
Paint |
StrokeBorder.getPaint()
ボーダーの描画中に色を生成するために使われる
Paint オブジェクトを返します。 |
コンストラクタと説明 |
---|
StrokeBorder(BasicStroke stroke, Paint paint)
指定された
stroke と paint のボーダーを作成します。 |
修飾子と型 | クラスと説明 |
---|---|
class |
ColorUIResource |
バグまたは機能を送信
詳細な API リファレンスおよび開発者ドキュメントについては、Java SE のドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright © 1993, 2013, Oracle and/or its affiliates. All rights reserved.