javax.swing.plaf.metal
類別 MetalBorders.ToolBarBorder
java.lang.Object
javax.swing.border.AbstractBorder
javax.swing.plaf.metal.MetalBorders.ToolBarBorder
- 所有已實作的介面:
- Serializable, Border, UIResource, SwingConstants
- 正在封閉類別:
- MetalBorders
public static class MetalBorders.ToolBarBorder
- extends AbstractBorder
- implements UIResource, SwingConstants
欄位摘要 |
protected javax.swing.plaf.metal.MetalBumps |
bumps
|
從介面 javax.swing.SwingConstants 繼承的欄位 |
BOTTOM, CENTER, EAST, HORIZONTAL, LEADING, LEFT, NEXT, NORTH, NORTH_EAST, NORTH_WEST, PREVIOUS, RIGHT, SOUTH, SOUTH_EAST, SOUTH_WEST, TOP, TRAILING, VERTICAL, WEST |
從類別 java.lang.Object 繼承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
bumps
protected javax.swing.plaf.metal.MetalBumps bumps
MetalBorders.ToolBarBorder
public MetalBorders.ToolBarBorder()
paintBorder
public void paintBorder(Component c,
Graphics g,
int x,
int y,
int w,
int h)
- 從類別
AbstractBorder
複製的描述
- 此預設實作不執行繪製操作。
- 指定者:
- 介面
Border
中的 paintBorder
- 覆寫:
- 類別
AbstractBorder
中的 paintBorder
- 參數:
c
- 要為其繪製邊框的元件g
- 繪製的圖形x
- 所繪製邊框的 x 坐標位置y
- 所繪製邊框的 y 坐標位置w
- 所繪製邊框的寬度h
- 所繪製邊框的高度
getBorderInsets
public Insets getBorderInsets(Component c)
- 從類別
AbstractBorder
複製的描述
- 此預設實作返回一個新的
Insets
實例,其中 top
、left
、bottom
和 right
欄位都設置成了 0
。
- 指定者:
- 介面
Border
中的 getBorderInsets
- 覆寫:
- 類別
AbstractBorder
中的 getBorderInsets
- 參數:
c
- 應用此邊框 insets 值的元件
- 返回:
- 已初始化為 0 的新
Insets
物件
getBorderInsets
public Insets getBorderInsets(Component c,
Insets newInsets)
- 從類別
AbstractBorder
複製的描述
- 用此邊框的當前 Insets 重新初始化 insets 參數。
- 覆寫:
- 類別
AbstractBorder
中的 getBorderInsets
- 參數:
c
- 應用此邊框 insets 值的元件newInsets
- 要重新初始化的物件
- 返回:
insets
物件
提交錯誤或意見版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。