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.
| Class | Package | Description | |
|---|---|---|---|
| BaseWireRenderer
| com.flextoolbox.controls.wireClasses | An abstract base class for IWireRenderer implementations. | |
| BezierUtil
| com.joshtynjala.utils | Utility functions used for drawing bezier curves. | |
| DefaultWireRenderer
| com.flextoolbox.controls.wireClasses | A simple wire renderer that uses bezier curves to draw a line between two jacks. | |
| DisconnectCursor
| com.flextoolbox.skins.cursor | Scissors skin for the wire disconnect cursor. | |
| DisplayObjectUtil
| com.yahoo.astra.utils | Utility functions for use with DisplayObjects. | |
| DynamicRegistration
| com.yahoo.astra.utils | Allows you to manipulate display objects based on a registration point other than the standard (0,0). | |
| GeomUtil
| com.yahoo.astra.utils | Utility functions for common geometric operations. | |
| GraphicsUtil
| com.joshtynjala.utils | A collection of utility functions for manipulating Graphics objects. | |
| InputWireJack
| com.flextoolbox.controls | A specialized WireJack designed to receive data from compatible output jacks. | |
| IWireManager
| com.flextoolbox.managers | An interface that defines a wire manager used by WireJacks. | |
| IWireRenderer
| com.flextoolbox.controls.wireClasses | Renderers used by an IWireManager must implement this interface. | |
| MathUtil
| com.joshtynjala.utils | Some generic mathematical utility functions. | |
| OutputWireJack
| com.flextoolbox.controls | A specialized WireJack designed to send data to compatible input jacks. | |
| PointUtil
| com.joshtynjala.utils | A collection of utility functions for manipulating Point objects. | |
| TheInstantiator
| com.flextoolbox.utils | Utility for creating instances of Flex sub-components or skins. | |
| WireJack
| com.flextoolbox.controls | A UI control representing a jack for connecting wires. | |
| WireJackArrowDragImage
| com.flextoolbox.skins.halo | A drag image used by the WireJack to display an arrow pointing from the origin WireJack to the mouse pointer. | |
| WireJackEvent
| com.flextoolbox.events | Events associated with the WireJack control. | |
| WireJackSkin
| com.flextoolbox.skins.halo | The skin for all the states of a WireJack. | |
| WireJackWireDragImage
| com.flextoolbox.skins.halo | A drag image to be used by the WireJack to display an wire connecting from the origin WireJack to the mouse pointer.. | |
| WireManager
| com.flextoolbox.managers | Manages connections or "wires" that are made between "jacks". | |
| WireManagerEvent
| com.flextoolbox.events | Events that may be dispatched by an IWireManager. | |
| WireSurface
| com.flextoolbox.controls | A surface for displaying wires connecting WireJacks. |