| Package | Description |
|---|---|
| flash.display | |
| flash.geom |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static Point |
Point.create(int x,
int y) |
Copyright © 2013. All Rights Reserved.