blob: 3b6f7e83df43f36f280b85a17ffcc85dbdf4ace2 [file] [log] [blame]
{ "type": "class",
"qname": "org.apache.royale.utils.PointUtils",
"baseClassname": ""
,
"description": "The PointUtils class is a collection of static functions that convert Points between coordinate spaces.",
"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": "globalToLocal",
"namespace": "public",
"bindable": [],
"details": ["static"],
"deprecated": {},
"description": "Converts a point from global coordinates to local coordinates",
"tags": [
{ "tagName": "param",
"values": ["point The point being converted.", "local The component used as reference for the conversion."]},
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.0"]},
{ "tagName": "royaleignorecoercion",
"values": ["HTMLElement"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"return": "org.apache.royale.geom.Point",
"params": [{ "name": "pt", "type": "org.apache.royale.geom.Point"},
{ "name": "local", "type": "Object"}]}
,
{ "type": "method",
"qname": "localToGlobal",
"namespace": "public",
"bindable": [],
"details": ["static"],
"deprecated": {},
"description": "Converts a point from local coordinates to global coordinates",
"tags": [
{ "tagName": "param",
"values": ["point The point being converted.", "local The component used as reference for the conversion."]},
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.0"]},
{ "tagName": "royaleignorecoercion",
"values": ["HTMLElement"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"return": "org.apache.royale.geom.Point",
"params": [{ "name": "pt", "type": "org.apache.royale.geom.Point"},
{ "name": "local", "type": "Object"}]}
]
}