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, getLineColor, getRoundedCorners, getThickness, isBorderOpaquepublic 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.BorderpaintBorder in class javax.swing.border.LineBorder