Border
| Kind of class: | class |
|---|---|
| Inherits from: | UIObject < MovieClip |
| Known subclasses: | |
| Classpath: | mx.skins.Border |
| File last modified: | Tuesday, 18 December 2007, 15:44:38 |
Base class for Borders
- extends UIObject
- Draws borders around objects
Most implementations use RectBorder, but non-rectangular borders can use this
class or subclass
- extends UIObject
- Draws borders around objects
Most implementations use RectBorder, but non-rectangular borders can use this
class or subclass
Summary
Constructor
Instance properties
- className : String
- name of this class
- tagBorder : Number
- idNames : Array
- borderStyle : String
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
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
Border
function Border (
)
Class properties
symbolName
static symbolName:String = "Border"
(read)
symbolOwner
static symbolOwner:Object = mx.skins.Border
(read)
Instance properties
borderStyle
borderStyle:String
(read)
className
className:String = "Border"
(read)
name of this class
idNames
idNames:Array = new Array("border_mc")
(read)
tagBorder
tagBorder:Number = 0
(read)