class org.aswing.border.CaveBorder extends DecorateBorder

CaveBorder, a border with a cave line rectangle(or roundrect). It is like a TitledBorder with no title. :)

Class Fields

Instance Fields

Show inherited public instance fieldsHide inherited public instance fields

Inherited from DecorateBorder

var interior:Border
function getBorderInsets(c:Component, bounds:IntRectangle):Insets
function getBorderInsetsImp(c:Component, bounds:IntRectangle):Insets
function getDisplay(c:Component):DisplayObject
function getDisplayImp():DisplayObject
function getInterior():Border
function setInterior(interior:Border):Void
function updateBorder(c:Component, g:Graphics2D, bounds:IntRectangle):Void
function updateBorderImp(com:Component, g:Graphics2D, bounds:IntRectangle):Void

function new(?interior:Border = null, ?round:Float = 0): Void

Create a cave border. @see org.aswing.border.TitledBorder @see #setLineColor() @see #setLineThickness() @see #setBeveled()

interior

the interior border.

round

round rect radius, default is 0 means normal rectangle, not rect.

function getLineColor(): ASColor

function getLineThickness(): Int

function getRound(): Float

function isBeveled(): Bool

function setBeveled(b:Bool): Void

function setLineColor(lineColor:ASColor): Void

function setLineLightColor(lineLightColor:ASColor): Void

function setLineThickness(lineThickness:Float): Void

function setRound(round:Float): Void