|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Point | |
|---|---|
| flash.display | |
| flash.geom | |
| Uses of Point in flash.display |
|---|
| Methods in flash.display that return Point | |
|---|---|
Point |
DisplayObject.globalToLocal(Point point)
Converts the point object from the Stage (global) coordinates to the display object's (local) coordinates. |
Point |
DisplayObject.localToGlobal(Point point)
Converts the point object from the display object's (local) coordinates to the Stage (global) coordinates. |
| Methods in flash.display with parameters of type Point | |
|---|---|
BitmapData |
BitmapData.applyFilter(BitmapData bitmapData,
Rectangle sourceRect,
Point dest,
Object filter)
|
boolean |
DisplayObjectContainer.areInaccessibleObjectsUnderPoint(Point point)
Indicates whether the security restrictions would cause any display objects to be omitted from the list returned by calling the DisplayObjectContainer.getObjectsUnderPoint() method with the specified point point. |
void |
BitmapData.copyPixels(BitmapData bitmapData,
Rectangle sourceRect,
Point dest,
BitmapData alphaBitmap,
Point alphaPoint,
boolean mergeAlpha)
|
com.google.gwt.core.client.JsArray<DisplayObject> |
DisplayObjectContainer.getObjectsUnderPoint(Point point)
Returns an array of objects that lie under the specified point and are children (or grandchildren, and so on) of this DisplayObjectContainer instance. |
Point |
DisplayObject.globalToLocal(Point point)
Converts the point object from the Stage (global) coordinates to the display object's (local) coordinates. |
Point |
DisplayObject.localToGlobal(Point point)
Converts the point object from the display object's (local) coordinates to the Stage (global) coordinates. |
| Uses of Point in flash.geom |
|---|
| Methods in flash.geom that return Point | |
|---|---|
static Point |
Point.create(int x,
int y)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||