| Paquete | com.adobe.gravity.ui |
| Interfaz | public interface IMeasurable |
| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Versiones de motor de ejecución: | AIR 1.1, Flash Player 9 |
| Propiedad | Definido por | ||
|---|---|---|---|
| baselinePosition : Number [solo lectura]
The text baseline position for the component. | IMeasurable | ||
| explicitHeight : Number [solo lectura]
The height as explicitly set on the component. | IMeasurable | ||
| explicitMaxHeight : Number [solo lectura]
The maximum height as explicitly set on the component. | IMeasurable | ||
| explicitMaxWidth : Number [solo lectura]
The maximum width as explicitly set on the component. | IMeasurable | ||
| explicitMinHeight : Number [solo lectura]
The minimum height as explicitly set on the component. | IMeasurable | ||
| explicitMinWidth : Number [solo lectura]
The minimum width as explicitly set on the component. | IMeasurable | ||
| explicitWidth : Number [solo lectura]
The width as explicitly set on the component. | IMeasurable | ||
| measuredHeight : Number [solo lectura]
The height as measured by the component. | IMeasurable | ||
| measuredMinHeight : Number [solo lectura]
The minimum height as measured by the component. | IMeasurable | ||
| measuredMinWidth : Number [solo lectura]
The minimum width as measured by the component. | IMeasurable | ||
| measuredWidth : Number [solo lectura]
The width as measured by the component. | IMeasurable | ||
| percentHeight : Number [solo lectura]
The percentage height as explicitly set on the component. | IMeasurable | ||
| percentWidth : Number [solo lectura]
The percentage width as explicitly set on the component. | IMeasurable | ||
| Método | Definido por | ||
|---|---|---|---|
Set the actual size of the component. | IMeasurable | ||
baselinePosition | propiedad |
baselinePosition:Number [solo lectura] | Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Versiones de motor de ejecución: | AIR 1.1, Flash Player 9 |
The text baseline position for the component.
Implementación
public function get baselinePosition():NumberexplicitHeight | propiedad |
explicitHeight:Number [solo lectura] | Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Versiones de motor de ejecución: | AIR 1.1, Flash Player 9 |
The height as explicitly set on the component.
Implementación
public function get explicitHeight():NumberexplicitMaxHeight | propiedad |
explicitMaxHeight:Number [solo lectura] | Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Versiones de motor de ejecución: | AIR 1.1, Flash Player 9 |
The maximum height as explicitly set on the component.
Implementación
public function get explicitMaxHeight():NumberexplicitMaxWidth | propiedad |
explicitMaxWidth:Number [solo lectura] | Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Versiones de motor de ejecución: | AIR 1.1, Flash Player 9 |
The maximum width as explicitly set on the component.
Implementación
public function get explicitMaxWidth():NumberexplicitMinHeight | propiedad |
explicitMinHeight:Number [solo lectura] | Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Versiones de motor de ejecución: | AIR 1.1, Flash Player 9 |
The minimum height as explicitly set on the component.
Implementación
public function get explicitMinHeight():NumberexplicitMinWidth | propiedad |
explicitMinWidth:Number [solo lectura] | Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Versiones de motor de ejecución: | AIR 1.1, Flash Player 9 |
The minimum width as explicitly set on the component.
Implementación
public function get explicitMinWidth():NumberexplicitWidth | propiedad |
explicitWidth:Number [solo lectura] | Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Versiones de motor de ejecución: | AIR 1.1, Flash Player 9 |
The width as explicitly set on the component.
Implementación
public function get explicitWidth():NumbermeasuredHeight | propiedad |
measuredHeight:Number [solo lectura] | Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Versiones de motor de ejecución: | AIR 1.1, Flash Player 9 |
The height as measured by the component.
Implementación
public function get measuredHeight():NumbermeasuredMinHeight | propiedad |
measuredMinHeight:Number [solo lectura] | Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Versiones de motor de ejecución: | AIR 1.1, Flash Player 9 |
The minimum height as measured by the component.
Implementación
public function get measuredMinHeight():NumbermeasuredMinWidth | propiedad |
measuredMinWidth:Number [solo lectura] | Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Versiones de motor de ejecución: | AIR 1.1, Flash Player 9 |
The minimum width as measured by the component.
Implementación
public function get measuredMinWidth():NumbermeasuredWidth | propiedad |
measuredWidth:Number [solo lectura] | Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Versiones de motor de ejecución: | AIR 1.1, Flash Player 9 |
The width as measured by the component.
Implementación
public function get measuredWidth():NumberpercentHeight | propiedad |
percentHeight:Number [solo lectura] | Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Versiones de motor de ejecución: | AIR 1.1, Flash Player 9 |
The percentage height as explicitly set on the component.
Implementación
public function get percentHeight():NumberpercentWidth | propiedad |
percentWidth:Number [solo lectura] | Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Versiones de motor de ejecución: | AIR 1.1, Flash Player 9 |
The percentage width as explicitly set on the component.
Implementación
public function get percentWidth():NumbersetActualSize | () | método |
public function setActualSize(newWidth:Number, newHeight:Number):void| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Versiones de motor de ejecución: | 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.
|
Tue Jun 12 2018, 02:12 PM Z