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():Number
explicitHeight | 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():Number
explicitMaxHeight | 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():Number
explicitMaxWidth | 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():Number
explicitMinHeight | 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():Number
explicitMinWidth | 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():Number
explicitWidth | 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():Number
measuredHeight | 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():Number
measuredMinHeight | 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():Number
measuredMinWidth | 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():Number
measuredWidth | 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():Number
percentHeight | 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():Number
percentWidth | 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():Number
setActualSize | () | 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