Apache Flex (FlexJS) 0.7.0 API Reference
All Packages
|
All Classes
|
Index
|
Frames
No Frames
IText
Package
org.apache.flex.graphics
Interface
public interface IText extends
IGraphicShape
,
IUIBase
,
IStrand
,
IEventDispatcher
Implementors
Text
Public Properties
Hide Inherited Public Properties
Show Inherited Public Properties
Property
Defined By
alpha
: Number
The alpha or opacity in the range of 0 to 1.
IUIBase
element
: IFlexJSElement
[read-only] Each IUIBase has an element that is actually added to the platform's display list DOM.
IUIBase
graphics
: Graphics
[read-only]
IGraphicShape
height
: Number
The height of the bounding box.
IUIBase
topMostEventDispatcher
:
IEventDispatcher
[read-only] The top most event dispatcher.
IUIBase
visible
: Boolean
Whether the component is visible.
IUIBase
width
: Number
The width of the bounding box.
IUIBase
x
: Number
The x co-ordinate or left side position of the bounding box.
IUIBase
y
: Number
The y co-ordinate or top position of the bounding box.
IUIBase
Public Methods
Hide Inherited Public Methods
Show Inherited Public Methods
Method
Defined By
addBead
(bead:
IBead
):void
Add a bead to the strand.
IStrand
addedToParent
():void
Called by parent components when the component is added via a call to addElement or addElementAt.
IUIBase
getBeadByType
(classOrInterface:Class):
IBead
Find a bead on the strand.
IStrand
removeBead
(bead:
IBead
):
IBead
Remove a bead from the strand.
IStrand
Mon Sep 5 2016, 07:19 AM -07:00