org.flexdock.plaf.common.border
public class RoundedLineBorder extends javax.swing.border.LineBorder
Constructor and Description |
---|
RoundedLineBorder(java.awt.Color color,
int arcWidthHeight) |
RoundedLineBorder(java.awt.Color color,
int arcWidthHeight,
int thickness) |
Modifier and Type | Method and Description |
---|---|
void |
paintBorder(java.awt.Component component,
java.awt.Graphics g,
int i,
int j,
int k,
int l) |
void |
setFilled(boolean filled) |
createBlackLineBorder, createGrayLineBorder, getBorderInsets, getBorderInsets, getLineColor, getRoundedCorners, getThickness, isBorderOpaque
public RoundedLineBorder(java.awt.Color color, int arcWidthHeight)
public RoundedLineBorder(java.awt.Color color, int arcWidthHeight, int thickness)
public void setFilled(boolean filled)
public void paintBorder(java.awt.Component component, java.awt.Graphics g, int i, int j, int k, int l)
paintBorder
in interface javax.swing.border.Border
paintBorder
in class javax.swing.border.LineBorder