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 | |
|---|---|---|---|
| AbstractLayout | org.axiis.core | AbstractLayout is an base class that provides definitions of properties and stubs for methods required by BaseLayout. | |
| AbstractScale | org.axiis.layouts.scale | An abstract base class that scales can extend. | |
| AnchoredDataTipManager | org.axiis.managers | AnchoredDataTipManager will lay out a single data tip at a fixed point. | |
| AreaLineDecorator | com.degrafa.decorators.axiis | ||
| AxiisSprite | org.axiis.core | AxiisSprites render individual drawingGeometries from layouts. | |
| AxisBase | org.axiis.charts.axis | AxisBase is the base class for HAxis and VAxis. | |
| BarCluster | org.axiis.charts.groupings | BarCluster groups a series of bars together vertically and labels them. | |
| BarStack | org.axiis.charts.groupings | BarStack groups a series of horizontal bars together horizontally and labels them. | |
| BaseLayout | org.axiis.core | BaseLayout is a data driven layout engine that uses GeometryRepeaters and PropertyModifiers to transform geometries before drawing them to the screen. | |
| BaseLineAreaLineDecorator | com.degrafa.decorators.axiis | ||
| BooleanExpression | org.axiis.utils | BooleanExpression provides a convenient place to store the results of boolean calculations used in multiple places within an MXML document. | |
| CalloutBalloon | com.degrafa.geometry | CalloutBalloon is the Geometry used to render the default Axiis data tip. | |
| CategoricalScale | org.axiis.layouts.scale | A scale that converts categorical (String) data into layout space. | |
| ColumnCluster | org.axiis.charts.groupings | ColumnCluster groups a series of vertical columns horizontally and labels them. | |
| ColumnStack | org.axiis.charts.groupings | ColumStack groups a series of vertical columns vertically and labels them. | |
| ConcentricWedgeLayout | org.axiis.layouts | The ConcentricWedgeLayout is a layout with a referenceRepeater that produces concentric Wedges for each item in its dataProvider. | |
| ContinuousScale | org.axiis.layouts.scale | The base class for scales that deal with numerical and date data. | |
| DataCanvas | org.axiis | DataCanvas manages the placement and the rendering of layouts. | |
| DataGroup | org.axiis.data | This class is supports the DataSet class for aggregation and grouping operations and should not be instantiated externally | |
| DataSet | org.axiis.data | DataSet is a data utility class that can be used for pre-proccesing of external data into usable Flex collections that are easy to process within Axiis Layouts. | |
| DataTip | org.axiis.ui | A data tip is a tool tip that appears when the user mouses over an AxiisSprite. | |
| DataTipBackground | org.axiis.ui | The default background used on data tips. | |
| DateTimeScale | org.axiis.layouts.scale | A scale that can be used to convert Dates to layout space. | |
| FreeDataTipManager | org.axiis.managers | FreeDataTipManager will lay out a single data tip that follows the cursor as the user moves the mouse. | |
| Geometry | com.degrafa.geometry | A geometry object is a type of Degrafa object that enables rendering to a graphics context. | |
| GeometryRepeater | org.axiis.layouts.utils | GeometryRepeater modifies geometries through the use of PropertyModifiers. | |
| GraphicUtils | org.axiis.utils | An all static class containing methods used to create Degrafa geometry. | |
| GroupingBase | org.axiis.charts.groupings | GroupingBase is the base class for BarCluster, BarStack, ColumnCluster, and ColumnStack, and it contains definitions of properties that these subclasses leverage. | |
| HAxis | org.axiis.charts.axis | HAxis renders values from left to right between a minimum and maximum value, and is intended to be rendered beneath other layouts to provide a point of reference for those visualizations. | |
| HBoxLayout | org.axiis.layouts | The HBoxLayout is a layout with a referenceRepeater that produces RegularRectangles for each item in its dataProvider. | |
| HBracket | org.axiis.charts.labels | A bracket that can be used to denote a group and label items that are laid out horizontally. | |
| HCategoryAxis | org.axiis.charts.axis | HCategoryAxis renders values from left to right between a indexed collection of string values and is intended to be rendered beneath other layouts to provide a point of reference for those visualizations. | |
| IAxiisRenderer | org.axiis.core | An interface for objects that are used to render an item from the Axiis render cycle. | |
| IDataTipManager | org.axiis.managers | IDataTipManagers are responsible for laying out data tips. | |
| IScale | org.axiis.layouts.scale | IScale is an interface the defines the methods required to translate between a range of values and screen (layout) coordinate space. | |
| LayoutAutoPalette | org.axiis.paint | LayoutPalette will generate an Array of colors based on a Layout. | |
| LayoutItemEvent | org.axiis.events | LayoutItemEvent is the primary event disptached by BaseLayout when a user interacts with an AxiisSprite contained within the layout events such as MouseOver, MouseOut, MouseClick, selected, unselected etc | |
| LayoutPalette | org.axiis.paint | LayoutPalette will generates an Array of colors for a Layout. | |
| LinearScale | org.axiis.layouts.scale | A scale that deals with linear numeric data. | |
| LineSeriesGroup | org.axiis.charts.groupings | Line series group renders multiple lines for a series of data points. | |
| LogScale | org.axiis.layouts.scale | A scale that converts logarithmic data to layout space. | |
| NumericExpression | org.axiis.utils | NumericExpression provides a convenient place to store the results of numeric calculations used in multiple places within an MXML document. | |
| ObjectUtils | org.axiis.utils | This ObjectUtility class is primarily used to extract property values from dynamic objects | |
| PlotGroup | org.axiis.charts.groupings | PlotGroup renders circles of varying radii into a cartesian grid without the use of reference geometries. | |
| PropertyModifier | org.axiis.layouts.utils | PropertyModifier is used to specify changes that should occur on a Geometry or related objects as it is being repeated. | |
| RepeaterLayout | org.axiis.layouts | RepeaterLayout fires preRender and itemPreDraw events but does not modify its repeated Geometry, a RegularRectangle spanning the width and height of the Layout. | |
| ScaleUtils | org.axiis.layouts.scale | An all-static class which provides basic linear interpolation methods | |
| State | org.axiis.states | States describe modifications to properties that should occur as a result of an event and provides a mechanicsm to make and undo those changes. | |
| TextDataTipContent | org.axiis.ui | The default data tip content renderer. | |
| UntypedExpression | org.axiis.utils | UntypedExpression provides a convenient place to store the results of calculations used in multiple places within an MXML document. | |
| VAxis | org.axiis.charts.axis | VAxis renders values from bottom to top between a minimum and maximum value, and is intended to be rendered to the left of other layouts to provide a point of reference for those visualizations. | |
| VBoxLayout | org.axiis.layouts | The VBoxLayout is a layout with a referenceRepeater that produces RegularRectangles for each item in its dataProvider. | |
| VBracket | org.axiis.charts.labels | A bracket that can be used to denote a group and label items that are laid out vertically. | |
| Wedge | com.degrafa.geometry | The EllipticalArc element draws an elliptical arc using the specified x, y, width, height, start angle, arc and closure type. | |
| WedgeStackGroup | org.axiis.charts.groupings | WedgeStackGroup renders a series of wedges along an arc. |