- 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.EmptyBorderで宣言されたフィールドbottom, left, right, top
 - 
クラス javax.swing.border.MatteBorderで宣言されたフィールドcolor, tileIcon
 
- 
 - 
コンストラクタのサマリーコンストラクタ コンストラクタ 説明 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.AbstractBorderで宣言されたメソッドgetBaseline, getBaselineResizeBehavior, getBorderInsets, getInteriorRectangle, getInteriorRectangle
 - 
クラス javax.swing.border.MatteBorderで宣言されたメソッドgetBorderInsets, getBorderInsets, getMatteColor, getTileIcon, isBorderOpaque, paintBorder
 
- 
 
- 
- 
- 
コンストラクタの詳細- 
MatteBorderUIResourcepublic MatteBorderUIResource(int top, int left, int bottom, int right, Color color)MatteBorderUIResourceを構築します。- パラメータ:
- top- ボーダーの上イン・セット
- left- ボーダーの左イン・セット
- bottom- ボーダーの下イン・セット
- right- ボーダーの右イン・セット
- color- ボーダー用にレンダリングされるカラー
 
 - 
MatteBorderUIResourcepublic MatteBorderUIResource(int top, int left, int bottom, int right, Icon tileIcon)MatteBorderUIResourceを構築します。- パラメータ:
- top- ボーダーの上イン・セット
- left- ボーダーの左イン・セット
- bottom- ボーダーの下イン・セット
- right- ボーダーの右イン・セット
- tileIcon- ボーダーのタイリングに使うアイコン
 
 - 
MatteBorderUIResourcepublic MatteBorderUIResource(Icon tileIcon) MatteBorderUIResourceを構築します。- パラメータ:
- tileIcon- ボーダーのタイリングに使うアイコン
 
 
- 
 
-