CustomBorder

Kind of class:class
Inherits from:Border < UIObject < MovieClip
Known subclasses:
Classpath:mx.skins.CustomBorder
File last modified:Tuesday, 18 December 2007, 15:44:38
A border class that uses two end caps and a stretchable middle

Summary


Constructor
Class properties
Class properties inherited from Border
Class properties inherited from UIObject
Instance properties
  • className : String
    • name of this class
  • idNames
  • leftSkin : String
    • symbol name of skin element for left end cap
  • middleSkin : String
    • symbol name of skin element stretchable middle piece
  • rightSkin : String
    • symbol name of skin element for left end cap
  • horizontal : Boolean
    • whether the caps and middle are placed horizontally or vertically
  • l_mc : MovieClip
  • m_mc : MovieClip
  • r_mc : MovieClip
  • minHeight : Number
    • minimum height of border, regardless of its orientation
  • minWidth : Number
    • minimum width of border, regardless of its orientation
  • width : Number
    • width of object
  • height : Number
    • height of object
Class methods
Class methods inherited from UIObject

Constructor

CustomBorder

function CustomBorder (
)

Class properties

symbolName

static symbolName:String = "CustomBorder"
(read)

symbolOwner

static symbolOwner:Object = CustomBorder
(read)

tagL

static tagL:Number = 0
(read)

tagM

static tagM:Number = 1
(read)

tagR

static tagR:Number = 2
(read)

version

static version:String = "2.0.2.127"
(read)

Instance properties

className

className:String = "CustomBorder"
(read)

name of this class

height

height:Number
(read)

height of object
Read-Only: use setSize() to change.

horizontal

horizontal:Boolean = true
(read)

whether the caps and middle are placed horizontally or vertically

idNames

idNames = new Array("l_mc", "m_mc", "r_mc")
(read)

l_mc

l_mc:MovieClip
(read)

leftSkin

leftSkin:String = "F3PieceLeft"
(read)

symbol name of skin element for left end cap

m_mc

m_mc:MovieClip
(read)

middleSkin

middleSkin:String = "F3PieceMiddle"
(read)

symbol name of skin element stretchable middle piece

minHeight

minHeight:Number
(read)

minimum height of border, regardless of its orientation

minWidth

minWidth:Number
(read)

minimum width of border, regardless of its orientation

r_mc

r_mc:MovieClip
(read)

rightSkin

rightSkin:String = "F3PieceRight"
(read)

symbol name of skin element for left end cap

width

width:Number
(read)

width of object
Read-Only: use setSize() to change.

Instance methods

createChildren

function createChildren (
Void) : Void

draw

function draw (
Void) : Void

init

function init (
Void) : Void

Overrides:

size

function size (
Void) : Void