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.
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
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
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
The Apache Software Foundation Wed Nov 15 2017, 09:50 AM +01:00