Package | org.osmf.layout |
Class | public final class LayoutMode |
Inheritance | LayoutMode Object |
Language Version: | ActionScript 3.0 |
Product Version: | OSMF 1.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Public Properties
Public Methods
Public Constants
Constant | Defined By | ||
---|---|---|---|
HORIZONTAL : String = "horizontal" [static]
Identifier for the layout renderer's horizontal mode. | LayoutMode | ||
NONE : String = "none" [static]
Identifier for the layout renderer's default mode. | LayoutMode | ||
OVERLAY : String = "overlay" [static] | LayoutMode | ||
VERTICAL : String = "vertical" [static]
Identifier for the layout renderer's vertical mode. | LayoutMode |
Constant Detail
HORIZONTAL | Constant |
public static const HORIZONTAL:String = "horizontal"
Language Version: | ActionScript 3.0 |
Product Version: | OSMF 1.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Identifier for the layout renderer's horizontal mode.
NONE | Constant |
public static const NONE:String = "none"
Language Version: | ActionScript 3.0 |
Product Version: | OSMF 1.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Identifier for the layout renderer's default mode.
OVERLAY | Constant |
public static const OVERLAY:String = "overlay"
VERTICAL | Constant |
public static const VERTICAL:String = "vertical"
Language Version: | ActionScript 3.0 |
Product Version: | OSMF 1.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Identifier for the layout renderer's vertical mode.
Mon Nov 28 2011, 06:48 AM -08:00