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
- 
コンストラクタの詳細- 
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- ボーダーのタイリングに使うアイコン
 
 
-