공지사항:
2025년 4월 15일 전에 Earth Engine 사용을 위해 등록된 모든 비상업용 프로젝트는 액세스 권한을 유지하기 위해
비상업용 자격 요건을 인증해야 합니다. 2025년 9월 26일까지 인증하지 않으면 액세스가 보류될 수 있습니다.
ui.Panel.Layout.absolute
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
패널을 기준으로 위젯을 절대적으로 배치하는 레이아웃을 반환합니다.
추가된 위젯의 'position' 스타일 속성은 위젯이 배치되는 방식을 결정합니다. 다음 위치가 지원됩니다.
- top-left, top-center, top-right
- middle-left, middle-right
- bottom-left, bottom-center, bottom-right
위치를 지정하지 않으면 위젯이 위치가 지정된 위젯 뒤에 배치됩니다 (즉, z-색인이 더 낮음).
| 사용 | 반환 값 |
|---|
ui.Panel.Layout.absolute() | ui.Panel.Layout |
인수가 없습니다.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-26(UTC)
[null,null,["최종 업데이트: 2025-07-26(UTC)"],[],["This content describes a layout that positions widgets absolutely within a panel using the widget's \"position\" style property. Supported positions include top-left, top-center, top-right, middle-left, middle-right, bottom-left, bottom-center, and bottom-right. Widgets without a specified position are placed behind those that do, indicated by a lower z-index. The `ui.Panel.Layout.absolute()` method creates this layout and returns a `ui.Panel.Layout` object. The method accepts no arguments.\n"]]