Package | flashx.textLayout.compose |
Class | public class TextLineRecycler |
Inheritance | TextLineRecycler Object |
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Public Properties
Property | Defined By | ||
---|---|---|---|
constructor : Object
A reference to the class object or constructor function for a given object instance. | Object | ||
prototype : Object [static]
A reference to the prototype object of a class or function object. | Object | ||
textLineRecyclerEnabled : Boolean [static] Controls if the TLF recycler enabled. | TextLineRecycler |
Public Methods
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 |
Property Detail
textLineRecyclerEnabled | property |
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: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 |
Fri Mar 19 2010, 02:45 AM -07:00