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
 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.groupingsBarCluster groups a series of bars together vertically and labels them.
 BarStack
org.axiis.charts.groupingsBarStack 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.groupingsColumnCluster groups a series of vertical columns horizontally and labels them.
 ColumnStack
org.axiis.charts.groupingsColumStack groups a series of vertical columns vertically and labels them.
 ConcentricWedgeLayout
org.axiis.layoutsThe 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.uiThe 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.axisHAxis 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.layoutsThe HBoxLayout is a layout with a referenceRepeater that produces RegularRectangles for each item in its dataProvider.
 HBracket
org.axiis.charts.labelsA bracket that can be used to denote a group and label items that are laid out horizontally.
 HCategoryAxis
org.axiis.charts.axisHCategoryAxis 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.groupingsLine 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.groupingsPlotGroup 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.layoutsRepeaterLayout 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.uiThe 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.axisVAxis 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.layoutsThe VBoxLayout is a layout with a referenceRepeater that produces RegularRectangles for each item in its dataProvider.
 VBracket
org.axiis.charts.labelsA 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.groupingsWedgeStackGroup renders a series of wedges along an arc.