JavaTM 2 Platform
Standard Ed. 6

javax.swing.plaf.basic
類別 BasicBorders.MarginBorder

java.lang.Object
  繼承者 javax.swing.border.AbstractBorder
      繼承者 javax.swing.plaf.basic.BasicBorders.MarginBorder
所有已實作的介面:
Serializable, Border, UIResource
正在封閉類別:
BasicBorders

public static class BasicBorders.MarginBorder
extends AbstractBorder
implements UIResource


建構子摘要
BasicBorders.MarginBorder()
           
 
方法摘要
 Insets getBorderInsets(Component c)
          此預設實作返回一個新的 Insets 實例,其中 topleftbottomright 欄位都設置成了 0
 Insets getBorderInsets(Component c, Insets insets)
          用此邊框的當前 Insets 重新初始化 insets 參數。
 
從類別 javax.swing.border.AbstractBorder 繼承的方法
getBaseline, getBaselineResizeBehavior, getInteriorRectangle, getInteriorRectangle, isBorderOpaque, paintBorder
 
從類別 java.lang.Object 繼承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

建構子詳細資訊

BasicBorders.MarginBorder

public BasicBorders.MarginBorder()
方法詳細資訊

getBorderInsets

public Insets getBorderInsets(Component c)
從類別 AbstractBorder 複製的描述
此預設實作返回一個新的 Insets 實例,其中 topleftbottomright 欄位都設置成了 0

指定者:
介面 Border 中的 getBorderInsets
覆寫:
類別 AbstractBorder 中的 getBorderInsets
參數:
c - 應用此邊框 insets 值的元件
返回:
已初始化為 0 的新 Insets 物件

getBorderInsets

public Insets getBorderInsets(Component c,
                              Insets insets)
從類別 AbstractBorder 複製的描述
用此邊框的當前 Insets 重新初始化 insets 參數。

覆寫:
類別 AbstractBorder 中的 getBorderInsets
參數:
c - 應用此邊框 insets 值的元件
insets - 要重新初始化的物件
返回:
insets 物件

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only