| Pakket | com.adobe.gravity.ui |
| Interface | public interface IMeasurable |
| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Runtimeversies: | AIR 1.1, Flash Player 9 |
| Eigenschap | Gedefinieerd door | ||
|---|---|---|---|
| baselinePosition : Number [alleen-lezen]
The text baseline position for the component. | IMeasurable | ||
| explicitHeight : Number [alleen-lezen]
The height as explicitly set on the component. | IMeasurable | ||
| explicitMaxHeight : Number [alleen-lezen]
The maximum height as explicitly set on the component. | IMeasurable | ||
| explicitMaxWidth : Number [alleen-lezen]
The maximum width as explicitly set on the component. | IMeasurable | ||
| explicitMinHeight : Number [alleen-lezen]
The minimum height as explicitly set on the component. | IMeasurable | ||
| explicitMinWidth : Number [alleen-lezen]
The minimum width as explicitly set on the component. | IMeasurable | ||
| explicitWidth : Number [alleen-lezen]
The width as explicitly set on the component. | IMeasurable | ||
| measuredHeight : Number [alleen-lezen]
The height as measured by the component. | IMeasurable | ||
| measuredMinHeight : Number [alleen-lezen]
The minimum height as measured by the component. | IMeasurable | ||
| measuredMinWidth : Number [alleen-lezen]
The minimum width as measured by the component. | IMeasurable | ||
| measuredWidth : Number [alleen-lezen]
The width as measured by the component. | IMeasurable | ||
| percentHeight : Number [alleen-lezen]
The percentage height as explicitly set on the component. | IMeasurable | ||
| percentWidth : Number [alleen-lezen]
The percentage width as explicitly set on the component. | IMeasurable | ||
| Methode | Gedefinieerd door | ||
|---|---|---|---|
Set the actual size of the component. | IMeasurable | ||
baselinePosition | eigenschap |
baselinePosition:Number [alleen-lezen] | Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Runtimeversies: | AIR 1.1, Flash Player 9 |
The text baseline position for the component.
Implementatie
public function get baselinePosition():NumberexplicitHeight | eigenschap |
explicitHeight:Number [alleen-lezen] | Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Runtimeversies: | AIR 1.1, Flash Player 9 |
The height as explicitly set on the component.
Implementatie
public function get explicitHeight():NumberexplicitMaxHeight | eigenschap |
explicitMaxHeight:Number [alleen-lezen] | Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Runtimeversies: | AIR 1.1, Flash Player 9 |
The maximum height as explicitly set on the component.
Implementatie
public function get explicitMaxHeight():NumberexplicitMaxWidth | eigenschap |
explicitMaxWidth:Number [alleen-lezen] | Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Runtimeversies: | AIR 1.1, Flash Player 9 |
The maximum width as explicitly set on the component.
Implementatie
public function get explicitMaxWidth():NumberexplicitMinHeight | eigenschap |
explicitMinHeight:Number [alleen-lezen] | Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Runtimeversies: | AIR 1.1, Flash Player 9 |
The minimum height as explicitly set on the component.
Implementatie
public function get explicitMinHeight():NumberexplicitMinWidth | eigenschap |
explicitMinWidth:Number [alleen-lezen] | Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Runtimeversies: | AIR 1.1, Flash Player 9 |
The minimum width as explicitly set on the component.
Implementatie
public function get explicitMinWidth():NumberexplicitWidth | eigenschap |
explicitWidth:Number [alleen-lezen] | Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Runtimeversies: | AIR 1.1, Flash Player 9 |
The width as explicitly set on the component.
Implementatie
public function get explicitWidth():NumbermeasuredHeight | eigenschap |
measuredHeight:Number [alleen-lezen] | Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Runtimeversies: | AIR 1.1, Flash Player 9 |
The height as measured by the component.
Implementatie
public function get measuredHeight():NumbermeasuredMinHeight | eigenschap |
measuredMinHeight:Number [alleen-lezen] | Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Runtimeversies: | AIR 1.1, Flash Player 9 |
The minimum height as measured by the component.
Implementatie
public function get measuredMinHeight():NumbermeasuredMinWidth | eigenschap |
measuredMinWidth:Number [alleen-lezen] | Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Runtimeversies: | AIR 1.1, Flash Player 9 |
The minimum width as measured by the component.
Implementatie
public function get measuredMinWidth():NumbermeasuredWidth | eigenschap |
measuredWidth:Number [alleen-lezen] | Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Runtimeversies: | AIR 1.1, Flash Player 9 |
The width as measured by the component.
Implementatie
public function get measuredWidth():NumberpercentHeight | eigenschap |
percentHeight:Number [alleen-lezen] | Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Runtimeversies: | AIR 1.1, Flash Player 9 |
The percentage height as explicitly set on the component.
Implementatie
public function get percentHeight():NumberpercentWidth | eigenschap |
percentWidth:Number [alleen-lezen] | Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Runtimeversies: | AIR 1.1, Flash Player 9 |
The percentage width as explicitly set on the component.
Implementatie
public function get percentWidth():NumbersetActualSize | () | methode |
public function setActualSize(newWidth:Number, newHeight:Number):void| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Runtimeversies: | AIR 1.1, Flash Player 9 |
Set the actual size of the component.
Parameters
newWidth:Number — The width of the component.
| |
newHeight:Number — The height of the component.
|
Wed Jun 13 2018, 11:42 AM Z