| { "type": "interface", |
| "qname": "org.apache.royale.effects.ICompoundEffect", |
| "baseInterfaceNames": [ |
| "org.apache.royale.effects.IEffect"] |
| , |
| "description": "ICompoundEffect aggregates several related effects. Implementors will decide on the order in which they're played.", |
| "tags": [ |
| { "tagName": "playerversion", |
| "values": ["Flash 10.2", "AIR 2.6"]}, |
| { "tagName": "productversion", |
| "values": ["Royale 0.0"]}, |
| { "tagName": "langversion", |
| "values": ["3.0"]} ], |
| "members": [ |
| { "type": "method", |
| "qname": "addChild", |
| "namespace": "public", |
| "bindable": [], |
| "details": [], |
| "deprecated": {}, |
| "description": "Add an effect to the parent.", |
| "tags": [ |
| { "tagName": "param", |
| "values": ["c The subeffect to add."]}, |
| { "tagName": "playerversion", |
| "values": ["Flash 10.2", "AIR 2.6"]}, |
| { "tagName": "productversion", |
| "values": ["Royale 0.0"]}, |
| { "tagName": "langversion", |
| "values": ["3.0"]} ], |
| "return": "void", |
| "params": [{ "name": "c", "type": "org.apache.royale.effects.IEffect"}]} |
| , |
| { "type": "method", |
| "qname": "addChildAt", |
| "namespace": "public", |
| "bindable": [], |
| "details": [], |
| "deprecated": {}, |
| "description": "Add an effect to the parent at a certain position.", |
| "tags": [ |
| { "tagName": "param", |
| "values": ["c The subeffect to add.", "index The position where the subeffect is added."]}, |
| { "tagName": "playerversion", |
| "values": ["Flash 10.2", "AIR 2.6"]}, |
| { "tagName": "productversion", |
| "values": ["Royale 0.0"]}, |
| { "tagName": "langversion", |
| "values": ["3.0"]} ], |
| "return": "void", |
| "params": [{ "name": "c", "type": "org.apache.royale.effects.IEffect"}, |
| { "name": "index", "type": "int"}]} |
| , |
| { "type": "method", |
| "qname": "getChildIndex", |
| "namespace": "public", |
| "bindable": [], |
| "details": [], |
| "deprecated": {}, |
| "description": "Gets the index of this subeffect.", |
| "tags": [ |
| { "tagName": "param", |
| "values": ["c The subeffect to add."]}, |
| { "tagName": "playerversion", |
| "values": ["Flash 10.2", "AIR 2.6"]}, |
| { "tagName": "productversion", |
| "values": ["Royale 0.0"]}, |
| { "tagName": "return", |
| "values": ["The index (zero-based)."]}, |
| { "tagName": "langversion", |
| "values": ["3.0"]} ], |
| "return": "int", |
| "params": [{ "name": "c", "type": "org.apache.royale.effects.IEffect"}]} |
| , |
| { "type": "method", |
| "qname": "removeChild", |
| "namespace": "public", |
| "bindable": [], |
| "details": [], |
| "deprecated": {}, |
| "description": "Remove an effect from the parent.", |
| "tags": [ |
| { "tagName": "param", |
| "values": ["c The subeffect to remove."]}, |
| { "tagName": "playerversion", |
| "values": ["Flash 10.2", "AIR 2.6"]}, |
| { "tagName": "productversion", |
| "values": ["Royale 0.0"]}, |
| { "tagName": "langversion", |
| "values": ["3.0"]} ], |
| "return": "void", |
| "params": [{ "name": "c", "type": "org.apache.royale.effects.IEffect"}]} |
| , |
| { "type": "accessor", |
| "access": "read-only", |
| "return": "int", |
| "qname": "numChildren", |
| "namespace": "public", |
| "bindable": [], |
| "details": [], |
| "deprecated": {}, |
| "description": "The number of elements in the parent.", |
| "tags": [ |
| { "tagName": "playerversion", |
| "values": ["Flash 10.2", "AIR 2.6"]}, |
| { "tagName": "productversion", |
| "values": ["Royale 0.0"]}, |
| { "tagName": "langversion", |
| "values": ["3.0"]} ]}, |
| { "type": "method", |
| "qname": "getChildAt", |
| "namespace": "public", |
| "bindable": [], |
| "details": [], |
| "deprecated": {}, |
| "description": "Get an effect from the parent.", |
| "tags": [ |
| { "tagName": "param", |
| "values": ["index The position of the subeffect."]}, |
| { "tagName": "playerversion", |
| "values": ["Flash 10.2", "AIR 2.6"]}, |
| { "tagName": "productversion", |
| "values": ["Royale 0.0"]}, |
| { "tagName": "langversion", |
| "values": ["3.0"]} ], |
| "return": "org.apache.royale.effects.IEffect", |
| "params": [{ "name": "index", "type": "int"}]} |
| ] |
| } |