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
- symbolName : String
- symbolOwner : Object
- version : String
- tagL : Number
- tagM : Number
- tagR : Number
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
Instance properties inherited from Border
Instance properties inherited from UIObject
__height __onUnload __width _color _endInit _id _maxHeight _maxWidth _minHeight _minWidth _preferredHeight _preferredWidth _tf _topmost addEventListener bottom buildDepthTable changeColorStyleInChildren changeTextStyleInChildren childrenCreated className clipParameters color createAccessibilityImplementation createChildAtDepth createClassChildAtDepth createEvent dispatchEvent embedFonts findNextAvailableDepth fontFamily fontSize fontStyle fontWeight handleEvent height idNames ignoreClassStyleDeclaration initProperties invalidateFlag left lineColor lineWidth marginLeft marginRight methodTable minHeight minWidth notifyStyleChangeInChildren removeEventListener right scaleX scaleY setStyle stylecache styleName tabEnabled textAlign textDecoration textIndent tfList top validateNow visible width x y
Class methods
Class methods inherited from UIObject
Instance methods
- init (Void) : Void
- createChildren (Void) : Void
- draw (Void) : Void
- size (Void) : Void
Instance methods inherited from UIObject
__getTextFormat _createChildren _getTextFormat cancelAllDoLaters constructObject createChildren createClassObject createEmptyObject createLabel createObject createSkin destroyObject doLater doLaterDispatcher draw drawRect getClassStyleDeclaration getMinHeight getMinWidth getSkinIDName getStyle getStyleName init initFromClipParameters invalidate invalidateStyle move redraw setColor setMinHeight setMinWidth setSize setSkin setVisible size
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.
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.
Read-Only: use setSize() to change.