Main Page | Packages | Class Tree | Index | Help

mx.skins

class CustomBorder

Object
  |
  +--MovieClip
        |
        +--mx.core.UIObject
              |
              +--mx.skins.Border
                    |
                    +--mx.skins.CustomBorder

All Known Subclasses: ScrollThumb

class CustomBorder
extends Border

A border class that uses two end caps and a stretchable middle



Field Summary


className: String
name of this class


horizontal: Boolean
whether the caps and middle are placed horizontally or vertically


idNames



l_mc: MovieClip



leftSkin: String
symbol name of skin element for left end cap


m_mc: MovieClip



middleSkin: String
symbol name of skin element stretchable middle piece


minHeight: Number
minimum height of border, regardless of its orientation


minWidth: Number
minimum width of border, regardless of its orientation


r_mc: MovieClip



rightSkin: String
symbol name of skin element for left end cap

static
symbolName: String


static
symbolOwner: Object


static
tagL: Number


static
tagM: Number


static
tagR: Number


static
version: String
Version string Copyright (C) 2003 Macromedia, Inc.

Fields inherited from class mx.skins.Border

borderStyle, idNames, symbolName, symbolOwner, tagBorder

Fields inherited from class mx.core.UIObject

__height, __width, _color, _topmost, addEventListener, buildDepthTable, changeColorStyleInChildren, changeTextStyleInChildren, childrenCreated, className, clipParameters, color, createAccessibilityImplementation, createChildAtDepth, createEvent, ction, dispatchEvent, embedFonts, findNextAvailableDepth, fontFamily, fontSize, fontStyle, fontWeight, handleEvent, idNames, ignoreClassStyleDeclaration, initProperties, marginLeft, marginRight, methodTable, notifyStyleChangeInChildren, removeEventListener, setStyle, stylecache, styleName, symbolName, symbolOwner, textAlign, textColorList, textDecoration, textIndent, validateNow, version

Fields inherited from class MovieClip

_alpha, _currentframe, _droptarget, _focusrect, _framesloaded, _height, _lockroot, _name, _parent, _quality, _rotation, _soundbuftime, _target, _totalframes, _url, _visible, _width, _x, _xmouse, _xscale, _y, _ymouse, _yscale, enabled, focusEnabled, hitArea, tabChildren, tabEnabled, tabIndex, tooltipText, trackAsMenu, useHandCursor

Fields inherited from class Object

__proto__, constructor, prototype

Property Summary


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


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

Properties inherited from class mx.core.UIObject

bottom, height, left, minHeight, minWidth, right, scaleX, scaleY, top, visible, width, x, y

Constructor


CustomBorder ( )


Method Summary


createChildren ( Void ): Void



draw ( Void ): Void



init ( Void ): Void



size ( Void ): Void


Methods inherited from class mx.skins.Border

init

Methods inherited from class mx.core.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, mergeClipParameters, move, redraw, setColor, setMinHeight, setMinWidth, setSize, setSkin, setVisible, size

Methods inherited from class MovieClip

attachAudio, attachMovie, beginFill, beginGradientFill, clear, createEmptyMovieClip, createTextField, curveTo, duplicateMovieClip, endFill, getBounds, getBytesLoaded, getBytesTotal, getDepth, getInstanceAtDepth, getNextHighestDepth, getSWFVersion, getTextSnapshot, getURL, globalToLocal, gotoAndPlay, gotoAndStop, hitTest, lineStyle, lineTo, loadMovie, loadVariables, localToGlobal, moveTo, nextFrame, onData, onDragOut, onDragOver, onEnterFrame, onKeyDown, onKeyUp, onKillFocus, onLoad, onMouseDown, onMouseMove, onMouseUp, onPress, onRelease, onReleaseOutside, onRollOut, onRollOver, onSetFocus, onUnload, play, prevFrame, removeMovieClip, setMask, startDrag, stop, stopDrag, swapDepths, unloadMovie, valueOf

Methods inherited from class Object

addProperty, hasOwnProperty, isPropertyEnumerable, isPrototypeOf, registerClass, toLocaleString, toString, unwatch, valueOf, watch



Field Documentation

className

var className: String
name of this class

horizontal

var horizontal: Boolean
whether the caps and middle are placed horizontally or vertically

idNames

var idNames

l_mc

var l_mc: MovieClip

leftSkin

var leftSkin: String
symbol name of skin element for left end cap

m_mc

var m_mc: MovieClip

middleSkin

var middleSkin: String
symbol name of skin element stretchable middle piece

minHeight

var minHeight: Number
minimum height of border, regardless of its orientation

minWidth

var minWidth: Number
minimum width of border, regardless of its orientation

r_mc

var r_mc: MovieClip

rightSkin

var rightSkin: String
symbol name of skin element for left end cap

symbolName

static var symbolName: String

symbolOwner

static var symbolOwner: Object

tagL

static var tagL: Number

tagM

static var tagM: Number

tagR

static var tagR: Number

version

static var version: String
Version string Copyright (C) 2003 Macromedia, Inc.

All Rights Reserved. The following is Sample Code and is subject to all restrictions on such code as contained in the End User License Agreement accompanying this product.


Property Documentation

height

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

Overrides:

width

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

Overrides:


Constructor Documentation

CustomBorder

function CustomBorder()

Method Documentation

createChildren

function createChildren(Void): Void
Overrides:

draw

function draw(Void): Void
Overrides:

init

function init(Void): Void
Overrides:

size

function size(Void): Void
Overrides:


The documentation was generated from the following file:


Copyright © 1997-2005 Macromedia, Inc. All rights reserved. Generated with AS2Doc