| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z | |
| Geom — Class in package com.rubenswieringa.geom | |
| All-static class providing functionality for making basic geometric calculations. | |
| getAngle(point1, point2) — Static method in class com.rubenswieringa.geom.Geom | |
| Calculates angle (in radians) between two Points. | |
| getAngle() — Method in class com.rubenswieringa.geom.InfiniteLine | |
| Returns the angle of this InfiniteLine with the x-axis. | |
| getBitmapData() — Method in class com.rubenswieringa.book.Page | |
| Draws itself on a BitmapData instance and returns it. | |
| getChildAt(index) — Method in class com.rubenswieringa.containers.SuperViewStack | |
| Returns the child display object instance that exists at the specified index. | |
| getChildByName(name) — Method in class com.rubenswieringa.book.PageManager | |
| Returns the child display object that exists with the specified name. | |
| getChildIndex(child) — Method in class com.rubenswieringa.book.PageManager | |
| Returns the index position of a child Page instance. | |
| getChildIndex(child) — Method in class com.rubenswieringa.containers.SuperViewStack | |
| Returns the index position of a child DisplayObject instance. | |
| getChildren() — Method in class com.rubenswieringa.book.PageManager | |
| Returns an Array of Page objects consisting of the content children of the container. | |
| getCorners() — Method in class com.rubenswieringa.geom.SuperRectangle | |
| Returns an Array with Point instances indicating the corners of the SuperRectangle. | |
| getFlipSide() — Method in class com.rubenswieringa.book.Page | |
| Returns the Page instance that is displayed on the other side of this Page. | |
| getIntersection(line1:com.rubenswieringa.geom:InfiniteLine, line2:com.rubenswieringa.geom:InfiniteLine) — Static method in class com.rubenswieringa.geom.InfiniteLine | |
| Returns a Point instance that represents the coordinate at which two InfiniteLine instances intersect. | |
| getIntersection(line1:com.rubenswieringa.geom:Line, line2:com.rubenswieringa.geom:Line) — Static method in class com.rubenswieringa.geom.Line | |
| Returns a Point instance that represents the coordinate at which two Line instances intersect. | |
| getLastFlippedCorner() — Method in class com.rubenswieringa.book.Book | |
| Returns a Point instance indicating the corner that was last flipped. | |
| getLines() — Method in class com.rubenswieringa.geom.SuperRectangle | |
| Returns an Array with Point instances indicating the 4 sides of this SuperRectangle as Lines. | |
| getNearest(area, point) — Static method in class com.rubenswieringa.geom.Geom | |
| Returns the Array index of the Point that is the nearest to a given coordinate. | |
| getObjectsUnderPoint(point) — Method in class com.rubenswieringa.book.PageManager | |
| Returns an array of objects that lie under the specified point and are children (or grandchildren, and so on) of this PageManager instance. | |
| getPointByX(x) — Method in class com.rubenswieringa.geom.InfiniteLine | |
| Return a Point on this InfiniteLine where the x-position equals the specified value. | |
| getPointByY(y) — Method in class com.rubenswieringa.geom.InfiniteLine | |
| Return a Point on this InfiniteLine where the y-position equals the specified value. | |
| getPointFromAngle(point, angle, radius) — Static method in class com.rubenswieringa.geom.Geom | |
| Calculates the position of Point #2, which is positioned on a certain amount of pixels (radius parameter) from Point #1 (point parameter) at a certain angle (angle parameter). | |
| getRectIntersections(line:com.rubenswieringa.geom:Line, rect, includeNull) — Static method in class com.rubenswieringa.geom.Geom | |
| Returns an Array of Points indicating where a Line intersects with a Rectangle. | |
| getState(item) — Method in class com.rubenswieringa.managers.StateManager | |
| Returns a numeric value corresponding to one of the the constants in the StateManager class. | |
| getValueMatchIndex(array, property, value) — Static method in class com.rubenswieringa.utils.ArrayTool | |
| Similar to ArrayUtil.getItemIndex(), this method searches an Array for an Object with a given property that has a certain value. | |
| gotoPage(page, cancelable) — Method in class com.rubenswieringa.book.Book | |
| Performs a pageflip without the user having to drag the pagecorner. | |
| Gradients — Class in package com.rubenswieringa.book | |
| Draws shadows and highlights for a Page. | |
| Gradients(p:com.rubenswieringa.book:Page) — Constructor in class com.rubenswieringa.book.Gradients | |
| Constructor. | |
| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z | |