クラスBorderUIResource.MatteBorderUIResource
java.lang.Object
javax.swing.border.AbstractBorder
javax.swing.border.EmptyBorder
javax.swing.border.MatteBorder
javax.swing.plaf.BorderUIResource.MatteBorderUIResource
- すべての実装されたインタフェース:
Serializable, Border, UIResource
- 含まれているクラス:
BorderUIResource
public static class BorderUIResource.MatteBorderUIResource extends MatteBorder implements UIResource
マット・ボーダーUIリソース。
-
フィールドのサマリー
クラスで宣言されたフィールド MatteBorder
color, tileIconクラスで宣言されたフィールド EmptyBorder
bottom, left, right, top -
コンストラクタのサマリー
コンストラクタコンストラクタ説明MatteBorderUIResource(int top, int left, int bottom, int right, Color color) MatteBorderUIResourceを構築します。MatteBorderUIResource(int top, int left, int bottom, int right, Icon tileIcon) MatteBorderUIResourceを構築します。MatteBorderUIResource(Icon tileIcon) MatteBorderUIResourceを構築します。 -
メソッドのサマリー
クラスで宣言されたメソッド MatteBorder
getBorderInsets, getBorderInsets, getMatteColor, getTileIcon, isBorderOpaque, paintBorder
-
コンストラクタの詳細
-
MatteBorderUIResource
public MatteBorderUIResource(int top, int left, int bottom, int right, Color color) MatteBorderUIResourceを構築します。- パラメータ:
top- ボーダーの上イン・セットleft- ボーダーの左イン・セットbottom- ボーダーの下イン・セットright- ボーダーの右イン・セットcolor- ボーダー用にレンダリングされるカラー
-
MatteBorderUIResource
public MatteBorderUIResource(int top, int left, int bottom, int right, Icon tileIcon) MatteBorderUIResourceを構築します。- パラメータ:
top- ボーダーの上イン・セットleft- ボーダーの左イン・セットbottom- ボーダーの下イン・セットright- ボーダーの右イン・セットtileIcon- ボーダーのタイリングに使うアイコン
-
MatteBorderUIResource
public MatteBorderUIResource(Icon tileIcon) MatteBorderUIResourceを構築します。- パラメータ:
tileIcon- ボーダーのタイリングに使うアイコン
-