Пакет | 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 | свойство |
baselinePosition:Number
[только для чтения] Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Версии среды выполнения: | AIR 1.1, Flash Player 9 |
The text baseline position for the component.
Реализация
public function get baselinePosition():Number
explicitHeight | свойство |
explicitHeight:Number
[только для чтения] Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Версии среды выполнения: | AIR 1.1, Flash Player 9 |
The height as explicitly set on the component.
Реализация
public function get explicitHeight():Number
explicitMaxHeight | свойство |
explicitMaxHeight:Number
[только для чтения] Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Версии среды выполнения: | AIR 1.1, Flash Player 9 |
The maximum height as explicitly set on the component.
Реализация
public function get explicitMaxHeight():Number
explicitMaxWidth | свойство |
explicitMaxWidth:Number
[только для чтения] Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Версии среды выполнения: | AIR 1.1, Flash Player 9 |
The maximum width as explicitly set on the component.
Реализация
public function get explicitMaxWidth():Number
explicitMinHeight | свойство |
explicitMinHeight:Number
[только для чтения] Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Версии среды выполнения: | AIR 1.1, Flash Player 9 |
The minimum height as explicitly set on the component.
Реализация
public function get explicitMinHeight():Number
explicitMinWidth | свойство |
explicitMinWidth:Number
[только для чтения] Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Версии среды выполнения: | AIR 1.1, Flash Player 9 |
The minimum width as explicitly set on the component.
Реализация
public function get explicitMinWidth():Number
explicitWidth | свойство |
explicitWidth:Number
[только для чтения] Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Версии среды выполнения: | AIR 1.1, Flash Player 9 |
The width as explicitly set on the component.
Реализация
public function get explicitWidth():Number
measuredHeight | свойство |
measuredHeight:Number
[только для чтения] Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Версии среды выполнения: | AIR 1.1, Flash Player 9 |
The height as measured by the component.
Реализация
public function get measuredHeight():Number
measuredMinHeight | свойство |
measuredMinHeight:Number
[только для чтения] Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Версии среды выполнения: | AIR 1.1, Flash Player 9 |
The minimum height as measured by the component.
Реализация
public function get measuredMinHeight():Number
measuredMinWidth | свойство |
measuredMinWidth:Number
[только для чтения] Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Версии среды выполнения: | AIR 1.1, Flash Player 9 |
The minimum width as measured by the component.
Реализация
public function get measuredMinWidth():Number
measuredWidth | свойство |
measuredWidth:Number
[только для чтения] Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Версии среды выполнения: | AIR 1.1, Flash Player 9 |
The width as measured by the component.
Реализация
public function get measuredWidth():Number
percentHeight | свойство |
percentHeight:Number
[только для чтения] Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Версии среды выполнения: | AIR 1.1, Flash Player 9 |
The percentage height as explicitly set on the component.
Реализация
public function get percentHeight():Number
percentWidth | свойство |
percentWidth:Number
[только для чтения] Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Версии среды выполнения: | AIR 1.1, Flash Player 9 |
The percentage width as explicitly set on the component.
Реализация
public function get percentWidth():Number
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, 11:34 AM Z