패키지 | com.adobe.gravity.ui |
인터페이스 | public interface IMeasurable |
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
런타임 버전: | AIR 1.1, Flash Player 9 |
공용 속성
속성 | 정의 주체 | ||
---|---|---|---|
baselinePosition : Number [읽기 전용]
The text baseline position for the component. | IMeasurable | ||
explicitHeight : Number [읽기 전용]
The height as explicitly set on the component. | IMeasurable | ||
explicitMaxHeight : Number [읽기 전용]
The maximum height as explicitly set on the component. | IMeasurable | ||
explicitMaxWidth : Number [읽기 전용]
The maximum width as explicitly set on the component. | IMeasurable | ||
explicitMinHeight : Number [읽기 전용]
The minimum height as explicitly set on the component. | IMeasurable | ||
explicitMinWidth : Number [읽기 전용]
The minimum width as explicitly set on the component. | IMeasurable | ||
explicitWidth : Number [읽기 전용]
The width as explicitly set on the component. | IMeasurable | ||
measuredHeight : Number [읽기 전용]
The height as measured by the component. | IMeasurable | ||
measuredMinHeight : Number [읽기 전용]
The minimum height as measured by the component. | IMeasurable | ||
measuredMinWidth : Number [읽기 전용]
The minimum width as measured by the component. | IMeasurable | ||
measuredWidth : Number [읽기 전용]
The width as measured by the component. | IMeasurable | ||
percentHeight : Number [읽기 전용]
The percentage height as explicitly set on the component. | IMeasurable | ||
percentWidth : Number [읽기 전용]
The percentage width as explicitly set on the component. | IMeasurable |
공용 메서드
메서드 | 정의 주체 | ||
---|---|---|---|
Set the actual size of the component. | IMeasurable |
속성 세부 정보
baselinePosition | 속성 |
explicitHeight | 속성 |
explicitMaxHeight | 속성 |
explicitMaxWidth | 속성 |
explicitMinHeight | 속성 |
explicitMinWidth | 속성 |
explicitWidth | 속성 |
measuredHeight | 속성 |
measuredMinHeight | 속성 |
measuredMinWidth | 속성 |
measuredWidth | 속성 |
percentHeight | 속성 |
percentWidth | 속성 |
메서드 세부 정보
setActualSize | () | 메서드 |
public function setActualSize(newWidth:Number, newHeight:Number):void
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
런타임 버전: | AIR 1.1, Flash Player 9 |
Set the actual size of the component.
매개 변수
newWidth:Number — The width of the component.
| |
newHeight:Number — The height of the component.
|
Tue Jun 12 2018, 03:17 PM Z