패키지 | org.osmf.layout |
클래스 | public final class LayoutMode |
상속 | LayoutMode Object |
언어 버전: | ActionScript 3.0 |
제품 버전: | OSMF 1.0 |
런타임 버전: | Flash Player 10, AIR 1.5 |
공용 속성
공용 메서드
공용 상수
상수 | 정의 주체 | ||
---|---|---|---|
HORIZONTAL : String = "horizontal" [정적]
Identifier for the layout renderer's horizontal mode. | LayoutMode | ||
NONE : String = "none" [정적]
Identifier for the layout renderer's default mode. | LayoutMode | ||
OVERLAY : String = "overlay" [정적] | LayoutMode | ||
VERTICAL : String = "vertical" [정적]
Identifier for the layout renderer's vertical mode. | LayoutMode |
상수 세부 정보
HORIZONTAL | 상수 |
public static const HORIZONTAL:String = "horizontal"
언어 버전: | ActionScript 3.0 |
제품 버전: | OSMF 1.0 |
런타임 버전: | Flash Player 10, AIR 1.5 |
Identifier for the layout renderer's horizontal mode.
NONE | 상수 |
public static const NONE:String = "none"
언어 버전: | ActionScript 3.0 |
제품 버전: | OSMF 1.0 |
런타임 버전: | Flash Player 10, AIR 1.5 |
Identifier for the layout renderer's default mode.
OVERLAY | 상수 |
public static const OVERLAY:String = "overlay"
VERTICAL | 상수 |
public static const VERTICAL:String = "vertical"
언어 버전: | ActionScript 3.0 |
제품 버전: | OSMF 1.0 |
런타임 버전: | Flash Player 10, AIR 1.5 |
Identifier for the layout renderer's vertical mode.
Tue Jun 12 2018, 03:17 PM Z