|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.swing.border.AbstractBorder
javax.swing.border.LineBorder
org.flexdock.plaf.common.border.RoundedLineBorder
public class RoundedLineBorder
| Field Summary |
|---|
| Fields inherited from class javax.swing.border.LineBorder |
|---|
lineColor, roundedCorners, thickness |
| Constructor Summary | |
|---|---|
RoundedLineBorder(Color color,
int arcWidthHeight)
|
|
RoundedLineBorder(Color color,
int arcWidthHeight,
int thickness)
|
|
| Method Summary | |
|---|---|
void |
paintBorder(Component component,
Graphics g,
int i,
int j,
int k,
int l)
|
void |
setFilled(boolean filled)
|
| Methods inherited from class javax.swing.border.LineBorder |
|---|
createBlackLineBorder, createGrayLineBorder, getBorderInsets, getBorderInsets, getLineColor, getRoundedCorners, getThickness, isBorderOpaque |
| Methods inherited from class javax.swing.border.AbstractBorder |
|---|
getBaseline, getBaselineResizeBehavior, getInteriorRectangle, getInteriorRectangle |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RoundedLineBorder(Color color,
int arcWidthHeight)
public RoundedLineBorder(Color color,
int arcWidthHeight,
int thickness)
| Method Detail |
|---|
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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||