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