| Package | flashx.textLayout.compose |
| Class | public class TextLineRecycler |
| Inheritance | TextLineRecycler Object |
| Language Version: | ActionScript 3.0 |
| Runtime Versions: | Flash Player 10, AIR 1.5 |
| Method | Defined By | ||
|---|---|---|---|
[static]
Add a TextLine to the pool for reuse. | TextLineRecycler | ||
[static]
Return a TextLine from the pool for reuse. | TextLineRecycler | ||
![]() |
Indicates whether an object has a specified property defined. | Object | |
![]() |
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | |
![]() |
Indicates whether the specified property exists and is enumerable. | Object | |
![]() |
Sets the availability of a dynamic property for loop operations. | Object | |
![]() |
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | |
![]() |
Returns the string representation of the specified object. | Object | |
![]() |
Returns the primitive value of the specified object. | Object | |
| Constant | Defined By | ||
|---|---|---|---|
| textBlockHasRecreateTextLine : Boolean [static] Does this player support TextLine recycling. | TextLineRecycler | ||
| addLineForReuse | () | method |
public static function addLineForReuse(textLine:flash.text.engine:TextLine):void| Language Version: | ActionScript 3.0 |
| Runtime Versions: | Flash Player 10, AIR 1.5 |
Add a TextLine to the pool for reuse. TextLines for reuse should have null userData and null parent.
Parameters
textLine:flash.text.engine:TextLine |
| getLineForReuse | () | method |
public static function getLineForReuse():flash.text.engine:TextLine| Language Version: | ActionScript 3.0 |
| Runtime Versions: | Flash Player 10, AIR 1.5 |
Return a TextLine from the pool for reuse.
Returnsflash.text.engine:TextLine |
| textBlockHasRecreateTextLine | Constant |
public static const textBlockHasRecreateTextLine:BooleanDoes this player support TextLine recycling.