W3Cschool
恭喜您成為首批注冊用戶
獲得88經(jīng)驗(yàn)值獎(jiǎng)勵(lì)
java.lang.Object
|---ohos.agp.components.LayoutManager
public abstract class LayoutManager
extends Object
所有布局管理器的抽象類。
構(gòu)造函數(shù) | 描述 |
---|---|
LayoutManager() | 用于創(chuàng)建 LayoutManager 實(shí)例的默認(rèn)構(gòu)造函數(shù)。 |
修飾符和類型 | 方法 | 描述 |
---|---|---|
int | getOrientation() | 獲取布局方向。 |
void | setOrientation(int orientation) | 設(shè)置布局方向。 |
從類 java.lang.Object 繼承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
public LayoutManager()
用于創(chuàng)建 LayoutManager 實(shí)例的默認(rèn)構(gòu)造函數(shù)。
public void setOrientation(int orientation)
設(shè)置布局方向。
如果不設(shè)置布局方向,則默認(rèn)使用 Component.VERTICAL。
參數(shù):
參數(shù)名稱 | 參數(shù)描述 |
---|---|
orientation | 指示要設(shè)置的布局方向。 Component.HORIZONTAL 表示組件水平排列,Component.VERTICAL 表示組件垂直排列。 |
Throws:
Throw名稱 | Throw描述 |
---|---|
IllegalArgumentException | 如果參數(shù)值與 Component.HORIZONTAL 或 Component.VERTICAL 不對(duì)應(yīng),則引發(fā)異常。 |
public int getOrientation()
獲取布局方向。
返回:
如果組件水平排列,則返回 Component.HORIZONTAL; 如果組件是垂直排列的,則返回 Component.VERTICAL。
Copyright©2021 w3cschool編程獅|閩ICP備15016281號(hào)-3|閩公網(wǎng)安備35020302033924號(hào)
違法和不良信息舉報(bào)電話:173-0602-2364|舉報(bào)郵箱:jubao@eeedong.com
掃描二維碼
下載編程獅App
編程獅公眾號(hào)
聯(lián)系方式:
更多建議: