|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
java.lang.Object javax.swing.plaf.BorderUIResource
public class BorderUIResource
巢狀類別摘要 | |
---|---|
static class |
BorderUIResource.BevelBorderUIResource
|
static class |
BorderUIResource.CompoundBorderUIResource
|
static class |
BorderUIResource.EmptyBorderUIResource
|
static class |
BorderUIResource.EtchedBorderUIResource
|
static class |
BorderUIResource.LineBorderUIResource
|
static class |
BorderUIResource.MatteBorderUIResource
|
static class |
BorderUIResource.TitledBorderUIResource
|
建構子摘要 | |
---|---|
BorderUIResource(Border delegate)
創建一個 UIResource 邊框物件,該物件包裹了一個現有 Border 實例。 |
方法摘要 | |
---|---|
static Border |
getBlackLineBorderUIResource()
|
Insets |
getBorderInsets(Component c)
返回該邊框的 insets。 |
static Border |
getEtchedBorderUIResource()
|
static Border |
getLoweredBevelBorderUIResource()
|
static Border |
getRaisedBevelBorderUIResource()
|
boolean |
isBorderOpaque()
返回此邊框是否透明。 |
void |
paintBorder(Component c,
Graphics g,
int x,
int y,
int width,
int height)
按指定的位置和尺寸繪製指定元件的邊框。 |
從類別 java.lang.Object 繼承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
建構子詳細資訊 |
---|
public BorderUIResource(Border delegate)
delegate
- 將被包裹的邊框方法詳細資訊 |
---|
public static Border getEtchedBorderUIResource()
public static Border getLoweredBevelBorderUIResource()
public static Border getRaisedBevelBorderUIResource()
public static Border getBlackLineBorderUIResource()
public void paintBorder(Component c, Graphics g, int x, int y, int width, int height)
Border
複製的描述
Border
中的 paintBorder
c
- 要為其繪製邊框的元件g
- 繪製的圖形x
- 所繪製邊框的 x 坐標位置y
- 所繪製邊框的 y 坐標位置width
- 所繪製邊框的寬度height
- 所繪製邊框的高度public Insets getBorderInsets(Component c)
Border
複製的描述
Border
中的 getBorderInsets
c
- 要應用此邊框 insets 值的元件public boolean isBorderOpaque()
Border
複製的描述
Border
中的 isBorderOpaque
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。