Documentation for classes includes syntax, usage information, and code samples for methods, properties, and event handlers and listeners for those APIs that belong to a specific class in ActionScript. The classes are listed alphabetically. If you are not sure to which class a certain method or property belongs, you can look it up in the Index.


 ClassPackageDescription
 ArrayTool
com.rubenswieringa.utils Provides additional functionality for Arrays.
 Book
com.rubenswieringa.book Book is a container class that creates a rich animated and interactive book from its contents, through which the end-user can browse by flipping the pages over (pageflip-effect).
 BookError
com.rubenswieringa.book Error class specifying exceptions for certain situations that may occur when working with the Book class.
 BookEvent
com.rubenswieringa.book Event class specifying type property values for Events broadcasted by the Book class.
 ChildTool
com.rubenswieringa.utils All-static class that provides additional functionality for adding and removing children to and from Containers.
 DistortImage
org.flashsandy.display Tesselates an area into several triangles to allow free transform distortion on BitmapData objects.
 DrawingTool
com.rubenswieringa.drawing Provides basic functionality for drawing with the Drawing API.
 Geom
com.rubenswieringa.geom All-static class providing functionality for making basic geometric calculations.
 Gradients
com.rubenswieringa.book Draws shadows and highlights for a Page.
 InfiniteLine
com.rubenswieringa.geom Describes a line consisting of a slope (coefficient) and an intersection-point with either the x or y axis.
 Line
com.rubenswieringa.geom Describes a line consisting of two Points.
 LineStyle
com.rubenswieringa.drawing Stores line-styles.
 MathTool
com.rubenswieringa.utils Provides additional mathematic functionality.
 Page
com.rubenswieringa.book A container class that stores contents of a page in the Book class.
 PageFlip
com.foxaweb.pageflip Computes, generates, and draws a pageflip.
 PageManager
com.rubenswieringa.book PageManager provides the core functionality for the Book class.
 StateManager
com.rubenswieringa.managers Class that enables you to keep track of which state (creationComplete, childrenCreated, etc.) a certain component is in.
 SuperPoint
com.rubenswieringa.geom Provides additional functionality for working with Points.
 SuperRectangle
com.rubenswieringa.geom Provides functionality for working with Rectangles.
 SuperViewStack
com.rubenswieringa.containers SuperViewStack in many ways behaves like the classic ViewStack.