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
 AbsoluteLayout
org.openPyro.layout 
 AbstractButtonSkin
org.openPyro.aurora.skinClasses 
 Application
org.openPyro.core Application is the top level Sprite that constitutes the main canvas of the OpenPyro application.
 ArrayCollection
org.openPyro.collections 
 ArrayIterator
org.openPyro.collections 
 ArrayUtil
org.openPyro.utils A collection of Utility methods for Arrays
 AuroraButtonSkin
org.openPyro.aurora 
 AuroraCheckBoxSkin
org.openPyro.aurora 
 AuroraComboBoxSkin
org.openPyro.aurora 
 AuroraContainerSkin
org.openPyro.aurora 
 AuroraHDividedBoxSkin
org.openPyro.aurora 
 AuroraPainterButtonSkin
org.openPyro.aurora Class used for creating Button skins specified by painters that define the different button states.
 AuroraScrollBarSkin
org.openPyro.aurora 
 AuroraSliderSkin
org.openPyro.aurora 
 BaseListData
org.openPyro.controls.listClasses 
 Button
org.openPyro.controls 
 ButtonEvent
org.openPyro.controls.events 
 ClassFactory
org.openPyro.core A ClassFactory instance is a "factory object" which can be used to generate instances of another class, each with identical properties.
 CollectionEvent
org.openPyro.collections.events 
 CollectionEventKind
org.openPyro.collections.events 
 CollectionHelpers
org.openPyro.collections 
 ColumnGridLayout
org.openPyro.layout 
 ComboBox
org.openPyro.controls 
 CompositePainter
org.openPyro.painters 
 DefaultListRenderer
org.openPyro.controls.listClasses 
 DefaultToolTipRenderer
org.openPyro.managers.toolTipClasses 
 DefaultTreeItemRenderer
org.openPyro.controls.treeClasses 
 Direction
org.openPyro.core 
 DividedBox
org.openPyro.containers 
 DividerEvent
org.openPyro.containers.events 
 DragEvent
org.openPyro.managers.events 
 DragManager
org.openPyro.managers 
 DropDownEvent
org.openPyro.controls.events 
 EffectDescriptor
org.openPyro.effects The EffectDescriptor class is an object that can be passed to an Effect class to execute.Unlike Flex's effects which can only operate on UIComponents and are therefore tied to them, OpenPyro effects are executed based on EffectDescriptors, so are decoupled from the framework.
 EffectSequence
org.openPyro.effects 
 FadeEffect
org.openPyro.effects 
 FillPainter
org.openPyro.painters 
 FlaSymbolSkin
org.openPyro.skins 
 GlobalTimer
org.openPyro.utils 
 GradientFillPainter
org.openPyro.painters 
 GradientRectSkin
org.openPyro.aurora.skinClasses 
 GraphicSkin
org.openPyro.skins This class defines the skins that are composed of raw graphic elements.
 GraphicUtil
org.openPyro.utils GraphicUtil contains a series of static helper functions for graphics
 HDividedBox
org.openPyro.containers 
 HDividerSkin
org.openPyro.aurora.skinClasses 
 HLayout
org.openPyro.layout 
 HScrollBarLayout
org.openPyro.controls.scrollBarClasses 
 ICollection
org.openPyro.collections 
 IComboBoxSkin
org.openPyro.controls.skins 
 IContainerMeasurementHelper
org.openPyro.layout 
 IDataRenderer
org.openPyro.core 
 IDividedBoxSkin
org.openPyro.controls.skins 
 IIterator
org.openPyro.collections 
 ILayout
org.openPyro.layout 
 IListDataRenderer
org.openPyro.controls.listClasses 
 Image
org.openPyro.controls The Image control is used to display images that are loaded from a remote URL.
 IPainter
org.openPyro.painters Painters are classes that can draw things on the graphics context of any DisplayObject.
 IScrollableContainerSkin
org.openPyro.controls.skins 
 IScrollBarSkin
org.openPyro.controls.skins 
 ISerializable
org.openPyro.core 
 IShape
org.openPyro.shapes 
 ISkin
org.openPyro.skins Defines an interface that all DisplayObjects that can be applied as Skins to OpenPyro controls
 ISkinClient
org.openPyro.skins Defines the interface that all OpenPyro controls that can have skins applied to them must implement
 ISliderSkin
org.openPyro.controls.skins 
 IStateFulClient
org.openPyro.core 
 IStorage
org.openPyro.core.storage 
 IteratorEvent
org.openPyro.collections.events 
 Label
org.openPyro.controls 
 List
org.openPyro.controls 
 ListEvent
org.openPyro.controls.events 
 MathUtil
org.openPyro.utils A collection of Utility methods for Mathematical operations
 MeasurableControl
org.openPyro.core The Measurable control is the basic class that participates in Pyro's measurement strategy.
 MouseUtil
org.openPyro.utils 
 ObjectPool
org.openPyro.core ObjectPools are used to reuse created objects rather than create new one every time one is needed.
 OverlayManager
org.openPyro.managers 
 Padding
org.openPyro.core Defines a padding object that is used by different systems (like Painters) to define active areas in a control
 ProgressBar
org.openPyro.controls 
 PyroEffect
org.openPyro.effects 
 PyroEvent
org.openPyro.events 
 RowGridLayout
org.openPyro.layout 
 ScrollBar
org.openPyro.controls 
 ScrollEvent
org.openPyro.controls.events 
 SharedObjectStorage
org.openPyro.storage The SharedObjectStorage saves the serializable object as a value to the SO in the so.data.value field.
 SkinManager
org.openPyro.managers 
 SlidePane
org.openPyro.containers 
 Slider
org.openPyro.controls 
 SliderEvent
org.openPyro.controls.events 
 Spacer
org.openPyro.controls 
 StorageDictionary
org.openPyro.storage 
 StorageEvent
org.openPyro.core.events The StorageEvent is dispatched by any IStorage object when storage succeeds or fails.
 StoreActionState
org.openPyro.core.storage 
 StringUtil
org.openPyro.utils A collection of Utility methods for working with Strings
 StripesPainter
org.openPyro.painters Paints 45 degree inclined stripes on the Graphics context of a DisplayObject
 Stroke
org.openPyro.painters Defines a stroke that can be applied to a Graphics context or be used by one of the painters
 StrokePainter
org.openPyro.painters Paints a Stroke on the Graphics context of a DisplayObject.
 Text
org.openPyro.controls 
 TextInput
org.openPyro.controls 
 TooltipManager
org.openPyro.managers 
 Tree
org.openPyro.controls 
 TreeEvent
org.openPyro.controls.events 
 Triangle
org.openPyro.shapes 
 TrianglePainter
org.openPyro.painters 
 UIContainer
org.openPyro.core UIContainers extend UIControls and introduce the concept of scrolling and layouts.
 UIControl
org.openPyro.core The UIControl is the basic building block for pyro controls.
 VDividedBox
org.openPyro.containers 
 ViewStack
org.openPyro.containers 
 VLayout
org.openPyro.layout 
 VScrollBarLayout
org.openPyro.controls.scrollBarClasses 
 XMLCollection
org.openPyro.collections 
 XMLNodeDescriptor
org.openPyro.collections 
 XMLUtil
org.openPyro.utils A collection of Utility methods for working with XML