| Pacote | com.adobe.gravity.ui |
| Interface | public interface IMeasurable |
| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Versões de runtime: | AIR 1.1, Flash Player 9 |
| Propriedade | Definido por | ||
|---|---|---|---|
| baselinePosition : Number [somente leitura]
The text baseline position for the component. | IMeasurable | ||
| explicitHeight : Number [somente leitura]
The height as explicitly set on the component. | IMeasurable | ||
| explicitMaxHeight : Number [somente leitura]
The maximum height as explicitly set on the component. | IMeasurable | ||
| explicitMaxWidth : Number [somente leitura]
The maximum width as explicitly set on the component. | IMeasurable | ||
| explicitMinHeight : Number [somente leitura]
The minimum height as explicitly set on the component. | IMeasurable | ||
| explicitMinWidth : Number [somente leitura]
The minimum width as explicitly set on the component. | IMeasurable | ||
| explicitWidth : Number [somente leitura]
The width as explicitly set on the component. | IMeasurable | ||
| measuredHeight : Number [somente leitura]
The height as measured by the component. | IMeasurable | ||
| measuredMinHeight : Number [somente leitura]
The minimum height as measured by the component. | IMeasurable | ||
| measuredMinWidth : Number [somente leitura]
The minimum width as measured by the component. | IMeasurable | ||
| measuredWidth : Number [somente leitura]
The width as measured by the component. | IMeasurable | ||
| percentHeight : Number [somente leitura]
The percentage height as explicitly set on the component. | IMeasurable | ||
| percentWidth : Number [somente leitura]
The percentage width as explicitly set on the component. | IMeasurable | ||
| Método | Definido por | ||
|---|---|---|---|
Set the actual size of the component. | IMeasurable | ||
baselinePosition | propriedade |
baselinePosition:Number [somente leitura] | Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Versões de runtime: | AIR 1.1, Flash Player 9 |
The text baseline position for the component.
Implementação
public function get baselinePosition():NumberexplicitHeight | propriedade |
explicitHeight:Number [somente leitura] | Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Versões de runtime: | AIR 1.1, Flash Player 9 |
The height as explicitly set on the component.
Implementação
public function get explicitHeight():NumberexplicitMaxHeight | propriedade |
explicitMaxHeight:Number [somente leitura] | Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Versões de runtime: | AIR 1.1, Flash Player 9 |
The maximum height as explicitly set on the component.
Implementação
public function get explicitMaxHeight():NumberexplicitMaxWidth | propriedade |
explicitMaxWidth:Number [somente leitura] | Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Versões de runtime: | AIR 1.1, Flash Player 9 |
The maximum width as explicitly set on the component.
Implementação
public function get explicitMaxWidth():NumberexplicitMinHeight | propriedade |
explicitMinHeight:Number [somente leitura] | Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Versões de runtime: | AIR 1.1, Flash Player 9 |
The minimum height as explicitly set on the component.
Implementação
public function get explicitMinHeight():NumberexplicitMinWidth | propriedade |
explicitMinWidth:Number [somente leitura] | Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Versões de runtime: | AIR 1.1, Flash Player 9 |
The minimum width as explicitly set on the component.
Implementação
public function get explicitMinWidth():NumberexplicitWidth | propriedade |
explicitWidth:Number [somente leitura] | Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Versões de runtime: | AIR 1.1, Flash Player 9 |
The width as explicitly set on the component.
Implementação
public function get explicitWidth():NumbermeasuredHeight | propriedade |
measuredHeight:Number [somente leitura] | Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Versões de runtime: | AIR 1.1, Flash Player 9 |
The height as measured by the component.
Implementação
public function get measuredHeight():NumbermeasuredMinHeight | propriedade |
measuredMinHeight:Number [somente leitura] | Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Versões de runtime: | AIR 1.1, Flash Player 9 |
The minimum height as measured by the component.
Implementação
public function get measuredMinHeight():NumbermeasuredMinWidth | propriedade |
measuredMinWidth:Number [somente leitura] | Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Versões de runtime: | AIR 1.1, Flash Player 9 |
The minimum width as measured by the component.
Implementação
public function get measuredMinWidth():NumbermeasuredWidth | propriedade |
measuredWidth:Number [somente leitura] | Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Versões de runtime: | AIR 1.1, Flash Player 9 |
The width as measured by the component.
Implementação
public function get measuredWidth():NumberpercentHeight | propriedade |
percentHeight:Number [somente leitura] | Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Versões de runtime: | AIR 1.1, Flash Player 9 |
The percentage height as explicitly set on the component.
Implementação
public function get percentHeight():NumberpercentWidth | propriedade |
percentWidth:Number [somente leitura] | Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Versões de runtime: | AIR 1.1, Flash Player 9 |
The percentage width as explicitly set on the component.
Implementação
public function get percentWidth():NumbersetActualSize | () | método |
public function setActualSize(newWidth:Number, newHeight:Number):void| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Versões de runtime: | AIR 1.1, Flash Player 9 |
Set the actual size of the component.
Parâmetros
newWidth:Number — The width of the component.
| |
newHeight:Number — The height of the component.
|
Wed Jun 13 2018, 11:10 AM Z