| 
JavaTM 2 Platform Std. Ed. v1.4.0  | 
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||
java.lang.Object
  |
  +--javax.swing.border.AbstractBorder
        |
        +--javax.swing.plaf.basic.BasicBorders.MarginBorder
| コンストラクタの概要 | |
BasicBorders.MarginBorder()
 | 
|
| メソッドの概要 | |
 Insets | 
getBorderInsets(Component c)
このデフォルト実装は、 top、left、bottom、および right フィールドが 0 に設定される新規 Insets インスタンスを返します。 | 
 Insets | 
getBorderInsets(Component c,
                Insets insets)
インセットパラメータを、この Border の現在のインセットで初期化し直します。  | 
| クラス javax.swing.border.AbstractBorder から継承したメソッド | 
getInteriorRectangle, getInteriorRectangle, isBorderOpaque, paintBorder | 
| クラス java.lang.Object から継承したメソッド | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| コンストラクタの詳細 | 
public BasicBorders.MarginBorder()
| メソッドの詳細 | 
public Insets getBorderInsets(Component c)
AbstractBorder の記述: top、left、bottom、および right フィールドが 0 に設定される新規 Insets インスタンスを返します。
Border 内の getBorderInsetsAbstractBorder 内の getBorderInsetsc - このボーダのインセットの値を適用するコンポーネント
Insets オブジェクト
public Insets getBorderInsets(Component c,
                              Insets insets)
AbstractBorder の記述: 
AbstractBorder 内の getBorderInsetsc - このボーダのインセットの値を適用するコンポーネントinsets - 初期化し直されるオブジェクト
insets オブジェクト
  | 
JavaTM 2 Platform Std. Ed. v1.4.0  | 
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||
 Java、Java 2D、および JDBC は米国ならびにその他の国における米国 Sun Microsystems, Inc. の商標もしくは登録商標です。
 Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A.  All Rights Reserved.