Packageorg.apache.flex.graphics
Interfacepublic interface IRect extends IGraphicShape, IUIBase, IStrand, IEventDispatcher
Implementors Rect



Public Properties
 PropertyDefined By
 Inheritedalpha : Number
The alpha or opacity in the range of 0 to 1.
IUIBase
 Inheritedelement : IFlexJSElement
[read-only] Each IUIBase has an element that is actually added to the platform's display list DOM.
IUIBase
 Inheritedgraphics : Graphics
[read-only]
IGraphicShape
 Inheritedheight : Number
The height of the bounding box.
IUIBase
 InheritedtopMostEventDispatcher : IEventDispatcher
[read-only] The top most event dispatcher.
IUIBase
 Inheritedvisible : Boolean
Whether the component is visible.
IUIBase
 Inheritedwidth : Number
The width of the bounding box.
IUIBase
 Inheritedx : Number
The x co-ordinate or left side position of the bounding box.
IUIBase
 Inheritedy : Number
The y co-ordinate or top position of the bounding box.
IUIBase
Public Methods
 MethodDefined By
 Inherited
addBead(bead:IBead):void
Add a bead to the strand.
IStrand
 Inherited
Called by parent components when the component is added via a call to addElement or addElementAt.
IUIBase
 Inherited
getBeadByType(classOrInterface:Class):IBead
Find a bead on the strand.
IStrand
 Inherited
Remove a bead from the strand.
IStrand