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
- ボーダーのインセット
-