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
- 
コンストラクタの詳細- 
EmptyBorderUIResourcepublic EmptyBorderUIResource(int top, int left, int bottom, int right) EmptyBorderUIResourceを構築します。- パラメータ:
- top- ボーダーの上イン・セット
- left- ボーダーの左イン・セット
- bottom- ボーダーの下イン・セット
- right- ボーダーの右イン・セット
 
- 
EmptyBorderUIResource@ConstructorProperties("borderInsets") public EmptyBorderUIResource(Insets insets) EmptyBorderUIResourceを構築します。- パラメータ:
- insets- ボーダーのインセット
- 例外:
- NullPointerException- spcecified- insetsが- nullの場合
 
 
-