blob: 367d873b55ff1b3e861d7aaa9397a56ae95196ff [file] [log] [blame]
{ "type": "class",
"qname": "org.apache.royale.textLayout.compose.TextLineRecycler",
"baseClassname": ""
,
"description": "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.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10", "AIR 1.5"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"members": [
{ "type": "accessor",
"access": "read-write",
"return": "Boolean",
"qname": "textLineRecyclerEnabled",
"namespace": "public",
"bindable": [],
"details": ["static"],
"deprecated": {},
"description": "Controls if the TLF recycler enabled. It can only be enabled in 10.1 or later players.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10", "AIR 1.5"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "accessor",
"access": "read-write",
"return": "org.apache.royale.utils.ObjectMap",
"qname": "reusableLineCache",
"namespace": "public",
"bindable": [],
"details": ["static"],
"deprecated": {}},
{ "type": "method",
"qname": "addLineForReuse",
"namespace": "public",
"bindable": [],
"details": ["static"],
"deprecated": {},
"description": "Add a ITextLine to the pool for reuse. TextLines for reuse should have null userData and null parent.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10", "AIR 1.5"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"return": "void",
"params": [{ "name": "textLine", "type": "org.apache.royale.text.engine.ITextLine"}]}
,
{ "type": "method",
"qname": "getLineForReuse",
"namespace": "public",
"bindable": [],
"details": ["static"],
"deprecated": {},
"description": "Return a ITextLine from the pool for reuse.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10", "AIR 1.5"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"return": "org.apache.royale.text.engine.ITextLine",
"params": []}
]
}