|
Java プラットフォーム 1.2 |
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Object
|
+--javax.swing.border.AbstractBorder
|
+--javax.swing.border.LineBorder
直線ボーダを実装するクラスです。ボーダの太さは任意、カラーは単色です。
警告: このクラスの直列化されたオブジェクトは、今後の Swing リリースと互換ではなくなる予定です。現在の直列化のサポートは、短期間の運用や、同じバージョンの Swing を実行するアプリケーション間の RMI に適しています。今後の Swing リリースでは、長期間の持続性をサポートする予定です。
| フィールドの概要 | |
protected Color |
lineColor
|
protected boolean |
roundedCorners
|
protected int |
thickness
|
| コンストラクタの概要 | |
LineBorder(Color color)
直線ボーダを、指定されたカラーおよび太さ (thickness = 1) で作成します。 |
|
LineBorder(Color color,
int thickness)
直線ボーダを、指定されたカラーおよび太さで作成します。 |
|
| メソッドの概要 | |
static Border |
createBlackLineBorder()
太さ 1 で Color.black の LineBorder を取得するのに便利なメソッドです。 |
static Border |
createGrayLineBorder()
太さ 1 で Color.gray の LineBorder を取得するのに便利なメソッドです。 |
Insets |
getBorderInsets(Component c)
ボーダのインセットの値を返します。 |
Insets |
getBorderInsets(Component c,
Insets insets)
insets パラメータを、この Border の現在の Insets で初期化し直します。 |
Color |
getLineColor()
ボーダのカラーを返します。 |
int |
getThickness()
ボーダの太さを返します。 |
boolean |
isBorderOpaque()
ボーダが不透明かどうかを返します。 |
void |
paintBorder(Component c,
Graphics g,
int x,
int y,
int width,
int height)
指定されたコンポーネントのボーダを、指定された位置およびサイズでペイントします。 |
| クラス javax.swing.border.AbstractBorder から継承したメソッド |
getInteriorRectangle,
getInteriorRectangle |
| クラス java.lang.Object から継承したメソッド |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| フィールドの詳細 |
protected int thickness
protected Color lineColor
protected boolean roundedCorners
| コンストラクタの詳細 |
public LineBorder(Color color)
color - ボーダのカラー
public LineBorder(Color color,
int thickness)
color - ボーダのカラーthickness - ボーダの太さ| メソッドの詳細 |
public static Border createBlackLineBorder()
public static Border createGrayLineBorder()
public void paintBorder(Component c,
Graphics g,
int x,
int y,
int width,
int height)
c - ボーダがペイントされるコンポーネントg - ペイントのグラフィックスx - ペイントされるボーダの x 座標y - ペイントされるボーダの y 座標width - ペイントされるボーダの幅height - ペイントされるボーダの高さpublic Insets getBorderInsets(Component c)
c - このボーダのインセットの値を適用するコンポーネント
public Insets getBorderInsets(Component c,
Insets insets)
c - このボーダの insets の値を適用するコンポーネントinsets - 初期化し直されるオブジェクトpublic Color getLineColor()
public int getThickness()
public boolean isBorderOpaque()
|
Java プラットフォーム 1.2 |
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||