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