public class BEDashedBorder
extends javax.swing.border.LineBorder
implements javax.swing.plaf.UIResource
构造器和说明 |
---|
BEDashedBorder(java.awt.Color color,
boolean top,
boolean left,
boolean bottom,
boolean right)
Instantiates a new bE dashed border.
|
BEDashedBorder(java.awt.Color color,
int thickness,
int step,
boolean top,
boolean left,
boolean bottom,
boolean right)
构造方法.
|
限定符和类型 | 方法和说明 |
---|---|
void |
paintBorder(java.awt.Component c,
java.awt.Graphics g,
int x,
int y,
int width,
int height) |
createBlackLineBorder, createGrayLineBorder, getBorderInsets, getLineColor, getRoundedCorners, getThickness, isBorderOpaque
public BEDashedBorder(java.awt.Color color, boolean top, boolean left, boolean bottom, boolean right)
color
- the colortop
- the topleft
- the leftbottom
- the bottomright
- the rightpublic BEDashedBorder(java.awt.Color color, int thickness, int step, boolean top, boolean left, boolean bottom, boolean right)
color
- 虚线颜色thickness
- 线框宽度step
- 步进top
- the topleft
- the leftbottom
- the bottomright
- the right