パッケージ | 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, 10:34 AM Z