包 | com.adobe.gravity.ui |
接口 | public interface IMeasurable |
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
运行时版本: | AIR 1.1, Flash Player 9 |
公共属性
属性 | 由以下参数定义 | ||
---|---|---|---|
baselinePosition : Number [只读]
The text baseline position for the component. | IMeasurable | ||
explicitHeight : Number [只读]
The height as explicitly set on the component. | IMeasurable | ||
explicitMaxHeight : Number [只读]
The maximum height as explicitly set on the component. | IMeasurable | ||
explicitMaxWidth : Number [只读]
The maximum width as explicitly set on the component. | IMeasurable | ||
explicitMinHeight : Number [只读]
The minimum height as explicitly set on the component. | IMeasurable | ||
explicitMinWidth : Number [只读]
The minimum width as explicitly set on the component. | IMeasurable | ||
explicitWidth : Number [只读]
The width as explicitly set on the component. | IMeasurable | ||
measuredHeight : Number [只读]
The height as measured by the component. | IMeasurable | ||
measuredMinHeight : Number [只读]
The minimum height as measured by the component. | IMeasurable | ||
measuredMinWidth : Number [只读]
The minimum width as measured by the component. | IMeasurable | ||
measuredWidth : Number [只读]
The width as measured by the component. | IMeasurable | ||
percentHeight : Number [只读]
The percentage height as explicitly set on the component. | IMeasurable | ||
percentWidth : Number [只读]
The percentage width as explicitly set on the component. | IMeasurable |
公共方法
方法 | 由以下参数定义 | ||
---|---|---|---|
Set the actual size of the component. | IMeasurable |
属性详细信息
baselinePosition | 属性 |
explicitHeight | 属性 |
explicitMaxHeight | 属性 |
explicitMaxWidth | 属性 |
explicitMinHeight | 属性 |
explicitMinWidth | 属性 |
explicitWidth | 属性 |
measuredHeight | 属性 |
measuredMinHeight | 属性 |
measuredMinWidth | 属性 |
measuredWidth | 属性 |
percentHeight | 属性 |
percentWidth | 属性 |
方法详细信息
setActualSize | () | 方法 |
public function setActualSize(newWidth:Number, newHeight:Number):void
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
运行时版本: | AIR 1.1, Flash Player 9 |
Set the actual size of the component.
参数
newWidth:Number — The width of the component.
| |
newHeight:Number — The height of the component.
|
Tue Jun 12 2018, 11:04 AM Z