blob: 92351fe2f17796eac5aa5c8c6f7f9b8e11f41aca [file] [log] [blame]
{ "type": "interface",
"qname": "org.apache.royale.graphics.IEllipse",
"baseInterfaceNames": [
"org.apache.royale.graphics.IGraphicShape"]
,
"members": [
{ "type": "accessor",
"access": "read-write",
"return": "Number",
"qname": "rx",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The horizontal radius of the ellipse.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Royale 0.7"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "accessor",
"access": "read-write",
"return": "Number",
"qname": "ry",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The vertical radius of the ellipse.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Royale 0.7"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "method",
"qname": "drawEllipse",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Draw the ellipse. (The same behavior as the default draw() method, but requires specifying the 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": "xp", "type": "Number"},
{ "name": "yp", "type": "Number"}]}
]
}