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リソース。
-
フィールドのサマリー
クラス javax.swing.border.MatteBorderで宣言されたフィールド
color, tileIcon
クラス javax.swing.border.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
を構築します。 -
メソッドのサマリー
クラス javax.swing.border.MatteBorderで宣言されたメソッド
getBorderInsets, getBorderInsets, getMatteColor, getTileIcon, isBorderOpaque, paintBorder
クラス javax.swing.border.AbstractBorderで宣言されたメソッド
getBaseline, getBaselineResizeBehavior, getBorderInsets, getInteriorRectangle, getInteriorRectangle
-
コンストラクタの詳細
-
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
- ボーダーのタイリングに使うアイコン
-