Packageflashx.textLayout.compose
Classpublic class TextLineRecycler
InheritanceTextLineRecycler Inheritance Object

Language Version : ActionScript 3.0
Runtime Versions : Flash Player 10, AIR 1.5

The TextLineRecycler class provides support for recycling of TextLines. Some player versions support a recreateTextLine. Passing TextLines to the recycler makes them available for reuse. This improves Player performance.



Public Properties
 PropertyDefined By
  textLineRecyclerEnabled : Boolean
[static] Controls if the TLF recycler enabled.
TextLineRecycler
Public Methods
 MethodDefined By
  
addLineForReuse(textLine:TextLine):void
[static] Add a TextLine to the pool for reuse.
TextLineRecycler
  
getLineForReuse():TextLine
[static] Return a TextLine from the pool for reuse.
TextLineRecycler
Property Detail
textLineRecyclerEnabledproperty
textLineRecyclerEnabled:Boolean

Language Version : ActionScript 3.0
Runtime Versions : Flash Player 10, AIR 1.5

Controls if the TLF recycler enabled. It can only be enabled in 10.1 or later players.


Implementation
    public static function get textLineRecyclerEnabled():Boolean
    public static function set textLineRecyclerEnabled(value:Boolean):void
Method Detail
addLineForReuse()method
public static function addLineForReuse(textLine: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:TextLine

getLineForReuse()method 
public static function getLineForReuse():TextLine

Language Version : ActionScript 3.0
Runtime Versions : Flash Player 10, AIR 1.5

Return a TextLine from the pool for reuse.

Returns
TextLine