ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
 

org.osmf.layout 


The org.osmf.layout package contains classes that support layout of objects for display.



Interfaces
 InterfaceDescription
 ILayoutTarget ILayoutTarget defines the interface for an object that can be laid out visually.
Classes
 ClassDescription
 HorizontalAlign Defines an enumeration of horizontal align modes as supported by the layout renderer.
 LayoutMetadata Defines a metadata object that contains the properties upon which a layout renderer will base its layout.
 LayoutMode Defines an enumeration of layout modes as supported by the layout renderer.
 LayoutRenderer A layout renderer that sizes and positions its targets using the LayoutMetadata that it looks for on its targets.
 LayoutRendererBase LayoutRendererBase is the base class for custom layout renderers.
 LayoutTargetSprite LayoutTargetSprite defines a Sprite-based ILayoutTarget implementation.
 ScaleMode ScaleMode defines the layout of a single piece of content within a MediaContainer.
 VerticalAlign Defines an enumeration of vertical align modes as supported by the layout renderer.