Upgrade to ExtJS 4.0.2 - Released 06/09/2011
[extjs.git] / docs / output / Ext.util.Point.js
1 Ext.data.JsonP.Ext_util_Point({
2   "allMixins": [
3
4   ],
5   "deprecated": null,
6   "docauthor": null,
7   "members": {
8     "cfg": [
9
10     ],
11     "method": [
12       {
13         "deprecated": null,
14         "alias": null,
15         "href": "Region.html#Ext-util-Region-method-constructor",
16         "tagname": "method",
17         "protected": false,
18         "shortDoc": "Creates a region from the bounding sides. ...",
19         "static": false,
20         "params": [
21           {
22             "type": "Number",
23             "optional": false,
24             "doc": "<p>Top The topmost pixel of the Region.</p>\n",
25             "name": "top"
26           },
27           {
28             "type": "Number",
29             "optional": false,
30             "doc": "<p>Right The rightmost pixel of the Region.</p>\n",
31             "name": "right"
32           },
33           {
34             "type": "Number",
35             "optional": false,
36             "doc": "<p>Bottom The bottom pixel of the Region.</p>\n",
37             "name": "bottom"
38           },
39           {
40             "type": "Number",
41             "optional": false,
42             "doc": "<p>Left The leftmost pixel of the Region.</p>\n",
43             "name": "left"
44           }
45         ],
46         "private": false,
47         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Region.js",
48         "doc": "<p>Creates a region from the bounding sides.</p>\n",
49         "owner": "Ext.util.Region",
50         "name": "Point",
51         "html_filename": "Region.html",
52         "return": {
53           "type": "Object",
54           "doc": "\n"
55         },
56         "linenr": 40
57       },
58       {
59         "deprecated": null,
60         "alias": null,
61         "protected": false,
62         "tagname": "method",
63         "href": "Region.html#Ext-util-Region-method-adjust",
64         "shortDoc": "Modifies the current region to be adjusted by offsets. ...",
65         "static": false,
66         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Region.js",
67         "private": false,
68         "params": [
69           {
70             "type": "Number",
71             "optional": false,
72             "doc": "<p>top offset</p>\n",
73             "name": "top"
74           },
75           {
76             "type": "Number",
77             "optional": false,
78             "doc": "<p>right offset</p>\n",
79             "name": "right"
80           },
81           {
82             "type": "Number",
83             "optional": false,
84             "doc": "<p>bottom offset</p>\n",
85             "name": "bottom"
86           },
87           {
88             "type": "Number",
89             "optional": false,
90             "doc": "<p>left offset</p>\n",
91             "name": "left"
92           }
93         ],
94         "name": "adjust",
95         "owner": "Ext.util.Region",
96         "doc": "<p>Modifies the current region to be adjusted by offsets.</p>\n",
97         "linenr": 116,
98         "return": {
99           "type": "void",
100           "doc": "\n"
101         },
102         "html_filename": "Region.html"
103       },
104       {
105         "deprecated": null,
106         "alias": null,
107         "protected": false,
108         "tagname": "method",
109         "href": "Region.html#Ext-util-Region-method-constrainTo",
110         "shortDoc": "Modifies the current region to be constrained to the targetRegion. ...",
111         "static": false,
112         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Region.js",
113         "private": false,
114         "params": [
115           {
116             "type": "Ext.util.Region",
117             "optional": false,
118             "doc": "\n",
119             "name": "targetRegion"
120           }
121         ],
122         "name": "constrainTo",
123         "owner": "Ext.util.Region",
124         "doc": "<p>Modifies the current region to be constrained to the targetRegion.</p>\n",
125         "linenr": 102,
126         "return": {
127           "type": "void",
128           "doc": "\n"
129         },
130         "html_filename": "Region.html"
131       },
132       {
133         "deprecated": null,
134         "alias": null,
135         "protected": false,
136         "tagname": "method",
137         "href": "Region.html#Ext-util-Region-method-contains",
138         "shortDoc": "Checks if this region completely contains the region that is passed in. ...",
139         "static": false,
140         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Region.js",
141         "private": false,
142         "params": [
143           {
144             "type": "Ext.util.Region",
145             "optional": false,
146             "doc": "\n",
147             "name": "region"
148           }
149         ],
150         "name": "contains",
151         "owner": "Ext.util.Region",
152         "doc": "<p>Checks if this region completely contains the region that is passed in.</p>\n",
153         "linenr": 55,
154         "return": {
155           "type": "void",
156           "doc": "\n"
157         },
158         "html_filename": "Region.html"
159       },
160       {
161         "deprecated": null,
162         "alias": null,
163         "protected": false,
164         "tagname": "method",
165         "href": "Region.html#Ext-util-Region-method-copy",
166         "shortDoc": "Create a copy of this Region. ...",
167         "static": false,
168         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Region.js",
169         "private": false,
170         "params": [
171
172         ],
173         "name": "copy",
174         "owner": "Ext.util.Region",
175         "doc": "<p>Create a copy of this Region.</p>\n",
176         "linenr": 308,
177         "return": {
178           "type": "Ext.util.Region",
179           "doc": "\n"
180         },
181         "html_filename": "Region.html"
182       },
183       {
184         "deprecated": null,
185         "alias": null,
186         "protected": false,
187         "tagname": "method",
188         "href": "Region.html#Ext-util-Region-method-copyFrom",
189         "shortDoc": "Copy the values of another Region to this Region ...",
190         "static": false,
191         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Region.js",
192         "private": false,
193         "params": [
194           {
195             "type": "Region",
196             "optional": false,
197             "doc": "<p>region to copy from.</p>\n",
198             "name": "The"
199           }
200         ],
201         "name": "copyFrom",
202         "owner": "Ext.util.Region",
203         "doc": "<p>Copy the values of another Region to this Region</p>\n",
204         "linenr": 316,
205         "return": {
206           "type": "Ext.util.Region",
207           "doc": "<p>This Region</p>\n"
208         },
209         "html_filename": "Region.html"
210       },
211       {
212         "deprecated": null,
213         "alias": null,
214         "protected": false,
215         "tagname": "method",
216         "href": "Point.html#Ext-util-Point-method-equals",
217         "shortDoc": "Compare this point and another point ...",
218         "static": false,
219         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Point.js",
220         "private": false,
221         "params": [
222           {
223             "type": "Ext.util.Point/Object",
224             "optional": false,
225             "doc": "<p>point to compare with, either an instance\nof <a href=\"#/api/Ext.util.Point\" rel=\"Ext.util.Point\" class=\"docClass\">Ext.util.Point</a> or an object with left and top properties</p>\n",
226             "name": "The"
227           }
228         ],
229         "name": "equals",
230         "owner": "Ext.util.Point",
231         "doc": "<p>Compare this point and another point</p>\n",
232         "linenr": 46,
233         "return": {
234           "type": "Boolean",
235           "doc": "<p>Returns whether they are equivalent</p>\n"
236         },
237         "html_filename": "Point.html"
238       },
239       {
240         "deprecated": null,
241         "alias": null,
242         "protected": false,
243         "tagname": "method",
244         "href": "Region.html#Ext-util-Region-method-from",
245         "shortDoc": "Creates a Region from a \"box\" Object which contains four numeric properties top, right, bottom and left. ...",
246         "static": true,
247         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Region.js",
248         "private": false,
249         "params": [
250           {
251             "type": "Object",
252             "optional": false,
253             "doc": "<p>An object with <code>top</code>, <code>right</code>, <code>bottom</code> and <code>left</code> properties.</p>\n",
254             "name": "o"
255           }
256         ],
257         "name": "from",
258         "owner": "Ext.util.Region",
259         "doc": "<p>Creates a Region from a \"box\" Object which contains four numeric properties <code>top</code>, <code>right</code>, <code>bottom</code> and <code>left</code>.</p>\n",
260         "linenr": 27,
261         "return": {
262           "type": "Ext.util.Region",
263           "doc": "<p>region The Region constructed based on the passed object</p>\n"
264         },
265         "html_filename": "Region.html"
266       },
267       {
268         "deprecated": null,
269         "alias": null,
270         "protected": false,
271         "tagname": "method",
272         "href": "Point.html#Ext-util-Point-method-fromEvent",
273         "shortDoc": "Returns a new instance of Ext.util.Point base on the pageX / pageY values of the given event ...",
274         "static": true,
275         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Point.js",
276         "private": false,
277         "params": [
278           {
279             "type": "Event",
280             "optional": false,
281             "doc": "<p>The event</p>\n",
282             "name": "e"
283           }
284         ],
285         "name": "fromEvent",
286         "owner": "Ext.util.Point",
287         "doc": "<p>Returns a new instance of <a href=\"#/api/Ext.util.Point\" rel=\"Ext.util.Point\" class=\"docClass\">Ext.util.Point</a> base on the pageX / pageY values of the given event</p>\n",
288         "linenr": 19,
289         "return": {
290           "type": "void",
291           "doc": "<p>Ext.util.Point</p>\n"
292         },
293         "html_filename": "Point.html"
294       },
295       {
296         "deprecated": null,
297         "alias": null,
298         "protected": false,
299         "tagname": "method",
300         "href": "Region.html#Ext-util-Region-method-getOutOfBoundOffset",
301         "shortDoc": "Get the offset amount of a point outside the region ...",
302         "static": false,
303         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Region.js",
304         "private": false,
305         "params": [
306           {
307             "type": "String",
308             "optional": false,
309             "doc": "<p>optional</p>\n",
310             "name": "axis"
311           },
312           {
313             "type": "Ext.util.Point",
314             "optional": false,
315             "doc": "<p>the point</p>\n",
316             "name": "p"
317           }
318         ],
319         "name": "getOutOfBoundOffset",
320         "owner": "Ext.util.Region",
321         "doc": "<p>Get the offset amount of a point outside the region</p>\n",
322         "linenr": 132,
323         "return": {
324           "type": "Ext.util.Offset",
325           "doc": "\n"
326         },
327         "html_filename": "Region.html"
328       },
329       {
330         "deprecated": null,
331         "alias": null,
332         "protected": false,
333         "tagname": "method",
334         "href": "Region.html#Ext-util-Region-method-getOutOfBoundOffsetX",
335         "shortDoc": "Get the offset amount on the x-axis ...",
336         "static": false,
337         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Region.js",
338         "private": false,
339         "params": [
340           {
341             "type": "Number",
342             "optional": false,
343             "doc": "<p>the offset</p>\n",
344             "name": "p"
345           }
346         ],
347         "name": "getOutOfBoundOffsetX",
348         "owner": "Ext.util.Region",
349         "doc": "<p>Get the offset amount on the x-axis</p>\n",
350         "linenr": 155,
351         "return": {
352           "type": "Number",
353           "doc": "\n"
354         },
355         "html_filename": "Region.html"
356       },
357       {
358         "deprecated": null,
359         "alias": null,
360         "protected": false,
361         "tagname": "method",
362         "href": "Region.html#Ext-util-Region-method-getOutOfBoundOffsetY",
363         "shortDoc": "Get the offset amount on the y-axis ...",
364         "static": false,
365         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Region.js",
366         "private": false,
367         "params": [
368           {
369             "type": "Number",
370             "optional": false,
371             "doc": "<p>the offset</p>\n",
372             "name": "p"
373           }
374         ],
375         "name": "getOutOfBoundOffsetY",
376         "owner": "Ext.util.Region",
377         "doc": "<p>Get the offset amount on the y-axis</p>\n",
378         "linenr": 170,
379         "return": {
380           "type": "Number",
381           "doc": "\n"
382         },
383         "html_filename": "Region.html"
384       },
385       {
386         "deprecated": null,
387         "alias": null,
388         "protected": false,
389         "tagname": "method",
390         "href": "Region.html#Ext-util-Region-method-getRegion",
391         "shortDoc": "Retrieves an Ext.util.Region for a particular element. ...",
392         "static": true,
393         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Region.js",
394         "private": false,
395         "params": [
396           {
397             "type": "Mixed",
398             "optional": false,
399             "doc": "<p>An element ID, htmlElement or <a href=\"#/api/Ext.core.Element\" rel=\"Ext.core.Element\" class=\"docClass\">Ext.core.Element</a> representing an element in the document.</p>\n",
400             "name": "el"
401           }
402         ],
403         "name": "getRegion",
404         "owner": "Ext.util.Region",
405         "doc": "<p>Retrieves an <a href=\"#/api/Ext.util.Region\" rel=\"Ext.util.Region\" class=\"docClass\">Ext.util.Region</a> for a particular element.</p>\n",
406         "linenr": 17,
407         "return": {
408           "type": "Ext.util.Region",
409           "doc": "<p>region</p>\n"
410         },
411         "html_filename": "Region.html"
412       },
413       {
414         "deprecated": null,
415         "alias": null,
416         "protected": false,
417         "tagname": "method",
418         "href": "Region.html#Ext-util-Region-method-intersect",
419         "shortDoc": "Checks if this region intersects the region passed in. ...",
420         "static": false,
421         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Region.js",
422         "private": false,
423         "params": [
424           {
425             "type": "Ext.util.Region",
426             "optional": false,
427             "doc": "\n",
428             "name": "region"
429           }
430         ],
431         "name": "intersect",
432         "owner": "Ext.util.Region",
433         "doc": "<p>Checks if this region intersects the region passed in.</p>\n",
434         "linenr": 68,
435         "return": {
436           "type": "Ext.util.Region/Boolean",
437           "doc": "<p>Returns the intersected region or false if there is no intersection.</p>\n"
438         },
439         "html_filename": "Region.html"
440       },
441       {
442         "deprecated": null,
443         "alias": null,
444         "protected": false,
445         "tagname": "method",
446         "href": "Region.html#Ext-util-Region-method-isOutOfBound",
447         "shortDoc": "Check whether the point / offset is out of bound ...",
448         "static": false,
449         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Region.js",
450         "private": false,
451         "params": [
452           {
453             "type": "String",
454             "optional": false,
455             "doc": "<p>optional</p>\n",
456             "name": "axis"
457           },
458           {
459             "type": "Ext.util.Point/Number",
460             "optional": false,
461             "doc": "<p>the point / offset</p>\n",
462             "name": "p"
463           }
464         ],
465         "name": "isOutOfBound",
466         "owner": "Ext.util.Region",
467         "doc": "<p>Check whether the point / offset is out of bound</p>\n",
468         "linenr": 185,
469         "return": {
470           "type": "Boolean",
471           "doc": "\n"
472         },
473         "html_filename": "Region.html"
474       },
475       {
476         "deprecated": null,
477         "alias": null,
478         "protected": false,
479         "tagname": "method",
480         "href": "Region.html#Ext-util-Region-method-isOutOfBoundX",
481         "shortDoc": "Check whether the offset is out of bound in the x-axis ...",
482         "static": false,
483         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Region.js",
484         "private": false,
485         "params": [
486           {
487             "type": "Number",
488             "optional": false,
489             "doc": "<p>the offset</p>\n",
490             "name": "p"
491           }
492         ],
493         "name": "isOutOfBoundX",
494         "owner": "Ext.util.Region",
495         "doc": "<p>Check whether the offset is out of bound in the x-axis</p>\n",
496         "linenr": 204,
497         "return": {
498           "type": "Boolean",
499           "doc": "\n"
500         },
501         "html_filename": "Region.html"
502       },
503       {
504         "deprecated": null,
505         "alias": null,
506         "protected": false,
507         "tagname": "method",
508         "href": "Region.html#Ext-util-Region-method-isOutOfBoundY",
509         "shortDoc": "Check whether the offset is out of bound in the y-axis ...",
510         "static": false,
511         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Region.js",
512         "private": false,
513         "params": [
514           {
515             "type": "Number",
516             "optional": false,
517             "doc": "<p>the offset</p>\n",
518             "name": "p"
519           }
520         ],
521         "name": "isOutOfBoundY",
522         "owner": "Ext.util.Region",
523         "doc": "<p>Check whether the offset is out of bound in the y-axis</p>\n",
524         "linenr": 213,
525         "return": {
526           "type": "Boolean",
527           "doc": "\n"
528         },
529         "html_filename": "Region.html"
530       },
531       {
532         "deprecated": null,
533         "alias": null,
534         "protected": false,
535         "tagname": "method",
536         "href": "Point.html#Ext-util-Point-method-isWithin",
537         "shortDoc": "Whether the given point is not away from this point within the given threshold amount. ...",
538         "static": false,
539         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Point.js",
540         "private": false,
541         "params": [
542           {
543             "type": "Ext.util.Point/Object",
544             "optional": false,
545             "doc": "<p>point to check with, either an instance\nof <a href=\"#/api/Ext.util.Point\" rel=\"Ext.util.Point\" class=\"docClass\">Ext.util.Point</a> or an object with left and top properties</p>\n",
546             "name": "The"
547           },
548           {
549             "type": "Object/Number",
550             "optional": false,
551             "doc": "<p>Can be either an object with x and y properties or a number</p>\n",
552             "name": "threshold"
553           }
554         ],
555         "name": "isWithin",
556         "owner": "Ext.util.Point",
557         "doc": "<p>Whether the given point is not away from this point within the given threshold amount.\nTODO: Rename this isNear.</p>\n",
558         "linenr": 56,
559         "return": {
560           "type": "Boolean",
561           "doc": "\n"
562         },
563         "html_filename": "Point.html"
564       },
565       {
566         "deprecated": null,
567         "alias": null,
568         "protected": false,
569         "tagname": "method",
570         "href": "Region.html#Ext-util-Region-method-round",
571         "shortDoc": "Round all the properties of this region ...",
572         "static": false,
573         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Region.js",
574         "private": false,
575         "params": [
576
577         ],
578         "name": "round",
579         "owner": "Ext.util.Region",
580         "doc": "<p>Round all the properties of this region</p>\n",
581         "linenr": 360,
582         "return": {
583           "type": "Ext.util.Region",
584           "doc": "<p>this This Region</p>\n"
585         },
586         "html_filename": "Region.html"
587       },
588       {
589         "deprecated": null,
590         "alias": null,
591         "protected": false,
592         "tagname": "method",
593         "href": "Point.html#Ext-util-Point-method-roundedEquals",
594         "shortDoc": "Compare this point with another point when the x and y values of both points are rounded. ...",
595         "static": false,
596         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Point.js",
597         "private": false,
598         "params": [
599           {
600             "type": "Ext.util.Point/Object",
601             "optional": false,
602             "doc": "<p>point to compare with, either an instance\nof <a href=\"#/api/Ext.util.Point\" rel=\"Ext.util.Point\" class=\"docClass\">Ext.util.Point</a> or an object with x and y properties</p>\n",
603             "name": "The"
604           }
605         ],
606         "name": "roundedEquals",
607         "owner": "Ext.util.Point",
608         "doc": "<p>Compare this point with another point when the x and y values of both points are rounded. E.g:\n[100.3,199.8] will equals to [100, 200]</p>\n",
609         "linenr": 76,
610         "return": {
611           "type": "Boolean",
612           "doc": "\n"
613         },
614         "html_filename": "Point.html"
615       },
616       {
617         "deprecated": null,
618         "alias": null,
619         "protected": false,
620         "tagname": "method",
621         "href": "Point.html#Ext-util-Point-method-toString",
622         "shortDoc": "Returns a human-eye-friendly string that represents this point,\nuseful for debugging ...",
623         "static": false,
624         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Point.js",
625         "private": false,
626         "params": [
627
628         ],
629         "name": "toString",
630         "owner": "Ext.util.Point",
631         "doc": "<p>Returns a human-eye-friendly string that represents this point,\nuseful for debugging</p>\n",
632         "linenr": 37,
633         "return": {
634           "type": "String",
635           "doc": "\n"
636         },
637         "html_filename": "Point.html"
638       },
639       {
640         "deprecated": null,
641         "alias": null,
642         "protected": false,
643         "tagname": "method",
644         "href": "Point.html#Ext-util-Point-method-translate",
645         "shortDoc": "Translate this region by the given offset amount. ...",
646         "static": false,
647         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Point.js",
648         "private": false,
649         "params": [
650           {
651             "type": "Ext.util.Offset/Object",
652             "optional": false,
653             "doc": "<p>Object containing the <code>x</code> and <code>y</code> properties.\nOr the x value is using the two argument form.</p>\n",
654             "name": "offset"
655           },
656           {
657             "type": "Number",
658             "optional": false,
659             "doc": "<p>y value unless using an Offset object.</p>\n",
660             "name": "The"
661           }
662         ],
663         "name": "translate",
664         "owner": "Ext.util.Point",
665         "doc": "<p>Translate this region by the given offset amount. TODO: Either use translate or translateBy!</p>\n",
666         "linenr": 87,
667         "return": {
668           "type": "Ext.util.Region",
669           "doc": "<p>this This Region</p>\n"
670         },
671         "html_filename": "Point.html"
672       },
673       {
674         "deprecated": null,
675         "alias": null,
676         "protected": false,
677         "tagname": "method",
678         "href": "Region.html#Ext-util-Region-method-translateBy",
679         "shortDoc": "Translate this region by the given offset amount ...",
680         "static": false,
681         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Region.js",
682         "private": false,
683         "params": [
684           {
685             "type": "Ext.util.Offset/Object",
686             "optional": false,
687             "doc": "<p>Object containing the <code>x</code> and <code>y</code> properties.\nOr the x value is using the two argument form.</p>\n",
688             "name": "offset"
689           },
690           {
691             "type": "Number",
692             "optional": false,
693             "doc": "<p>y value unless using an Offset object.</p>\n",
694             "name": "The"
695           }
696         ],
697         "name": "translateBy",
698         "owner": "Ext.util.Region",
699         "doc": "<p>Translate this region by the given offset amount</p>\n",
700         "linenr": 339,
701         "return": {
702           "type": "Ext.util.Region",
703           "doc": "<p>this This Region</p>\n"
704         },
705         "html_filename": "Region.html"
706       },
707       {
708         "deprecated": null,
709         "alias": null,
710         "protected": false,
711         "tagname": "method",
712         "href": "Region.html#Ext-util-Region-method-union",
713         "shortDoc": "Returns the smallest region that contains the current AND targetRegion. ...",
714         "static": false,
715         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Region.js",
716         "private": false,
717         "params": [
718           {
719             "type": "Ext.util.Region",
720             "optional": false,
721             "doc": "\n",
722             "name": "region"
723           }
724         ],
725         "name": "union",
726         "owner": "Ext.util.Region",
727         "doc": "<p>Returns the smallest region that contains the current AND targetRegion.</p>\n",
728         "linenr": 88,
729         "return": {
730           "type": "void",
731           "doc": "\n"
732         },
733         "html_filename": "Region.html"
734       }
735     ],
736     "property": [
737
738     ],
739     "cssVar": [
740
741     ],
742     "cssMixin": [
743
744     ],
745     "event": [
746
747     ]
748   },
749   "singleton": false,
750   "alias": null,
751   "superclasses": [
752     "Ext.util.Region"
753   ],
754   "protected": false,
755   "tagname": "class",
756   "mixins": [
757
758   ],
759   "href": "Point.html#Ext-util-Point",
760   "subclasses": [
761
762   ],
763   "static": false,
764   "author": null,
765   "component": false,
766   "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Point.js",
767   "private": false,
768   "alternateClassNames": [
769
770   ],
771   "name": "Ext.util.Point",
772   "doc": "<p>Represents a 2D point with x and y properties, useful for comparison and instantiation\nfrom an event:</p>\n\n<pre><code>var point = Ext.util.Point.fromEvent(e);\n</code></pre>\n\n",
773   "mixedInto": [
774
775   ],
776   "linenr": 1,
777   "xtypes": [
778
779   ],
780   "html_filename": "Point.html",
781   "extends": "Ext.util.Region"
782 });