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 | |
|---|---|---|---|
| AccelerationLimitBehavior
| com.asterisq.constellation.behaviors | Behavior for limiting node renderers' acceleration values. | |
| AccelerationStatsBehavior
| com.asterisq.constellation.behaviors | Behavior for measuring the acceleration of node renderers. | |
| AgoraphobeBehavior
| com.asterisq.constellation.behaviors | Behavior which causes node renderers to move away from each other. | |
| AsyncGraphParser
| com.asterisq.graph.parsers | Base class for parsing graph data asynchornously. | |
| AsyncProcessor
| net.dmclaren.utils | Performs processing without blocking execution. | |
| AutoCenteringBehavior
| com.asterisq.constellation.behaviors | Behavior which scrolls all nodes so their average position is centered. | |
| BasicEdgeRenderer
| com.asterisq.constellation.renderers | A basic edge renderer. | |
| BasicKinematicsBehavior
| com.asterisq.constellation.behaviors | Behavior which adds acceleration to velocity and velocity to position. | |
| BasicNodeRenderer
| com.asterisq.constellation.renderers | A basic node renderer. | |
| Behavior
| com.asterisq.constellation.behaviors | The base class for a behavior used to affect the acceleration, velocity, and position of node renderers. | |
| BoundedKinematicsBehavior
| com.asterisq.constellation.behaviors | Behavior similar to the BasicKinematicsBehavior except the bounded version prevents nodes from exiting the borders of the visualization. | |
| BoundsAutoCenteringBehavior
| com.asterisq.constellation.behaviors | Behavior which scrolls all nodes so their bounding box is centered. | |
| CartesianInterpolationBehavior
| com.asterisq.constellation.behaviors | Behavior which causes node renderers to move to their target positions. | |
| ChainedGraphView
| com.asterisq.graph.views | A view consisting of multiple, chained views. | |
| Constellation
| com.asterisq.constellation | ||
| ConstellationController
| com.asterisq.constellation.controllers | Base class for a constellation controller. | |
| ConstellationEvent
| com.asterisq.constellation.events | An event associated with the Constellation component. | |
| CustomAccelerationBehavior
| com.asterisq.constellation.behaviors | Behavior which applies acceleration to an ICustomAccelerationNodeRenderer. | |
| CustomFilterGraphView
| com.asterisq.graph.views | A view which filters nodes and edges using custom filter functions. | |
| DampingBehavior
| com.asterisq.constellation.behaviors | Behavior which dampens node velocity. | |
| DefaultEdgeRenderer
| com.asterisq.constellation.renderers | The default edge renderer. | |
| DefaultEdgeRendererFactory
| com.asterisq.constellation.renderers | The default edge renderer factory. | |
| DefaultGraphParser
| com.asterisq.graph.parsers | Simple graph parser for loading nodes and edges from XML data. | |
| DefaultNodeRenderer
| com.asterisq.constellation.renderers | The default node renderer. | |
| DefaultNodeRendererFactory
| com.asterisq.constellation.renderers | The default node renderer factory. | |
| DelayedTreeGraphView
| com.asterisq.graph.views | A time-delayed view consisting of a tree rooted at a single node. | |
| DraggingBehavior
| com.asterisq.constellation.behaviors | Behavior which enables node renderer dragging. | |
| Edge
| com.asterisq.graph | A directed edge in a graph. | |
| EdgeAttractionBehavior
| com.asterisq.constellation.behaviors | Behavior which causes node renderers that are connected to be attracted to each other. | |
| EdgeRenderer
| com.asterisq.constellation.renderers | Base class for rendering an edge in a graph visualization. | |
| EdgeRendererChangeEvent
| com.asterisq.constellation.events | An event dispatched after an edge renderer's property changes. | |
| EdgeRendererEvent
| com.asterisq.constellation.events | An event associated with a single edge renderer instance. | |
| EdgeWeightStatsBehavior
| com.asterisq.constellation.behaviors | Behavior for measuring the weighting values of edge renderers. | |
| EquilateralShape
| net.dmclaren.geom2d | A class representing an equilateral shape. | |
| FunctionUtils
| net.dmclaren.utils | Utility class for working with functions. | |
| GeomUtils
| net.dmclaren.utils |
Utility class for working with flash.geom package. |
|
| Graph
| com.asterisq.graph | Stores graph data. | |
| GraphChangeType
| com.asterisq.graph | Defines constants for types of changes to a dataset. | |
| GraphError
| com.asterisq.graph | Thrown by graph classes. | |
| GraphEvent
| com.asterisq.graph | An event associated with a graph. | |
| GraphItem
| com.asterisq.graph | An item in a graph. | |
| GraphItemEvent
| com.asterisq.graph | An event associated with a graph item. | |
| GraphLoader
| com.asterisq.graph.loaders | Base class for a graph loader. | |
| GraphParser
| com.asterisq.graph.parsers | Base class for parsing a graph from raw data. | |
| IBehavior
| com.asterisq.constellation.behaviors | Interface for behaviors which affect node renderers. | |
| IConstellation
| com.asterisq.constellation | The interface for the Constellation graph visualization component. | |
| IConstellationController
| com.asterisq.constellation.controllers | An interface for controlling interaction between an IGraphLoader and IConstellation. | |
| ICustomAccelerationNodeRenderer
| com.asterisq.constellation.renderers | Interface for a node that has a custom acceleration force applied to it. | |
| IDraggableNodeRenderer
| com.asterisq.constellation.renderers | Interface for a node that is draggable. | |
| IEdge
| com.asterisq.graph | Interface for an edge in a graph. | |
| IEdgeRenderer
| com.asterisq.constellation.renderers | Renders an edge in a Constellation graph visualization. | |
| IEdgeRendererFactory
| com.asterisq.constellation.renderers | An interface for creating edge renderers. | |
| IGraph
| com.asterisq.graph | Interface for a graph. | |
| IGraphItem
| com.asterisq.graph | Interface for an item in a graph. | |
| IGraphLoader
| com.asterisq.graph.loaders | Interface for loading graph data. | |
| IGraphParser
| com.asterisq.graph.parsers | Interface for parsing a graph from raw data. | |
| IGraphView
| com.asterisq.graph.views | Interface for a view of a graph. | |
| INode
| com.asterisq.graph | Interface for a node in a graph. | |
| INodeRenderer
| com.asterisq.constellation.renderers | Renders a node in a Constellation graph visualization. | |
| INodeRendererFactory
| com.asterisq.constellation.renderers | An interface for creating node renderers. | |
| ISelectableEdgeRenderer
| com.asterisq.constellation.renderers | Interface for an edge that is selectable. | |
| ISelectableNodeRenderer
| com.asterisq.constellation.renderers | Interface for a node that is selectable. | |
| ITreeDepthNodeRenderer
| com.asterisq.constellation.renderers | Interface for a node that has a tree depth value. | |
| ITreeGraphLoader
| com.asterisq.graph.loaders | Interface for loading a tree of graph data. | |
| ITweenableNodeRenderer
| com.asterisq.constellation.renderers | Interface for a node renderer whose position is animated explicitly. | |
| IVariableLengthEdgeRenderer
| com.asterisq.constellation.renderers | Interface for edge renderers with specified, variable length. | |
| IWeightedEdgeRenderer
| com.asterisq.constellation.renderers | Interface for an edge renderer with an arbitrary weighting value. | |
| LayoutBehavior
| com.asterisq.constellation.behaviors | Base class for static layout behaviors. | |
| License
| com.asterisq.licensing | A license for an Asterisq product. | |
| LicensedProduct
| com.asterisq.licensing | Defines Asterisq licensed product ID constants. | |
| Licensing
| com.asterisq.licensing | Asterisq product license protection. | |
| LinkedEdge
| com.asterisq.graph | An edge in a linked graph. | |
| LinkedGraph
| com.asterisq.graph | Stores graph data and maintains references between nodes and edges. | |
| LinkedNode
| com.asterisq.graph | A node in a linked graph. | |
| MaxNeighborsGraphView
| com.asterisq.graph.views | A view which limits the number of edges any node can have. | |
| MaxNodesGraphView
| com.asterisq.graph.views | A view which limits the number of nodes. | |
| MultiPathGraphView
| com.asterisq.graph.views | A view consisting of root nodes and the shortest existing paths between them. | |
| MultiTreeGraphView
| com.asterisq.graph.views | A view consisting of trees rooted at multiple nodes. | |
| MultiURLGraphLoader
| com.asterisq.graph.loaders | Loads graph data from multiple URLs. | |
| Node
| com.asterisq.graph | A class representing a node in a graph | |
| NodeAttractionRepulsionBehavior
| com.asterisq.constellation.behaviors | Behavior which causes nodes to attract and repel each other. | |
| NodeCenteringBehavior
| com.asterisq.constellation.behaviors | Behavior which scrolls all nodes so the "center node renderer" is centered. | |
| NodeRenderer
| com.asterisq.constellation.renderers | Base class for rendering a node in a graph visualization. | |
| NodeRendererChangeEvent
| com.asterisq.constellation.events | An event dispatched after a node renderer's property changes. | |
| NodeRendererEvent
| com.asterisq.constellation.events | An event associated with a single node renderer instance. | |
| PolarInterpolationBehavior
| com.asterisq.constellation.behaviors | Behavior which causes node renderers to move to their target positions. | |
| RingBehavior
| com.asterisq.constellation.behaviors | Behavior which causes node renderer forces to be constrained to a ring. | |
| SpiralLayoutBehavior
| com.asterisq.constellation.behaviors | Lays out nodes in a spiral emanating from the center of the visualization. | |
| SunflowerLayoutBehavior
| com.asterisq.constellation.behaviors |
Like SpiralLayoutBehavior with additional functionality. |
|
| SynchronizedGraphView
| com.asterisq.graph.views | Base class for representing the view using a separate LinkedGraph. | |
| TreeGraphLoader
| com.asterisq.graph.loaders | Loads a tree of graph data. | |
| TreeGraphView
| com.asterisq.graph.views | A view consisting of a tree rooted at a single node. | |
| TreeLayoutBehavior
| com.asterisq.constellation.behaviors | Lays out nodes in a hierarchical tree. | |
| URLGraphLoader
| com.asterisq.graph.loaders | Loads graph data from a single URL. | |
| VelocityLimitBehavior
| com.asterisq.constellation.behaviors | Behavior for limiting node renderer velocity. | |
| VelocityReductionBehavior
| com.asterisq.constellation.behaviors | Behavior for slowly reducing node renderer velocity to zero after a delay. | |
| VelocityStatsBehavior
| com.asterisq.constellation.behaviors | Behavior for measuring node renderer velocities. | |
| ZeroAccelerationBehavior
| com.asterisq.constellation.behaviors | Behavior which sets the acceleration to zero. |