public class UIRoundedBorder
extends javax.swing.border.LineBorder
| 构造器和说明 |
|---|
UIRoundedBorder(java.awt.Color color) |
UIRoundedBorder(java.awt.Color color,
int thickness) |
UIRoundedBorder(java.awt.Color color,
int thickness,
int roundedCorners) |
UIRoundedBorder(int lineStyle,
java.awt.Color color,
int roundedCorners) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getLineStyle() |
int |
getRoundedCorner() |
void |
paintBorder(java.awt.Component c,
java.awt.Graphics g,
int x,
int y,
int width,
int height) |
createBlackLineBorder, createGrayLineBorder, getBorderInsets, getLineColor, getRoundedCorners, getThickness, isBorderOpaquepublic UIRoundedBorder(java.awt.Color color)
public UIRoundedBorder(java.awt.Color color,
int thickness)
public UIRoundedBorder(java.awt.Color color,
int thickness,
int roundedCorners)
public UIRoundedBorder(int lineStyle,
java.awt.Color color,
int roundedCorners)
public int getRoundedCorner()
public int getLineStyle()
public void paintBorder(java.awt.Component c,
java.awt.Graphics g,
int x,
int y,
int width,
int height)
paintBorder 在接口中 javax.swing.border.BorderpaintBorder 在类中 javax.swing.border.LineBorder