org.flexdock.plaf.common.border
public class RoundedLineBorder extends LineBorder
lineColor, roundedCorners, thickness| Constructor and Description |
|---|
RoundedLineBorder(Color color,
int arcWidthHeight) |
RoundedLineBorder(Color color,
int arcWidthHeight,
int thickness) |
| Modifier and Type | Method and Description |
|---|---|
void |
paintBorder(Component component,
Graphics g,
int i,
int j,
int k,
int l) |
void |
setFilled(boolean filled) |
createBlackLineBorder, createGrayLineBorder, getBorderInsets, getBorderInsets, getLineColor, getRoundedCorners, getThickness, isBorderOpaquegetBaseline, getBaselineResizeBehavior, getInteriorRectangle, getInteriorRectanglepublic RoundedLineBorder(Color color, int arcWidthHeight)
public RoundedLineBorder(Color color, int arcWidthHeight, int thickness)
public void setFilled(boolean filled)
public void paintBorder(Component component, Graphics g, int i, int j, int k, int l)
paintBorder in interface BorderpaintBorder in class LineBorder