- java.lang.Object
-
- javax.swing.border.AbstractBorder
-
- javax.swing.border.EmptyBorder
-
- javax.swing.plaf.BorderUIResource.EmptyBorderUIResource
-
- すべての実装されたインタフェース:
Serializable,Border,UIResource
- 含まれているクラス:
- BorderUIResource
public static class BorderUIResource.EmptyBorderUIResource extends EmptyBorder implements UIResource
空の枠線UIリソース。- 関連項目:
- 直列化された形式
-
-
フィールドのサマリー
-
クラスjavax.swing.borderで宣言されるフィールド。EmptyBorder
bottom, left, right, top
-
-
コンストラクタのサマリー
コンストラクタ コンストラクタ 説明 EmptyBorderUIResource(int top, int left, int bottom, int right)EmptyBorderUIResourceを作成します。EmptyBorderUIResource(Insets insets)EmptyBorderUIResourceを作成します。
-
メソッドのサマリー
-
クラスjavax.swing.borderで宣言されたメソッド。EmptyBorder
getBorderInsets, getBorderInsets, isBorderOpaque, paintBorder
-
クラスjavax.swing.borderで宣言されたメソッド。AbstractBorder
getBaseline, getBaselineResizeBehavior, getBorderInsets, getInteriorRectangle, getInteriorRectangle
-
-
-
-
コンストラクタの詳細
-
EmptyBorderUIResource
public EmptyBorderUIResource(int top, int left, int bottom, int right)EmptyBorderUIResourceを作成します。- パラメータ:
top- ボーダーの上イン・セットleft- ボーダーの左イン・セットbottom- ボーダーの下イン・セットright- ボーダーの右イン・セット
-
EmptyBorderUIResource
@ConstructorProperties("borderInsets") public EmptyBorderUIResource(Insets insets)
EmptyBorderUIResourceを作成します。- パラメータ:
insets- 枠線のインセット
-
-