ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
com.adobe.gravity.ui 

IMeasurable  - AS3 ADEP Client Component

Packagecom.adobe.gravity.ui
Interfacepublic interface IMeasurable

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Runtime Versions: AIR 1.1, Flash Player 9

Interface for visual components that implement a multiple-pass measurement protocol.



Public Properties
 PropertyDefined By
  baselinePosition : Number
[read-only] The text baseline position for the component.
IMeasurable
  explicitHeight : Number
[read-only] The height as explicitly set on the component.
IMeasurable
  explicitMaxHeight : Number
[read-only] The maximum height as explicitly set on the component.
IMeasurable
  explicitMaxWidth : Number
[read-only] The maximum width as explicitly set on the component.
IMeasurable
  explicitMinHeight : Number
[read-only] The minimum height as explicitly set on the component.
IMeasurable
  explicitMinWidth : Number
[read-only] The minimum width as explicitly set on the component.
IMeasurable
  explicitWidth : Number
[read-only] The width as explicitly set on the component.
IMeasurable
  measuredHeight : Number
[read-only] The height as measured by the component.
IMeasurable
  measuredMinHeight : Number
[read-only] The minimum height as measured by the component.
IMeasurable
  measuredMinWidth : Number
[read-only] The minimum width as measured by the component.
IMeasurable
  measuredWidth : Number
[read-only] The width as measured by the component.
IMeasurable
  percentHeight : Number
[read-only] The percentage height as explicitly set on the component.
IMeasurable
  percentWidth : Number
[read-only] The percentage width as explicitly set on the component.
IMeasurable
Public Methods
 MethodDefined By
  
setActualSize(newWidth:Number, newHeight:Number):void
Set the actual size of the component.
IMeasurable
Property Detail

baselinePosition

property
baselinePosition:Number  [read-only]

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Runtime Versions: AIR 1.1, Flash Player 9

The text baseline position for the component.



Implementation
    public function get baselinePosition():Number

explicitHeight

property 
explicitHeight:Number  [read-only]

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Runtime Versions: AIR 1.1, Flash Player 9

The height as explicitly set on the component.



Implementation
    public function get explicitHeight():Number

explicitMaxHeight

property 
explicitMaxHeight:Number  [read-only]

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Runtime Versions: AIR 1.1, Flash Player 9

The maximum height as explicitly set on the component.



Implementation
    public function get explicitMaxHeight():Number

explicitMaxWidth

property 
explicitMaxWidth:Number  [read-only]

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Runtime Versions: AIR 1.1, Flash Player 9

The maximum width as explicitly set on the component.



Implementation
    public function get explicitMaxWidth():Number

explicitMinHeight

property 
explicitMinHeight:Number  [read-only]

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Runtime Versions: AIR 1.1, Flash Player 9

The minimum height as explicitly set on the component.



Implementation
    public function get explicitMinHeight():Number

explicitMinWidth

property 
explicitMinWidth:Number  [read-only]

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Runtime Versions: AIR 1.1, Flash Player 9

The minimum width as explicitly set on the component.



Implementation
    public function get explicitMinWidth():Number

explicitWidth

property 
explicitWidth:Number  [read-only]

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Runtime Versions: AIR 1.1, Flash Player 9

The width as explicitly set on the component.



Implementation
    public function get explicitWidth():Number

measuredHeight

property 
measuredHeight:Number  [read-only]

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Runtime Versions: AIR 1.1, Flash Player 9

The height as measured by the component.



Implementation
    public function get measuredHeight():Number

measuredMinHeight

property 
measuredMinHeight:Number  [read-only]

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Runtime Versions: AIR 1.1, Flash Player 9

The minimum height as measured by the component.



Implementation
    public function get measuredMinHeight():Number

measuredMinWidth

property 
measuredMinWidth:Number  [read-only]

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Runtime Versions: AIR 1.1, Flash Player 9

The minimum width as measured by the component.



Implementation
    public function get measuredMinWidth():Number

measuredWidth

property 
measuredWidth:Number  [read-only]

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Runtime Versions: AIR 1.1, Flash Player 9

The width as measured by the component.



Implementation
    public function get measuredWidth():Number

percentHeight

property 
percentHeight:Number  [read-only]

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Runtime Versions: AIR 1.1, Flash Player 9

The percentage height as explicitly set on the component.



Implementation
    public function get percentHeight():Number

percentWidth

property 
percentWidth:Number  [read-only]

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Runtime Versions: AIR 1.1, Flash Player 9

The percentage width as explicitly set on the component.



Implementation
    public function get percentWidth():Number
Method Detail

setActualSize

()method
public function setActualSize(newWidth:Number, newHeight:Number):void

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Runtime Versions: 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.