public static class BasicBorders.SplitPaneBorder extends Object implements Border, UIResource
Modifier and Type | Field and Description |
---|---|
protected Color |
highlight |
protected Color |
shadow |
Constructor and Description |
---|
SplitPaneBorder(Color highlight, Color shadow) |
Modifier and Type | Method and Description |
---|---|
Insets |
getBorderInsets(Component c)
返回边境的插图。
|
boolean |
isBorderOpaque()
返回是否边框是不透明的。
|
void |
paintBorder(Component c, Graphics g, int x, int y, int width, int height)
用指定的位置和大小绘制指定组件的边框。
|
public void paintBorder(Component c, Graphics g, int x, int y, int width, int height)
Border
paintBorder
接口
Border
c
的组件,这个边界是被涂
g
-绘制的图形
x
-画边框的位置
y
-画边框的位置
width
-画的边框宽度
height
-画边框的高度
public Insets getBorderInsets(Component c)
Border
getBorderInsets
接口
Border
c
的组件,这个边界值运用插图
public boolean isBorderOpaque()
Border
isBorderOpaque
接口
Border
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.