| Pacchetto | com.adobe.gravity.ui |
| Interfaccia | public interface IMeasurable |
| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Versioni runtime: | AIR 1.1, Flash Player 9 |
| Proprietà | Definito da | ||
|---|---|---|---|
| baselinePosition : Number [sola lettura]
The text baseline position for the component. | IMeasurable | ||
| explicitHeight : Number [sola lettura]
The height as explicitly set on the component. | IMeasurable | ||
| explicitMaxHeight : Number [sola lettura]
The maximum height as explicitly set on the component. | IMeasurable | ||
| explicitMaxWidth : Number [sola lettura]
The maximum width as explicitly set on the component. | IMeasurable | ||
| explicitMinHeight : Number [sola lettura]
The minimum height as explicitly set on the component. | IMeasurable | ||
| explicitMinWidth : Number [sola lettura]
The minimum width as explicitly set on the component. | IMeasurable | ||
| explicitWidth : Number [sola lettura]
The width as explicitly set on the component. | IMeasurable | ||
| measuredHeight : Number [sola lettura]
The height as measured by the component. | IMeasurable | ||
| measuredMinHeight : Number [sola lettura]
The minimum height as measured by the component. | IMeasurable | ||
| measuredMinWidth : Number [sola lettura]
The minimum width as measured by the component. | IMeasurable | ||
| measuredWidth : Number [sola lettura]
The width as measured by the component. | IMeasurable | ||
| percentHeight : Number [sola lettura]
The percentage height as explicitly set on the component. | IMeasurable | ||
| percentWidth : Number [sola lettura]
The percentage width as explicitly set on the component. | IMeasurable | ||
| Metodo | Definito da | ||
|---|---|---|---|
Set the actual size of the component. | IMeasurable | ||
baselinePosition | proprietà |
baselinePosition:Number [sola lettura] | Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Versioni runtime: | AIR 1.1, Flash Player 9 |
The text baseline position for the component.
Implementazione
public function get baselinePosition():NumberexplicitHeight | proprietà |
explicitHeight:Number [sola lettura] | Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Versioni runtime: | AIR 1.1, Flash Player 9 |
The height as explicitly set on the component.
Implementazione
public function get explicitHeight():NumberexplicitMaxHeight | proprietà |
explicitMaxHeight:Number [sola lettura] | Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Versioni runtime: | AIR 1.1, Flash Player 9 |
The maximum height as explicitly set on the component.
Implementazione
public function get explicitMaxHeight():NumberexplicitMaxWidth | proprietà |
explicitMaxWidth:Number [sola lettura] | Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Versioni runtime: | AIR 1.1, Flash Player 9 |
The maximum width as explicitly set on the component.
Implementazione
public function get explicitMaxWidth():NumberexplicitMinHeight | proprietà |
explicitMinHeight:Number [sola lettura] | Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Versioni runtime: | AIR 1.1, Flash Player 9 |
The minimum height as explicitly set on the component.
Implementazione
public function get explicitMinHeight():NumberexplicitMinWidth | proprietà |
explicitMinWidth:Number [sola lettura] | Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Versioni runtime: | AIR 1.1, Flash Player 9 |
The minimum width as explicitly set on the component.
Implementazione
public function get explicitMinWidth():NumberexplicitWidth | proprietà |
explicitWidth:Number [sola lettura] | Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Versioni runtime: | AIR 1.1, Flash Player 9 |
The width as explicitly set on the component.
Implementazione
public function get explicitWidth():NumbermeasuredHeight | proprietà |
measuredHeight:Number [sola lettura] | Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Versioni runtime: | AIR 1.1, Flash Player 9 |
The height as measured by the component.
Implementazione
public function get measuredHeight():NumbermeasuredMinHeight | proprietà |
measuredMinHeight:Number [sola lettura] | Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Versioni runtime: | AIR 1.1, Flash Player 9 |
The minimum height as measured by the component.
Implementazione
public function get measuredMinHeight():NumbermeasuredMinWidth | proprietà |
measuredMinWidth:Number [sola lettura] | Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Versioni runtime: | AIR 1.1, Flash Player 9 |
The minimum width as measured by the component.
Implementazione
public function get measuredMinWidth():NumbermeasuredWidth | proprietà |
measuredWidth:Number [sola lettura] | Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Versioni runtime: | AIR 1.1, Flash Player 9 |
The width as measured by the component.
Implementazione
public function get measuredWidth():NumberpercentHeight | proprietà |
percentHeight:Number [sola lettura] | Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Versioni runtime: | AIR 1.1, Flash Player 9 |
The percentage height as explicitly set on the component.
Implementazione
public function get percentHeight():NumberpercentWidth | proprietà |
percentWidth:Number [sola lettura] | Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Versioni runtime: | AIR 1.1, Flash Player 9 |
The percentage width as explicitly set on the component.
Implementazione
public function get percentWidth():NumbersetActualSize | () | metodo |
public function setActualSize(newWidth:Number, newHeight:Number):void| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Versioni runtime: | AIR 1.1, Flash Player 9 |
Set the actual size of the component.
Parametri
newWidth:Number — The width of the component.
| |
newHeight:Number — The height of the component.
|
Tue Jun 12 2018, 02:44 PM Z