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