RectBorder

Kind of class:class
Inherits from:RectBorder < Border < UIObject < MovieClip
Classpath:mx.skins.halo.RectBorder
File last modified:Tuesday, 18 December 2007, 15:44:38

Summary


Constructor
Class properties
Class properties inherited from RectBorder
Class properties inherited from Border
Class properties inherited from UIObject
Class methods
Class methods inherited from UIObject

Constructor

RectBorder

function RectBorder (
)

Class properties

classConstructed

static classConstructed:Boolean = classConstruct()
(read)

symbolName

static symbolName:String = "RectBorder"
(read)

symbolOwner

static symbolOwner:Object = mx.skins.halo.RectBorder
(read)

UIObjectExtensionsDependency

static UIObjectExtensionsDependency = UIObjectExtensions
(read)

version

static version:String = "2.0.2.127"
(read)

Instance properties

borderCapColorName

borderCapColorName:String = "borderCapColor"
(read)

borderWidths

private borderWidths:Object = { none: 0, solid: 1, inset: 2, outset: 2, alert: 3, dropDown: 2, menuBorder: 2, comboNonEdit: 2 }
(read)

colorList

private colorList:Object = { highlightColor: 0, borderColor: 0, buttonColor: 0, shadowColor: 0, borderCapColor: 0, shadowCapColor: 0}
(read)

drawRoundRect

drawRoundRect:Function
(read)

shadowCapColorName

shadowCapColorName:String = "shadowCapColor"
(read)

Class methods

classConstruct

static function classConstruct (
) : Boolean

Instance methods

draw3dBorder

function draw3dBorder (
c1:Number, c2:Number, c3:Number, c4:Number, c5:Number, c6:Number) : Void

drawBorder

function drawBorder (
Void) : Void

getBorderMetrics

function getBorderMetrics (
Void) : Object

return the thickness of the border edges
Returns:
  • Object top, bottom, left, right thickness in pixels

init

function init (
Void) : Void