blob: 64e43d4b9979ab054bd638c066a38c72247bb576 [file] [log] [blame]
{ "type": "interface",
"qname": "org.apache.royale.utils.IEffectsGenerator",
"description": "The IEffectsGenerator interface is the basic interface for classes generating tweener effects.",
"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": "generateEffect",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Takes a source ILayoutChild and creates an effect that sets the source child to match the destination child. Returns null if no effect is needed.",
"tags": [
{ "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": "source", "type": "org.apache.royale.core.ILayoutChild"},
{ "name": "destination", "type": "org.apache.royale.core.ILayoutChild"}]}
]
}