| { "type": "interface", |
| "qname": "org.apache.royale.graphics.IRect", |
| "baseInterfaceNames": [ |
| "org.apache.royale.graphics.IGraphicShape"] |
| , |
| "members": [ |
| { "type": "accessor", |
| "access": "read-write", |
| "return": "Number", |
| "qname": "rx", |
| "namespace": "public", |
| "bindable": [], |
| "details": [], |
| "deprecated": {}, |
| "description": "The x corner radius.", |
| "tags": [ |
| { "tagName": "playerversion", |
| "values": ["Flash 9", "AIR 1.1"]}, |
| { "tagName": "productversion", |
| "values": ["Royale 0.8"]}, |
| { "tagName": "langversion", |
| "values": ["3.0"]} ]}, |
| { "type": "accessor", |
| "access": "read-write", |
| "return": "Number", |
| "qname": "ry", |
| "namespace": "public", |
| "bindable": [], |
| "details": [], |
| "deprecated": {}, |
| "description": "The y corner radius.", |
| "tags": [ |
| { "tagName": "playerversion", |
| "values": ["Flash 9", "AIR 1.1"]}, |
| { "tagName": "productversion", |
| "values": ["Royale 0.8"]}, |
| { "tagName": "langversion", |
| "values": ["3.0"]} ]}, |
| { "type": "method", |
| "qname": "drawRect", |
| "namespace": "public", |
| "bindable": [], |
| "details": [], |
| "deprecated": {}, |
| "description": "Draws the rect. (The same behavior as the default draw() method, but requires specifying the rect explicitly).", |
| "tags": [ |
| { "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"}, |
| { "name": "width", "type": "Number"}, |
| { "name": "height", "type": "Number"}]} |
| ] |
| } |