blob: b2083da3eaedd240a3a28b30ad6807d3b91712fa [file] [log] [blame]
{ "type": "class",
"qname": "org.apache.royale.effects.Move",
"baseClassname": "org.apache.royale.effects.Tween"
,
"description": "The Move effect animates a UI component's x or y position.",
"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": "org.apache.royale.effects.Move",
"namespace": "",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Constructor. have its x and/or y property animated.",
"tags": [
{ "tagName": "param",
"values": ["target Object ID or reference to an object that will"]},
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Royale 1.0.0"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"return": "",
"params": [{ "name": "target", "type": "org.apache.royale.core.IUIBase"}]}
,
{ "type": "accessor",
"access": "read-write",
"return": "String",
"qname": "target",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The target as the String id of a widget in an MXML Document."},
{ "type": "accessor",
"access": "read-write",
"return": "Number",
"qname": "xBy",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The change in x."},
{ "type": "accessor",
"access": "read-write",
"return": "Number",
"qname": "yBy",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The change in y."},
{ "type": "accessor",
"access": "read-write",
"return": "Number",
"qname": "xFrom",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Starting x value. If NaN, the current x value is used"},
{ "type": "accessor",
"access": "read-write",
"return": "Number",
"qname": "xTo",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Ending x value. If NaN, the current x value is not changed"},
{ "type": "accessor",
"access": "read-write",
"return": "Number",
"qname": "yFrom",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Starting y value. If NaN, the current y value is used"},
{ "type": "accessor",
"access": "read-write",
"return": "Number",
"qname": "yTo",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Ending y value. If NaN, the current y value is not changed"},
{ "type": "method",
"qname": "setDocument",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"return": "void",
"params": [{ "name": "document", "type": "Object"},
{ "name": "id", "type": "String"}]}
,
{ "type": "method",
"qname": "onTweenUpdate",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"return": "void",
"params": [{ "name": "value", "type": "Number"}]}
,
{ "type": "method",
"qname": "onTweenEnd",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"return": "void",
"params": [{ "name": "value", "type": "Number"}]}
,
{ "type": "method",
"qname": "captureStartValues",
"namespace": "public",
"bindable": [],
"details": ["override"],
"deprecated": {},
"return": "void",
"params": []}
,
{ "type": "method",
"qname": "captureEndValues",
"namespace": "public",
"bindable": [],
"details": ["override"],
"deprecated": {},
"return": "void",
"params": []}
]
}