blob: d535b29362642ecbfcce771bee79593b458358b1 [file] [log] [blame]
{ "type": "interface",
"qname": "org.apache.royale.graphics.IText",
"baseInterfaceNames": [
"org.apache.royale.graphics.IGraphicShape"]
,
"members": [
{ "type": "accessor",
"access": "read-write",
"return": "String",
"qname": "text",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The text to draw.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Royale 0.8"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "method",
"qname": "drawText",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Draw the text. (The same behavior as the default draw() method, but requires specifying the text, x and y explicitly.)",
"tags": [
{ "tagName": "param",
"values": ["xp The x position of the top-left corner of the bounding box of the ellipse.", "yp The y position of the top-left corner of the bounding box of the ellipse."]},
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Royale 0.8"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"return": "void",
"params": [{ "name": "value", "type": "String"},
{ "name": "xt", "type": "Number"},
{ "name": "yt", "type": "Number"}]}
]
}