class org.aswing.border.LineBorder extends DecorateBorder
| Sub classes | ||||||||
![]() | LineBorderResource, ProgressBarBorder, ToolTipBorder |
| ||||||
Line border, this will paint a rounded line for a component.
Instance Fields
![]() | Show inherited public instance fields | Hide inherited public instance fields
|
function new(?interior:Border = null, ?color:ASColor = null, ?thickness:Float = 1, ?round:Float = 0): Void
Create a line border.
| interior | interior border. Default is null; |
| color | the color of the border. Default is null, means ASColor.BLACK |
| thickness | the thickness of the border. Default is 1 |
| round | round rect radius, default is 0 means normal rectangle, not rect. |

