{ "type": "class", | |
"qname": "mx.effects.Effect", | |
"baseClassname": "org.apache.royale.effects.Effect" | |
, | |
"description": "Effect is the base class for effects in Royale.", | |
"tags": [ | |
{ "tagName": "playerversion", | |
"values": ["Flash 10.2", "AIR 2.6"]}, | |
{ "tagName": "productversion", | |
"values": ["Royale 0.0"]}, | |
{ "tagName": "langversion", | |
"values": ["3.0"]}, | |
{ "tagName": "royalesuppresspublicvarwarning", | |
"values": []} ], | |
"members": [ | |
{ "type": "field", | |
"qname": "instanceClass", | |
"return": "Class", | |
"namespace": "public", | |
"bindable": [], | |
"details": [], | |
"deprecated": {}}, | |
{ "type": "method", | |
"qname": "mx.effects.Effect", | |
"namespace": "", | |
"bindable": [], | |
"details": [], | |
"deprecated": {}, | |
"description": "Constructor. <p>Starting an effect is usually a three-step process:</p> <ul> <li>Create an instance of the effect object with the <code>new</code> operator.</li> <li>Set properties on the effect object, such as <code>duration</code>.</li> <li>Call the <code>play()</code> method or assign the effect to a trigger.</li> </ul>", | |
"tags": [ | |
{ "tagName": "param", | |
"values": ["target The Object to animate with this effect."]}, | |
{ "tagName": "playerversion", | |
"values": ["Flash 9", "AIR 1.1"]}, | |
{ "tagName": "productversion", | |
"values": ["Royale 0.9.3"]}, | |
{ "tagName": "langversion", | |
"values": ["3.0"]} ], | |
"return": "", | |
"params": [{ "name": "target", "type": "Object"}]} | |
, | |
{ "type": "method", | |
"qname": "end", | |
"namespace": "public", | |
"bindable": [], | |
"details": [], | |
"deprecated": {}, | |
"return": "void", | |
"params": [{ "name": "effectInstance", "type": "mx.effects.IEffectInstance"}]} | |
, | |
{ "type": "method", | |
"qname": "createInstance", | |
"namespace": "public", | |
"bindable": [], | |
"details": [], | |
"deprecated": {}, | |
"return": "mx.effects.IEffectInstance", | |
"params": [{ "name": "effect", "type": "mx.effects.Effect"}]} | |
, | |
{ "type": "accessor", | |
"access": "read-write", | |
"return": "Number", | |
"qname": "duration", | |
"namespace": "public", | |
"bindable": [], | |
"details": ["override"], | |
"deprecated": {}}] | |
} |