|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | PROPERTY | DETAIL: PROPERTY | |||||||
javax.swing.border.LineBorder
public class LineBorder
Implements a line border of arbitrary thickness and with a single color.
CSS example:
lineBorder {
class : "javax.swing.border.LineBorder(lineColor,thickness,roundedCorners)";
lineColor : "green";
roundedCorners : "false";
thickness : "2";
}
| Property Summary | |
|---|---|
java.lang.String |
class
Create an instance of LineBorder. |
java.awt.Color |
lineColor
The color of the border. |
boolean |
roundedCorners
Whether this border will be drawn with rounded corner. |
int |
thickness
The thickness of the border. |
| Property Detail |
|---|
public java.lang.String class
LineBorder.
class : "javax.swing.border.LineBorder(lineColor,thickness,roundedCorners)";
public java.awt.Color lineColor
lineColor : "green";
public boolean roundedCorners
roundedCorners : "false";
public int thickness
thickness : "2";
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | PROPERTY | DETAIL: PROPERTY | |||||||